Shades of Dark Violet #720BCC
Tints of Dark Violet #720BCC
RGB
CMYK
RGB Variations
Color information
#720BCC (or 0x720BCC) is known color: Dark Violet. HEX triplet: 72, 0B and CC. RGB value is (114,11,204). Sum of RGB (Red+Green+Blue) = 114+11+204=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #720BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BCC is #8DF433. Grayscale: #3F3F3F. Windows color (decimal): -9303092 or 13372274. OLE color: 13372274.
HSL color Cylindrical-coordinate representation of color #720BCC: hue angle of 272.02º degrees, saturation: 0.9, 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 #720BCC is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 11 | 204 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.2 |
| HSL | 272.02º | 0.9% | 0.42% | - |
| HSV(B) | 272.02º | 0.95% | 0.8% | - |
| XYZ | 17.96 | 8.18 | 57.76 | - |
| YUV | 63.8 | 207.12 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 204 | 0.44 | 0.95 | 0 | 0.2 | 272.02 | 0.9 | 0.42 |
| Hex | 72 | B | CC | 2C | 5F | 0 | 14 | 110 | 5A | 2A |
| Octal | 162 | 13 | 314 | 54 | 137 | 0 | 24 | 420 | 132 | 52 |
| Binary | 1110010 | 1011 | 11001100 | 101100 | 1011111 | 0 | 10100 | 100010000 | 1011010 | 101010 |
Color Harmonies of #720BCC
Complementary color
Monochromatic Colors of #720BCC
Black with #720BCC
Text Example
Text Example
White with #720BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720BCC; }
p { color: rgb(114,11,204); }
H1.HeaderClassName
{
color: #720BCC;
}
.AnyTagClassName
{
color: #720BCC;
}
</style>
background-color css
<style>
a { background-color: #720BCC; }
a { background-color: rgb(114,11,204); }
div.DivClassName
{
background-color: #720BCC;
}
.BgClassName
{
background-color: #720BCC;
}
</style>
border-color css
<style>
span { border-color: #720BCC; }
span { border-color: rgb(114,11,204); }
td.TdClassName
{
border-color: #720BCC;
}
.TagClassName
{
border-color: #720BCC;
}
</style>