Shades of Dark Violet #720CCD
Tints of Dark Violet #720CCD
RGB
CMYK
RGB Variations
Color information
#720CCD (or 0x720CCD) is known color: Dark Violet. HEX triplet: 72, 0C and CD. RGB value is (114,12,205). Sum of RGB (Red+Green+Blue) = 114+12+205=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #720CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720CCD is #8DF332. Grayscale: #3F3F3F. Windows color (decimal): -9302835 or 13438066. OLE color: 13438066.
HSL color Cylindrical-coordinate representation of color #720CCD: hue angle of 271.71º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720CCD is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 12 | 205 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.20 |
| HSL | 271.71º | 0.89% | 0.43% | - |
| HSV(B) | 271.71º | 0.94% | 0.8% | - |
| XYZ | 18.09 | 8.25 | 58.4 | - |
| YUV | 64.5 | 207.29 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 205 | 0.44 | 0.94 | 0 | 0.20 | 271.71 | 0.89 | 0.43 |
| Hex | 72 | C | CD | 2C | 5E | 0 | 14 | 110 | 59 | 2B |
| Octal | 162 | 14 | 315 | 54 | 136 | 0 | 24 | 420 | 131 | 53 |
| Binary | 1110010 | 1100 | 11001101 | 101100 | 1011110 | 0 | 10100 | 100010000 | 1011001 | 101011 |
Color Harmonies of #720CCD
Complementary color
Monochromatic Colors of #720CCD
Black with #720CCD
Text Example
Text Example
White with #720CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720CCD; }
p { color: rgb(114,12,205); }
H1.HeaderClassName
{
color: #720CCD;
}
.AnyTagClassName
{
color: #720CCD;
}
</style>
background-color css
<style>
a { background-color: #720CCD; }
a { background-color: rgb(114,12,205); }
div.DivClassName
{
background-color: #720CCD;
}
.BgClassName
{
background-color: #720CCD;
}
</style>
border-color css
<style>
span { border-color: #720CCD; }
span { border-color: rgb(114,12,205); }
td.TdClassName
{
border-color: #720CCD;
}
.TagClassName
{
border-color: #720CCD;
}
</style>