Shades of Vivid Violet #722699
Tints of Vivid Violet #722699
RGB
CMYK
RGB Variations
Color information
#722699 (or 0x722699) is known color: Vivid Violet. HEX triplet: 72, 26 and 99. RGB value is (114,38,153). Sum of RGB (Red+Green+Blue) = 114+38+153=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #722699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722699 is #8DD966. Grayscale: #494949. Windows color (decimal): -9296231 or 10036850. OLE color: 10036850.
HSL color Cylindrical-coordinate representation of color #722699: hue angle of 279.65º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #722699 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 38 | 153 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.4 |
| HSL | 279.65º | 0.6% | 0.37% | - |
| HSV(B) | 279.65º | 0.75% | 0.6% | - |
| XYZ | 13.38 | 7.26 | 30.83 | - |
| YUV | 73.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 153 | 0.25 | 0.75 | 0 | 0.4 | 279.65 | 0.6 | 0.37 |
| Hex | 72 | 26 | 99 | 19 | 4B | 0 | 28 | 118 | 3C | 25 |
| Octal | 162 | 46 | 231 | 31 | 113 | 0 | 50 | 430 | 74 | 45 |
| Binary | 1110010 | 100110 | 10011001 | 11001 | 1001011 | 0 | 101000 | 100011000 | 111100 | 100101 |
Color Harmonies of #722699
Complementary color
Monochromatic Colors of #722699
Black with #722699
Text Example
Text Example
White with #722699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722699; }
p { color: rgb(114,38,153); }
H1.HeaderClassName
{
color: #722699;
}
.AnyTagClassName
{
color: #722699;
}
</style>
background-color css
<style>
a { background-color: #722699; }
a { background-color: rgb(114,38,153); }
div.DivClassName
{
background-color: #722699;
}
.BgClassName
{
background-color: #722699;
}
</style>
border-color css
<style>
span { border-color: #722699; }
span { border-color: rgb(114,38,153); }
td.TdClassName
{
border-color: #722699;
}
.TagClassName
{
border-color: #722699;
}
</style>