Shades of Vivid Violet #722190
Tints of Vivid Violet #722190
RGB
CMYK
RGB Variations
Color information
#722190 (or 0x722190) is known color: Vivid Violet. HEX triplet: 72, 21 and 90. RGB value is (114,33,144). Sum of RGB (Red+Green+Blue) = 114+33+144=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #722190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722190 is #8DDE6F. Grayscale: #454545. Windows color (decimal): -9297520 or 9445746. OLE color: 9445746.
HSL color Cylindrical-coordinate representation of color #722190: hue angle of 283.78º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #722190 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 33 | 144 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.44 |
| HSL | 283.78º | 0.63% | 0.35% | - |
| HSV(B) | 283.78º | 0.77% | 0.56% | - |
| XYZ | 12.52 | 6.68 | 27.01 | - |
| YUV | 69.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 144 | 0.21 | 0.77 | 0 | 0.44 | 283.78 | 0.63 | 0.35 |
| Hex | 72 | 21 | 90 | 15 | 4D | 0 | 2C | 11C | 3F | 23 |
| Octal | 162 | 41 | 220 | 25 | 115 | 0 | 54 | 434 | 77 | 43 |
| Binary | 1110010 | 100001 | 10010000 | 10101 | 1001101 | 0 | 101100 | 100011100 | 111111 | 100011 |
Color Harmonies of #722190
Complementary color
Monochromatic Colors of #722190
Black with #722190
Text Example
Text Example
White with #722190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722190; }
p { color: rgb(114,33,144); }
H1.HeaderClassName
{
color: #722190;
}
.AnyTagClassName
{
color: #722190;
}
</style>
background-color css
<style>
a { background-color: #722190; }
a { background-color: rgb(114,33,144); }
div.DivClassName
{
background-color: #722190;
}
.BgClassName
{
background-color: #722190;
}
</style>
border-color css
<style>
span { border-color: #722190; }
span { border-color: rgb(114,33,144); }
td.TdClassName
{
border-color: #722190;
}
.TagClassName
{
border-color: #722190;
}
</style>