#75249C

Color #75249C Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #75249C

Tints of Vivid Violet #75249C

Color information

#75249C (or 0x75249C) is unknown color: approx Vivid Violet. HEX triplet: 75, 24 and 9C. RGB value is (117,36,156). Sum of RGB (Red+Green+Blue) = 117+36+156=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #75249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75249C is #8ADB63. Grayscale: #494949. Windows color (decimal): -9100132 or 10232949. OLE color: 10232949.

HSL color Cylindrical-coordinate representation of color #75249C: hue angle of 280.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75249C is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11736156-
CMYK0.250.7700.39
HSL280.5º62.5%37.65%-
HSV(B)280.5º76.92%61.18%-
XYZ13.977.4432.15-
YUV73.9174.34158.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 36 (14.45% from 255) = 11.65%
BLUE value IS 156 (61.33% from 255) = 50.49%
R=37.86%
G=11.65%
B=50.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117361560.250.7700.39280.562.537.65
Hex75249C194D0271183e26
Octal16544234311150474307646
Binary1110101100100100111001100110011010100111100011000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75249C; }

 p { color: rgb(117,36,156); }

 H1.HeaderClassName
 {
   color: #75249C;
 }
 .AnyTagClassName
 {
   color: #75249C;
 }
</style>
background-color css

<style>
 a { background-color: #75249C; }

 a { background-color: rgb(117,36,156); }

 div.DivClassName
 {
   background-color: #75249C;
 }
 .BgClassName
 {
   background-color: #75249C;
 }
</style>
border-color css

<style>
 span { border-color: #75249C; }

 span { border-color: rgb(117,36,156); }

 td.TdClassName
 {
   border-color: #75249C;
 }
 .TagClassName
 {
   border-color: #75249C;
 }
</style>