Shades of Vivid Violet #721697
Tints of Vivid Violet #721697
RGB
CMYK
RGB Variations
Color information
#721697 (or 0x721697) is known color: Vivid Violet. HEX triplet: 72, 16 and 97. RGB value is (114,22,151). Sum of RGB (Red+Green+Blue) = 114+22+151=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #721697 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721697 is #8DE968. Grayscale: #3F3F3F. Windows color (decimal): -9300329 or 9901682. OLE color: 9901682.
HSL color Cylindrical-coordinate representation of color #721697: hue angle of 282.79º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721697 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 22 | 151 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.41 |
| HSL | 282.79º | 0.75% | 0.34% | - |
| HSV(B) | 282.79º | 0.85% | 0.59% | - |
| XYZ | 12.81 | 6.39 | 29.84 | - |
| YUV | 64.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 151 | 0.25 | 0.85 | 0 | 0.41 | 282.79 | 0.75 | 0.34 |
| Hex | 72 | 16 | 97 | 19 | 55 | 0 | 29 | 11B | 4B | 22 |
| Octal | 162 | 26 | 227 | 31 | 125 | 0 | 51 | 433 | 113 | 42 |
| Binary | 1110010 | 10110 | 10010111 | 11001 | 1010101 | 0 | 101001 | 100011011 | 1001011 | 100010 |
Color Harmonies of #721697
Complementary color
Monochromatic Colors of #721697
Black with #721697
Text Example
Text Example
White with #721697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721697; }
p { color: rgb(114,22,151); }
H1.HeaderClassName
{
color: #721697;
}
.AnyTagClassName
{
color: #721697;
}
</style>
background-color css
<style>
a { background-color: #721697; }
a { background-color: rgb(114,22,151); }
div.DivClassName
{
background-color: #721697;
}
.BgClassName
{
background-color: #721697;
}
</style>
border-color css
<style>
span { border-color: #721697; }
span { border-color: rgb(114,22,151); }
td.TdClassName
{
border-color: #721697;
}
.TagClassName
{
border-color: #721697;
}
</style>