Shades of Dark Violet #7E0CBE
Tints of Dark Violet #7E0CBE
RGB
CMYK
RGB Variations
Color information
#7E0CBE (or 0x7E0CBE) is known color: Dark Violet. HEX triplet: 7E, 0C and BE. RGB value is (126,12,190). Sum of RGB (Red+Green+Blue) = 126+12+190=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E0CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0CBE is #81F341. Grayscale: #414141. Windows color (decimal): -8516418 or 12455038. OLE color: 12455038.
HSL color Cylindrical-coordinate representation of color #7E0CBE: hue angle of 278.43º 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 #7E0CBE is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 12 | 190 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.25 |
| HSL | 278.43º | 0.88% | 0.4% | - |
| HSV(B) | 278.43º | 0.94% | 0.75% | - |
| XYZ | 18.03 | 8.42 | 49.39 | - |
| YUV | 66.38 | 197.77 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 12 | 190 | 0.34 | 0.94 | 0 | 0.25 | 278.43 | 0.88 | 0.4 |
| Hex | 7E | C | BE | 22 | 5E | 0 | 19 | 116 | 58 | 28 |
| Octal | 176 | 14 | 276 | 42 | 136 | 0 | 31 | 426 | 130 | 50 |
| Binary | 1111110 | 1100 | 10111110 | 100010 | 1011110 | 0 | 11001 | 100010110 | 1011000 | 101000 |
Color Harmonies of #7E0CBE
Complementary color
Monochromatic Colors of #7E0CBE
Black with #7E0CBE
Text Example
Text Example
White with #7E0CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0CBE; }
p { color: rgb(126,12,190); }
H1.HeaderClassName
{
color: #7E0CBE;
}
.AnyTagClassName
{
color: #7E0CBE;
}
</style>
background-color css
<style>
a { background-color: #7E0CBE; }
a { background-color: rgb(126,12,190); }
div.DivClassName
{
background-color: #7E0CBE;
}
.BgClassName
{
background-color: #7E0CBE;
}
</style>
border-color css
<style>
span { border-color: #7E0CBE; }
span { border-color: rgb(126,12,190); }
td.TdClassName
{
border-color: #7E0CBE;
}
.TagClassName
{
border-color: #7E0CBE;
}
</style>