Shades of Dark Violet #7C0BDC
Tints of Dark Violet #7C0BDC
RGB
CMYK
RGB Variations
Color information
#7C0BDC (or 0x7C0BDC) is known color: Dark Violet. HEX triplet: 7C, 0B and DC. RGB value is (124,11,220). Sum of RGB (Red+Green+Blue) = 124+11+220=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C0BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0BDC is #83F423. Grayscale: #434343. Windows color (decimal): -8647716 or 14420860. OLE color: 14420860.
HSL color Cylindrical-coordinate representation of color #7C0BDC: hue angle of 272.44º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0BDC is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 11 | 220 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.14 |
| HSL | 272.44º | 0.9% | 0.45% | - |
| HSV(B) | 272.44º | 0.95% | 0.86% | - |
| XYZ | 21.35 | 9.69 | 68.46 | - |
| YUV | 68.61 | 213.44 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 11 | 220 | 0.44 | 0.95 | 0 | 0.14 | 272.44 | 0.9 | 0.45 |
| Hex | 7C | B | DC | 2C | 5F | 0 | E | 110 | 5A | 2D |
| Octal | 174 | 13 | 334 | 54 | 137 | 0 | 16 | 420 | 132 | 55 |
| Binary | 1111100 | 1011 | 11011100 | 101100 | 1011111 | 0 | 1110 | 100010000 | 1011010 | 101101 |
Color Harmonies of #7C0BDC
Complementary color
Monochromatic Colors of #7C0BDC
Black with #7C0BDC
Text Example
Text Example
White with #7C0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0BDC; }
p { color: rgb(124,11,220); }
H1.HeaderClassName
{
color: #7C0BDC;
}
.AnyTagClassName
{
color: #7C0BDC;
}
</style>
background-color css
<style>
a { background-color: #7C0BDC; }
a { background-color: rgb(124,11,220); }
div.DivClassName
{
background-color: #7C0BDC;
}
.BgClassName
{
background-color: #7C0BDC;
}
</style>
border-color css
<style>
span { border-color: #7C0BDC; }
span { border-color: rgb(124,11,220); }
td.TdClassName
{
border-color: #7C0BDC;
}
.TagClassName
{
border-color: #7C0BDC;
}
</style>