Shades of Vivid Violet #75249C
Tints of Vivid Violet #75249C
RGB
CMYK
RGB Variations
Color information
#75249C (or 0x75249C) is known color: 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
| RGB | 117 | 36 | 156 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.39 |
| HSL | 280.5º | 0.63% | 0.38% | - |
| HSV(B) | 280.5º | 0.77% | 0.61% | - |
| XYZ | 13.97 | 7.44 | 32.15 | - |
| YUV | 73.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 156 | 0.25 | 0.77 | 0 | 0.39 | 280.5 | 0.63 | 0.38 |
| Hex | 75 | 24 | 9C | 19 | 4D | 0 | 27 | 118 | 3E | 26 |
| Octal | 165 | 44 | 234 | 31 | 115 | 0 | 47 | 430 | 76 | 46 |
| Binary | 1110101 | 100100 | 10011100 | 11001 | 1001101 | 0 | 100111 | 100011000 | 111110 | 100110 |
Color Harmonies of #75249C
Complementary color
Monochromatic Colors of #75249C
Black with #75249C
Text Example
Text Example
White with #75249C
Text Example
Text Example
HTML Codes & Css Web 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>