Shades of Dark Violet #7C0CBE
Tints of Dark Violet #7C0CBE
RGB
CMYK
RGB Variations
Color information
#7C0CBE (or 0x7C0CBE) is known color: Dark Violet. HEX triplet: 7C, 0C and BE. RGB value is (124,12,190). Sum of RGB (Red+Green+Blue) = 124+12+190=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C0CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0CBE is #83F341. Grayscale: #414141. Windows color (decimal): -8647490 or 12455036. OLE color: 12455036.
HSL color Cylindrical-coordinate representation of color #7C0CBE: hue angle of 277.75º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0CBE is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 12 | 190 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.25 |
| HSL | 277.75º | 0.88% | 0.4% | - |
| HSV(B) | 277.75º | 0.94% | 0.75% | - |
| XYZ | 17.74 | 8.27 | 49.38 | - |
| YUV | 65.78 | 198.11 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 12 | 190 | 0.35 | 0.94 | 0 | 0.25 | 277.75 | 0.88 | 0.4 |
| Hex | 7C | C | BE | 23 | 5E | 0 | 19 | 116 | 58 | 28 |
| Octal | 174 | 14 | 276 | 43 | 136 | 0 | 31 | 426 | 130 | 50 |
| Binary | 1111100 | 1100 | 10111110 | 100011 | 1011110 | 0 | 11001 | 100010110 | 1011000 | 101000 |
Color Harmonies of #7C0CBE
Complementary color
Monochromatic Colors of #7C0CBE
Black with #7C0CBE
Text Example
Text Example
White with #7C0CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0CBE; }
p { color: rgb(124,12,190); }
H1.HeaderClassName
{
color: #7C0CBE;
}
.AnyTagClassName
{
color: #7C0CBE;
}
</style>
background-color css
<style>
a { background-color: #7C0CBE; }
a { background-color: rgb(124,12,190); }
div.DivClassName
{
background-color: #7C0CBE;
}
.BgClassName
{
background-color: #7C0CBE;
}
</style>
border-color css
<style>
span { border-color: #7C0CBE; }
span { border-color: rgb(124,12,190); }
td.TdClassName
{
border-color: #7C0CBE;
}
.TagClassName
{
border-color: #7C0CBE;
}
</style>