Shades of Vivid Violet #721691
Tints of Vivid Violet #721691
RGB
CMYK
RGB Variations
Color information
#721691 (or 0x721691) is known color: Vivid Violet. HEX triplet: 72, 16 and 91. RGB value is (114,22,145). Sum of RGB (Red+Green+Blue) = 114+22+145=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #721691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721691 is #8DE96E. Grayscale: #3F3F3F. Windows color (decimal): -9300335 or 9508466. OLE color: 9508466.
HSL color Cylindrical-coordinate representation of color #721691: hue angle of 284.88º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721691 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 22 | 145 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.43 |
| HSL | 284.88º | 0.74% | 0.33% | - |
| HSV(B) | 284.88º | 0.85% | 0.57% | - |
| XYZ | 12.34 | 6.2 | 27.33 | - |
| YUV | 63.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 145 | 0.21 | 0.85 | 0 | 0.43 | 284.88 | 0.74 | 0.33 |
| Hex | 72 | 16 | 91 | 15 | 55 | 0 | 2B | 11D | 4A | 21 |
| Octal | 162 | 26 | 221 | 25 | 125 | 0 | 53 | 435 | 112 | 41 |
| Binary | 1110010 | 10110 | 10010001 | 10101 | 1010101 | 0 | 101011 | 100011101 | 1001010 | 100001 |
Color Harmonies of #721691
Complementary color
Monochromatic Colors of #721691
Black with #721691
Text Example
Text Example
White with #721691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721691; }
p { color: rgb(114,22,145); }
H1.HeaderClassName
{
color: #721691;
}
.AnyTagClassName
{
color: #721691;
}
</style>
background-color css
<style>
a { background-color: #721691; }
a { background-color: rgb(114,22,145); }
div.DivClassName
{
background-color: #721691;
}
.BgClassName
{
background-color: #721691;
}
</style>
border-color css
<style>
span { border-color: #721691; }
span { border-color: rgb(114,22,145); }
td.TdClassName
{
border-color: #721691;
}
.TagClassName
{
border-color: #721691;
}
</style>