Shades of Dark Violet #7C0CD2
Tints of Dark Violet #7C0CD2
RGB
CMYK
RGB Variations
Color information
#7C0CD2 (or 0x7C0CD2) is known color: Dark Violet. HEX triplet: 7C, 0C and D2. RGB value is (124,12,210). Sum of RGB (Red+Green+Blue) = 124+12+210=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 210 (82.42% from 255 or 60.69% from 346); Max value from RGB is 210 - color contains mainly: blue. Hex color #7C0CD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0CD2 is #83F32D. Grayscale: #434343. Windows color (decimal): -8647470 or 13765756. OLE color: 13765756.
HSL color Cylindrical-coordinate representation of color #7C0CD2: hue angle of 273.94º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0CD2 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 12 | 210 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.18 |
| HSL | 273.94º | 0.89% | 0.44% | - |
| HSV(B) | 273.94º | 0.94% | 0.82% | - |
| XYZ | 20.08 | 9.2 | 61.69 | - |
| YUV | 68.06 | 208.11 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 12 | 210 | 0.41 | 0.94 | 0 | 0.18 | 273.94 | 0.89 | 0.44 |
| Hex | 7C | C | D2 | 29 | 5E | 0 | 12 | 112 | 59 | 2C |
| Octal | 174 | 14 | 322 | 51 | 136 | 0 | 22 | 422 | 131 | 54 |
| Binary | 1111100 | 1100 | 11010010 | 101001 | 1011110 | 0 | 10010 | 100010010 | 1011001 | 101100 |
Color Harmonies of #7C0CD2
Complementary color
Monochromatic Colors of #7C0CD2
Black with #7C0CD2
Text Example
Text Example
White with #7C0CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0CD2; }
p { color: rgb(124,12,210); }
H1.HeaderClassName
{
color: #7C0CD2;
}
.AnyTagClassName
{
color: #7C0CD2;
}
</style>
background-color css
<style>
a { background-color: #7C0CD2; }
a { background-color: rgb(124,12,210); }
div.DivClassName
{
background-color: #7C0CD2;
}
.BgClassName
{
background-color: #7C0CD2;
}
</style>
border-color css
<style>
span { border-color: #7C0CD2; }
span { border-color: rgb(124,12,210); }
td.TdClassName
{
border-color: #7C0CD2;
}
.TagClassName
{
border-color: #7C0CD2;
}
</style>