Shades of Vivid Violet #722999
Tints of Vivid Violet #722999
RGB
CMYK
RGB Variations
Color information
#722999 (or 0x722999) is known color: Vivid Violet. HEX triplet: 72, 29 and 99. RGB value is (114,41,153). Sum of RGB (Red+Green+Blue) = 114+41+153=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #722999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722999 is #8DD666. Grayscale: #4B4B4B. Windows color (decimal): -9295463 or 10037618. OLE color: 10037618.
HSL color Cylindrical-coordinate representation of color #722999: hue angle of 279.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #722999 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 41 | 153 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.4 |
| HSL | 279.11º | 0.58% | 0.38% | - |
| HSV(B) | 279.11º | 0.73% | 0.6% | - |
| XYZ | 13.48 | 7.46 | 30.87 | - |
| YUV | 75.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 153 | 0.25 | 0.73 | 0 | 0.4 | 279.11 | 0.58 | 0.38 |
| Hex | 72 | 29 | 99 | 19 | 49 | 0 | 28 | 117 | 3A | 26 |
| Octal | 162 | 51 | 231 | 31 | 111 | 0 | 50 | 427 | 72 | 46 |
| Binary | 1110010 | 101001 | 10011001 | 11001 | 1001001 | 0 | 101000 | 100010111 | 111010 | 100110 |
Color Harmonies of #722999
Complementary color
Monochromatic Colors of #722999
Black with #722999
Text Example
Text Example
White with #722999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722999; }
p { color: rgb(114,41,153); }
H1.HeaderClassName
{
color: #722999;
}
.AnyTagClassName
{
color: #722999;
}
</style>
background-color css
<style>
a { background-color: #722999; }
a { background-color: rgb(114,41,153); }
div.DivClassName
{
background-color: #722999;
}
.BgClassName
{
background-color: #722999;
}
</style>
border-color css
<style>
span { border-color: #722999; }
span { border-color: rgb(114,41,153); }
td.TdClassName
{
border-color: #722999;
}
.TagClassName
{
border-color: #722999;
}
</style>