Shades of Vivid Violet #752A99
Tints of Vivid Violet #752A99
RGB
CMYK
RGB Variations
Color information
#752A99 (or 0x752A99) is known color: Vivid Violet. HEX triplet: 75, 2A and 99. RGB value is (117,42,153). Sum of RGB (Red+Green+Blue) = 117+42+153=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #752A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752A99 is #8AD566. Grayscale: #4C4C4C. Windows color (decimal): -9098599 or 10037877. OLE color: 10037877.
HSL color Cylindrical-coordinate representation of color #752A99: hue angle of 280.54º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752A99 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 42 | 153 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.4 |
| HSL | 280.54º | 0.57% | 0.38% | - |
| HSV(B) | 280.54º | 0.73% | 0.6% | - |
| XYZ | 13.91 | 7.74 | 30.9 | - |
| YUV | 77.08 | 170.85 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 153 | 0.24 | 0.73 | 0 | 0.4 | 280.54 | 0.57 | 0.38 |
| Hex | 75 | 2A | 99 | 18 | 49 | 0 | 28 | 119 | 39 | 26 |
| Octal | 165 | 52 | 231 | 30 | 111 | 0 | 50 | 431 | 71 | 46 |
| Binary | 1110101 | 101010 | 10011001 | 11000 | 1001001 | 0 | 101000 | 100011001 | 111001 | 100110 |
Color Harmonies of #752A99
Complementary color
Monochromatic Colors of #752A99
Black with #752A99
Text Example
Text Example
White with #752A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A99; }
p { color: rgb(117,42,153); }
H1.HeaderClassName
{
color: #752A99;
}
.AnyTagClassName
{
color: #752A99;
}
</style>
background-color css
<style>
a { background-color: #752A99; }
a { background-color: rgb(117,42,153); }
div.DivClassName
{
background-color: #752A99;
}
.BgClassName
{
background-color: #752A99;
}
</style>
border-color css
<style>
span { border-color: #752A99; }
span { border-color: rgb(117,42,153); }
td.TdClassName
{
border-color: #752A99;
}
.TagClassName
{
border-color: #752A99;
}
</style>