Shades of Vivid Violet #72199A
Tints of Vivid Violet #72199A
RGB
CMYK
RGB Variations
Color information
#72199A (or 0x72199A) is known color: Vivid Violet. HEX triplet: 72, 19 and 9A. RGB value is (114,25,154). Sum of RGB (Red+Green+Blue) = 114+25+154=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #72199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72199A is #8DE665. Grayscale: #414141. Windows color (decimal): -9299558 or 10099058. OLE color: 10099058.
HSL color Cylindrical-coordinate representation of color #72199A: hue angle of 281.4º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72199A is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 25 | 154 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.40 |
| HSL | 281.4º | 0.72% | 0.35% | - |
| HSV(B) | 281.4º | 0.84% | 0.6% | - |
| XYZ | 13.12 | 6.61 | 31.16 | - |
| YUV | 66.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 154 | 0.26 | 0.84 | 0 | 0.40 | 281.4 | 0.72 | 0.35 |
| Hex | 72 | 19 | 9A | 1A | 54 | 0 | 28 | 119 | 48 | 23 |
| Octal | 162 | 31 | 232 | 32 | 124 | 0 | 50 | 431 | 110 | 43 |
| Binary | 1110010 | 11001 | 10011010 | 11010 | 1010100 | 0 | 101000 | 100011001 | 1001000 | 100011 |
Color Harmonies of #72199A
Complementary color
Monochromatic Colors of #72199A
Black with #72199A
Text Example
Text Example
White with #72199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72199A; }
p { color: rgb(114,25,154); }
H1.HeaderClassName
{
color: #72199A;
}
.AnyTagClassName
{
color: #72199A;
}
</style>
background-color css
<style>
a { background-color: #72199A; }
a { background-color: rgb(114,25,154); }
div.DivClassName
{
background-color: #72199A;
}
.BgClassName
{
background-color: #72199A;
}
</style>
border-color css
<style>
span { border-color: #72199A; }
span { border-color: rgb(114,25,154); }
td.TdClassName
{
border-color: #72199A;
}
.TagClassName
{
border-color: #72199A;
}
</style>