Shades of Vivid Violet #72199E
Tints of Vivid Violet #72199E
RGB
CMYK
RGB Variations
Color information
#72199E (or 0x72199E) is known color: Vivid Violet. HEX triplet: 72, 19 and 9E. RGB value is (114,25,158). Sum of RGB (Red+Green+Blue) = 114+25+158=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #72199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72199E is #8DE661. Grayscale: #424242. Windows color (decimal): -9299554 or 10361202. OLE color: 10361202.
HSL color Cylindrical-coordinate representation of color #72199E: hue angle of 280.15º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72199E is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 25 | 158 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.38 |
| HSL | 280.15º | 0.73% | 0.36% | - |
| HSV(B) | 280.15º | 0.84% | 0.62% | - |
| XYZ | 13.46 | 6.74 | 32.94 | - |
| YUV | 66.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 158 | 0.28 | 0.84 | 0 | 0.38 | 280.15 | 0.73 | 0.36 |
| Hex | 72 | 19 | 9E | 1C | 54 | 0 | 26 | 118 | 49 | 24 |
| Octal | 162 | 31 | 236 | 34 | 124 | 0 | 46 | 430 | 111 | 44 |
| Binary | 1110010 | 11001 | 10011110 | 11100 | 1010100 | 0 | 100110 | 100011000 | 1001001 | 100100 |
Color Harmonies of #72199E
Complementary color
Monochromatic Colors of #72199E
Black with #72199E
Text Example
Text Example
White with #72199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72199E; }
p { color: rgb(114,25,158); }
H1.HeaderClassName
{
color: #72199E;
}
.AnyTagClassName
{
color: #72199E;
}
</style>
background-color css
<style>
a { background-color: #72199E; }
a { background-color: rgb(114,25,158); }
div.DivClassName
{
background-color: #72199E;
}
.BgClassName
{
background-color: #72199E;
}
</style>
border-color css
<style>
span { border-color: #72199E; }
span { border-color: rgb(114,25,158); }
td.TdClassName
{
border-color: #72199E;
}
.TagClassName
{
border-color: #72199E;
}
</style>