Shades of Dark Violet #7E12CE
Tints of Dark Violet #7E12CE
RGB
CMYK
RGB Variations
Color information
#7E12CE (or 0x7E12CE) is known color: Dark Violet. HEX triplet: 7E, 12 and CE. RGB value is (126,18,206). Sum of RGB (Red+Green+Blue) = 126+18+206=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E12CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E12CE is #81ED31. Grayscale: #474747. Windows color (decimal): -8514866 or 13505150. OLE color: 13505150.
HSL color Cylindrical-coordinate representation of color #7E12CE: hue angle of 274.47º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E12CE is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 18 | 206 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.19 |
| HSL | 274.47º | 0.84% | 0.44% | - |
| HSV(B) | 274.47º | 0.91% | 0.81% | - |
| XYZ | 19.96 | 9.32 | 59.14 | - |
| YUV | 71.72 | 203.78 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 206 | 0.39 | 0.91 | 0 | 0.19 | 274.47 | 0.84 | 0.44 |
| Hex | 7E | 12 | CE | 27 | 5B | 0 | 13 | 112 | 54 | 2C |
| Octal | 176 | 22 | 316 | 47 | 133 | 0 | 23 | 422 | 124 | 54 |
| Binary | 1111110 | 10010 | 11001110 | 100111 | 1011011 | 0 | 10011 | 100010010 | 1010100 | 101100 |
Color Harmonies of #7E12CE
Complementary color
Monochromatic Colors of #7E12CE
Black with #7E12CE
Text Example
Text Example
White with #7E12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E12CE; }
p { color: rgb(126,18,206); }
H1.HeaderClassName
{
color: #7E12CE;
}
.AnyTagClassName
{
color: #7E12CE;
}
</style>
background-color css
<style>
a { background-color: #7E12CE; }
a { background-color: rgb(126,18,206); }
div.DivClassName
{
background-color: #7E12CE;
}
.BgClassName
{
background-color: #7E12CE;
}
</style>
border-color css
<style>
span { border-color: #7E12CE; }
span { border-color: rgb(126,18,206); }
td.TdClassName
{
border-color: #7E12CE;
}
.TagClassName
{
border-color: #7E12CE;
}
</style>