Shades of Dark Violet #7E14CE
Tints of Dark Violet #7E14CE
RGB
CMYK
RGB Variations
Color information
#7E14CE (or 0x7E14CE) is known color: Dark Violet. HEX triplet: 7E, 14 and CE. RGB value is (126,20,206). Sum of RGB (Red+Green+Blue) = 126+20+206=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E14CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E14CE is #81EB31. Grayscale: #484848. Windows color (decimal): -8514354 or 13505662. OLE color: 13505662.
HSL color Cylindrical-coordinate representation of color #7E14CE: hue angle of 274.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E14CE is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 20 | 206 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.19 |
| HSL | 274.19º | 0.82% | 0.44% | - |
| HSV(B) | 274.19º | 0.9% | 0.81% | - |
| XYZ | 19.99 | 9.39 | 59.15 | - |
| YUV | 72.9 | 203.12 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 20 | 206 | 0.39 | 0.90 | 0 | 0.19 | 274.19 | 0.82 | 0.44 |
| Hex | 7E | 14 | CE | 27 | 5A | 0 | 13 | 112 | 52 | 2C |
| Octal | 176 | 24 | 316 | 47 | 132 | 0 | 23 | 422 | 122 | 54 |
| Binary | 1111110 | 10100 | 11001110 | 100111 | 1011010 | 0 | 10011 | 100010010 | 1010010 | 101100 |
Color Harmonies of #7E14CE
Complementary color
Monochromatic Colors of #7E14CE
Black with #7E14CE
Text Example
Text Example
White with #7E14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E14CE; }
p { color: rgb(126,20,206); }
H1.HeaderClassName
{
color: #7E14CE;
}
.AnyTagClassName
{
color: #7E14CE;
}
</style>
background-color css
<style>
a { background-color: #7E14CE; }
a { background-color: rgb(126,20,206); }
div.DivClassName
{
background-color: #7E14CE;
}
.BgClassName
{
background-color: #7E14CE;
}
</style>
border-color css
<style>
span { border-color: #7E14CE; }
span { border-color: rgb(126,20,206); }
td.TdClassName
{
border-color: #7E14CE;
}
.TagClassName
{
border-color: #7E14CE;
}
</style>