Shades of Vivid Violet #722491
Tints of Vivid Violet #722491
RGB
CMYK
RGB Variations
Color information
#722491 (or 0x722491) is known color: Vivid Violet. HEX triplet: 72, 24 and 91. RGB value is (114,36,145). Sum of RGB (Red+Green+Blue) = 114+36+145=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #722491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722491 is #8DDB6E. Grayscale: #474747. Windows color (decimal): -9296751 or 9512050. OLE color: 9512050.
HSL color Cylindrical-coordinate representation of color #722491: hue angle of 282.94º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #722491 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 36 | 145 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.43 |
| HSL | 282.94º | 0.6% | 0.35% | - |
| HSV(B) | 282.94º | 0.75% | 0.57% | - |
| XYZ | 12.68 | 6.88 | 27.45 | - |
| YUV | 71.75 | 169.34 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 145 | 0.21 | 0.75 | 0 | 0.43 | 282.94 | 0.6 | 0.35 |
| Hex | 72 | 24 | 91 | 15 | 4B | 0 | 2B | 11B | 3C | 23 |
| Octal | 162 | 44 | 221 | 25 | 113 | 0 | 53 | 433 | 74 | 43 |
| Binary | 1110010 | 100100 | 10010001 | 10101 | 1001011 | 0 | 101011 | 100011011 | 111100 | 100011 |
Color Harmonies of #722491
Complementary color
Monochromatic Colors of #722491
Black with #722491
Text Example
Text Example
White with #722491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722491; }
p { color: rgb(114,36,145); }
H1.HeaderClassName
{
color: #722491;
}
.AnyTagClassName
{
color: #722491;
}
</style>
background-color css
<style>
a { background-color: #722491; }
a { background-color: rgb(114,36,145); }
div.DivClassName
{
background-color: #722491;
}
.BgClassName
{
background-color: #722491;
}
</style>
border-color css
<style>
span { border-color: #722491; }
span { border-color: rgb(114,36,145); }
td.TdClassName
{
border-color: #722491;
}
.TagClassName
{
border-color: #722491;
}
</style>