Shades of Dark Violet #7E12D0
Tints of Dark Violet #7E12D0
RGB
CMYK
RGB Variations
Color information
#7E12D0 (or 0x7E12D0) is known color: Dark Violet. HEX triplet: 7E, 12 and D0. RGB value is (126,18,208). Sum of RGB (Red+Green+Blue) = 126+18+208=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 208 (81.64% from 255 or 59.09% from 352); Max value from RGB is 208 - color contains mainly: blue. Hex color #7E12D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E12D0 is #81ED2F. Grayscale: #474747. Windows color (decimal): -8514864 or 13636222. OLE color: 13636222.
HSL color Cylindrical-coordinate representation of color #7E12D0: hue angle of 274.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E12D0 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 18 | 208 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.18 |
| HSL | 274.11º | 0.84% | 0.44% | - |
| HSV(B) | 274.11º | 0.91% | 0.82% | - |
| XYZ | 20.21 | 9.42 | 60.43 | - |
| YUV | 71.95 | 204.78 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 208 | 0.39 | 0.91 | 0 | 0.18 | 274.11 | 0.84 | 0.44 |
| Hex | 7E | 12 | D0 | 27 | 5B | 0 | 12 | 112 | 54 | 2C |
| Octal | 176 | 22 | 320 | 47 | 133 | 0 | 22 | 422 | 124 | 54 |
| Binary | 1111110 | 10010 | 11010000 | 100111 | 1011011 | 0 | 10010 | 100010010 | 1010100 | 101100 |
Color Harmonies of #7E12D0
Complementary color
Monochromatic Colors of #7E12D0
Black with #7E12D0
Text Example
Text Example
White with #7E12D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E12D0; }
p { color: rgb(126,18,208); }
H1.HeaderClassName
{
color: #7E12D0;
}
.AnyTagClassName
{
color: #7E12D0;
}
</style>
background-color css
<style>
a { background-color: #7E12D0; }
a { background-color: rgb(126,18,208); }
div.DivClassName
{
background-color: #7E12D0;
}
.BgClassName
{
background-color: #7E12D0;
}
</style>
border-color css
<style>
span { border-color: #7E12D0; }
span { border-color: rgb(126,18,208); }
td.TdClassName
{
border-color: #7E12D0;
}
.TagClassName
{
border-color: #7E12D0;
}
</style>