Shades of Vivid Violet #721994
Tints of Vivid Violet #721994
RGB
CMYK
RGB Variations
Color information
#721994 (or 0x721994) is known color: Vivid Violet. HEX triplet: 72, 19 and 94. RGB value is (114,25,148). Sum of RGB (Red+Green+Blue) = 114+25+148=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #721994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721994 is #8DE66B. Grayscale: #414141. Windows color (decimal): -9299564 or 9705842. OLE color: 9705842.
HSL color Cylindrical-coordinate representation of color #721994: hue angle of 283.41º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721994 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 25 | 148 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.42 |
| HSL | 283.41º | 0.71% | 0.34% | - |
| HSV(B) | 283.41º | 0.83% | 0.58% | - |
| XYZ | 12.63 | 6.41 | 28.59 | - |
| YUV | 65.63 | 174.49 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 148 | 0.23 | 0.83 | 0 | 0.42 | 283.41 | 0.71 | 0.34 |
| Hex | 72 | 19 | 94 | 17 | 53 | 0 | 2A | 11B | 47 | 22 |
| Octal | 162 | 31 | 224 | 27 | 123 | 0 | 52 | 433 | 107 | 42 |
| Binary | 1110010 | 11001 | 10010100 | 10111 | 1010011 | 0 | 101010 | 100011011 | 1000111 | 100010 |
Color Harmonies of #721994
Complementary color
Monochromatic Colors of #721994
Black with #721994
Text Example
Text Example
White with #721994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721994; }
p { color: rgb(114,25,148); }
H1.HeaderClassName
{
color: #721994;
}
.AnyTagClassName
{
color: #721994;
}
</style>
background-color css
<style>
a { background-color: #721994; }
a { background-color: rgb(114,25,148); }
div.DivClassName
{
background-color: #721994;
}
.BgClassName
{
background-color: #721994;
}
</style>
border-color css
<style>
span { border-color: #721994; }
span { border-color: rgb(114,25,148); }
td.TdClassName
{
border-color: #721994;
}
.TagClassName
{
border-color: #721994;
}
</style>