Shades of Vivid Violet #721599
Tints of Vivid Violet #721599
RGB
CMYK
RGB Variations
Color information
#721599 (or 0x721599) is known color: Vivid Violet. HEX triplet: 72, 15 and 99. RGB value is (114,21,153). Sum of RGB (Red+Green+Blue) = 114+21+153=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #721599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721599 is #8DEA66. Grayscale: #3F3F3F. Windows color (decimal): -9300583 or 10032498. OLE color: 10032498.
HSL color Cylindrical-coordinate representation of color #721599: hue angle of 282.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721599 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 21 | 153 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.4 |
| HSL | 282.27º | 0.76% | 0.34% | - |
| HSV(B) | 282.27º | 0.86% | 0.6% | - |
| XYZ | 12.96 | 6.41 | 30.69 | - |
| YUV | 63.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 153 | 0.25 | 0.86 | 0 | 0.4 | 282.27 | 0.76 | 0.34 |
| Hex | 72 | 15 | 99 | 19 | 56 | 0 | 28 | 11A | 4C | 22 |
| Octal | 162 | 25 | 231 | 31 | 126 | 0 | 50 | 432 | 114 | 42 |
| Binary | 1110010 | 10101 | 10011001 | 11001 | 1010110 | 0 | 101000 | 100011010 | 1001100 | 100010 |
Color Harmonies of #721599
Complementary color
Monochromatic Colors of #721599
Black with #721599
Text Example
Text Example
White with #721599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721599; }
p { color: rgb(114,21,153); }
H1.HeaderClassName
{
color: #721599;
}
.AnyTagClassName
{
color: #721599;
}
</style>
background-color css
<style>
a { background-color: #721599; }
a { background-color: rgb(114,21,153); }
div.DivClassName
{
background-color: #721599;
}
.BgClassName
{
background-color: #721599;
}
</style>
border-color css
<style>
span { border-color: #721599; }
span { border-color: rgb(114,21,153); }
td.TdClassName
{
border-color: #721599;
}
.TagClassName
{
border-color: #721599;
}
</style>