Shades of Vivid Violet #722196
Tints of Vivid Violet #722196
RGB
CMYK
RGB Variations
Color information
#722196 (or 0x722196) is known color: Vivid Violet. HEX triplet: 72, 21 and 96. RGB value is (114,33,150). Sum of RGB (Red+Green+Blue) = 114+33+150=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #722196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722196 is #8DDE69. Grayscale: #464646. Windows color (decimal): -9297514 or 9838962. OLE color: 9838962.
HSL color Cylindrical-coordinate representation of color #722196: hue angle of 281.54º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722196 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 33 | 150 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.41 |
| HSL | 281.54º | 0.64% | 0.36% | - |
| HSV(B) | 281.54º | 0.78% | 0.59% | - |
| XYZ | 12.99 | 6.87 | 29.5 | - |
| YUV | 70.56 | 172.84 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 150 | 0.24 | 0.78 | 0 | 0.41 | 281.54 | 0.64 | 0.36 |
| Hex | 72 | 21 | 96 | 18 | 4E | 0 | 29 | 11A | 40 | 24 |
| Octal | 162 | 41 | 226 | 30 | 116 | 0 | 51 | 432 | 100 | 44 |
| Binary | 1110010 | 100001 | 10010110 | 11000 | 1001110 | 0 | 101001 | 100011010 | 1000000 | 100100 |
Color Harmonies of #722196
Complementary color
Monochromatic Colors of #722196
Black with #722196
Text Example
Text Example
White with #722196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722196; }
p { color: rgb(114,33,150); }
H1.HeaderClassName
{
color: #722196;
}
.AnyTagClassName
{
color: #722196;
}
</style>
background-color css
<style>
a { background-color: #722196; }
a { background-color: rgb(114,33,150); }
div.DivClassName
{
background-color: #722196;
}
.BgClassName
{
background-color: #722196;
}
</style>
border-color css
<style>
span { border-color: #722196; }
span { border-color: rgb(114,33,150); }
td.TdClassName
{
border-color: #722196;
}
.TagClassName
{
border-color: #722196;
}
</style>