Shades of Dark Violet #720ACE
Tints of Dark Violet #720ACE
RGB
CMYK
RGB Variations
Color information
#720ACE (or 0x720ACE) is known color: Dark Violet. HEX triplet: 72, 0A and CE. RGB value is (114,10,206). Sum of RGB (Red+Green+Blue) = 114+10+206=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #720ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720ACE is #8DF531. Grayscale: #3E3E3E. Windows color (decimal): -9303346 or 13503090. OLE color: 13503090.
HSL color Cylindrical-coordinate representation of color #720ACE: hue angle of 271.84º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720ACE is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 10 | 206 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.19 |
| HSL | 271.84º | 0.91% | 0.42% | - |
| HSV(B) | 271.84º | 0.95% | 0.81% | - |
| XYZ | 18.19 | 8.25 | 59.03 | - |
| YUV | 63.44 | 208.46 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 206 | 0.45 | 0.95 | 0 | 0.19 | 271.84 | 0.91 | 0.42 |
| Hex | 72 | A | CE | 2D | 5F | 0 | 13 | 110 | 5B | 2A |
| Octal | 162 | 12 | 316 | 55 | 137 | 0 | 23 | 420 | 133 | 52 |
| Binary | 1110010 | 1010 | 11001110 | 101101 | 1011111 | 0 | 10011 | 100010000 | 1011011 | 101010 |
Color Harmonies of #720ACE
Complementary color
Monochromatic Colors of #720ACE
Black with #720ACE
Text Example
Text Example
White with #720ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720ACE; }
p { color: rgb(114,10,206); }
H1.HeaderClassName
{
color: #720ACE;
}
.AnyTagClassName
{
color: #720ACE;
}
</style>
background-color css
<style>
a { background-color: #720ACE; }
a { background-color: rgb(114,10,206); }
div.DivClassName
{
background-color: #720ACE;
}
.BgClassName
{
background-color: #720ACE;
}
</style>
border-color css
<style>
span { border-color: #720ACE; }
span { border-color: rgb(114,10,206); }
td.TdClassName
{
border-color: #720ACE;
}
.TagClassName
{
border-color: #720ACE;
}
</style>