Shades of Dark Violet #720ACB
Tints of Dark Violet #720ACB
RGB
CMYK
RGB Variations
Color information
#720ACB (or 0x720ACB) is known color: Dark Violet. HEX triplet: 72, 0A and CB. RGB value is (114,10,203). Sum of RGB (Red+Green+Blue) = 114+10+203=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #720ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720ACB is #8DF534. Grayscale: #3E3E3E. Windows color (decimal): -9303349 or 13306482. OLE color: 13306482.
HSL color Cylindrical-coordinate representation of color #720ACB: hue angle of 272.33º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720ACB is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 10 | 203 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.20 |
| HSL | 272.33º | 0.91% | 0.42% | - |
| HSV(B) | 272.33º | 0.95% | 0.8% | - |
| XYZ | 17.83 | 8.11 | 57.12 | - |
| YUV | 63.1 | 206.96 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 203 | 0.44 | 0.95 | 0 | 0.20 | 272.33 | 0.91 | 0.42 |
| Hex | 72 | A | CB | 2C | 5F | 0 | 14 | 110 | 5B | 2A |
| Octal | 162 | 12 | 313 | 54 | 137 | 0 | 24 | 420 | 133 | 52 |
| Binary | 1110010 | 1010 | 11001011 | 101100 | 1011111 | 0 | 10100 | 100010000 | 1011011 | 101010 |
Color Harmonies of #720ACB
Complementary color
Monochromatic Colors of #720ACB
Black with #720ACB
Text Example
Text Example
White with #720ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720ACB; }
p { color: rgb(114,10,203); }
H1.HeaderClassName
{
color: #720ACB;
}
.AnyTagClassName
{
color: #720ACB;
}
</style>
background-color css
<style>
a { background-color: #720ACB; }
a { background-color: rgb(114,10,203); }
div.DivClassName
{
background-color: #720ACB;
}
.BgClassName
{
background-color: #720ACB;
}
</style>
border-color css
<style>
span { border-color: #720ACB; }
span { border-color: rgb(114,10,203); }
td.TdClassName
{
border-color: #720ACB;
}
.TagClassName
{
border-color: #720ACB;
}
</style>