Shades of Dark Violet #7C0BD6
Tints of Dark Violet #7C0BD6
RGB
CMYK
RGB Variations
Color information
#7C0BD6 (or 0x7C0BD6) is known color: Dark Violet. HEX triplet: 7C, 0B and D6. RGB value is (124,11,214). Sum of RGB (Red+Green+Blue) = 124+11+214=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 214 (83.98% from 255 or 61.32% from 349); Max value from RGB is 214 - color contains mainly: blue. Hex color #7C0BD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0BD6 is #83F429. Grayscale: #434343. Windows color (decimal): -8647722 or 14027644. OLE color: 14027644.
HSL color Cylindrical-coordinate representation of color #7C0BD6: hue angle of 273.4º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0BD6 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 11 | 214 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.16 |
| HSL | 273.4º | 0.9% | 0.44% | - |
| HSV(B) | 273.4º | 0.95% | 0.84% | - |
| XYZ | 20.57 | 9.38 | 64.34 | - |
| YUV | 67.93 | 210.44 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 11 | 214 | 0.42 | 0.95 | 0 | 0.16 | 273.4 | 0.9 | 0.44 |
| Hex | 7C | B | D6 | 2A | 5F | 0 | 10 | 111 | 5A | 2C |
| Octal | 174 | 13 | 326 | 52 | 137 | 0 | 20 | 421 | 132 | 54 |
| Binary | 1111100 | 1011 | 11010110 | 101010 | 1011111 | 0 | 10000 | 100010001 | 1011010 | 101100 |
Color Harmonies of #7C0BD6
Complementary color
Monochromatic Colors of #7C0BD6
Black with #7C0BD6
Text Example
Text Example
White with #7C0BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0BD6; }
p { color: rgb(124,11,214); }
H1.HeaderClassName
{
color: #7C0BD6;
}
.AnyTagClassName
{
color: #7C0BD6;
}
</style>
background-color css
<style>
a { background-color: #7C0BD6; }
a { background-color: rgb(124,11,214); }
div.DivClassName
{
background-color: #7C0BD6;
}
.BgClassName
{
background-color: #7C0BD6;
}
</style>
border-color css
<style>
span { border-color: #7C0BD6; }
span { border-color: rgb(124,11,214); }
td.TdClassName
{
border-color: #7C0BD6;
}
.TagClassName
{
border-color: #7C0BD6;
}
</style>