Shades of Vivid Violet #752199
Tints of Vivid Violet #752199
RGB
CMYK
RGB Variations
Color information
#752199 (or 0x752199) is known color: Vivid Violet. HEX triplet: 75, 21 and 99. RGB value is (117,33,153). Sum of RGB (Red+Green+Blue) = 117+33+153=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #752199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752199 is #8ADE66. Grayscale: #474747. Windows color (decimal): -9100903 or 10035573. OLE color: 10035573.
HSL color Cylindrical-coordinate representation of color #752199: hue angle of 282º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752199 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 33 | 153 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.4 |
| HSL | 282º | 0.65% | 0.36% | - |
| HSV(B) | 282º | 0.78% | 0.6% | - |
| XYZ | 13.63 | 7.17 | 30.8 | - |
| YUV | 71.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 153 | 0.24 | 0.78 | 0 | 0.4 | 282 | 0.65 | 0.36 |
| Hex | 75 | 21 | 99 | 18 | 4E | 0 | 28 | 11A | 41 | 24 |
| Octal | 165 | 41 | 231 | 30 | 116 | 0 | 50 | 432 | 101 | 44 |
| Binary | 1110101 | 100001 | 10011001 | 11000 | 1001110 | 0 | 101000 | 100011010 | 1000001 | 100100 |
Color Harmonies of #752199
Complementary color
Monochromatic Colors of #752199
Black with #752199
Text Example
Text Example
White with #752199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752199; }
p { color: rgb(117,33,153); }
H1.HeaderClassName
{
color: #752199;
}
.AnyTagClassName
{
color: #752199;
}
</style>
background-color css
<style>
a { background-color: #752199; }
a { background-color: rgb(117,33,153); }
div.DivClassName
{
background-color: #752199;
}
.BgClassName
{
background-color: #752199;
}
</style>
border-color css
<style>
span { border-color: #752199; }
span { border-color: rgb(117,33,153); }
td.TdClassName
{
border-color: #752199;
}
.TagClassName
{
border-color: #752199;
}
</style>