Shades of Dark Violet #7E02D0
Tints of Dark Violet #7E02D0
RGB
CMYK
RGB Variations
Color information
#7E02D0 (or 0x7E02D0) is known color: Dark Violet. HEX triplet: 7E, 02 and D0. RGB value is (126,2,208). Sum of RGB (Red+Green+Blue) = 126+2+208=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 208 (81.64% from 255 or 61.90% from 336); Max value from RGB is 208 - color contains mainly: blue. Hex color #7E02D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E02D0 is #81FD2F. Grayscale: #3D3D3D. Windows color (decimal): -8518960 or 13632126. OLE color: 13632126.
HSL color Cylindrical-coordinate representation of color #7E02D0: hue angle of 276.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E02D0 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 2 | 208 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.18 |
| HSL | 276.12º | 0.98% | 0.41% | - |
| HSV(B) | 276.12º | 0.99% | 0.82% | - |
| XYZ | 20.01 | 9.03 | 60.36 | - |
| YUV | 62.56 | 210.08 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 208 | 0.39 | 0.99 | 0 | 0.18 | 276.12 | 0.98 | 0.41 |
| Hex | 7E | 2 | D0 | 27 | 63 | 0 | 12 | 114 | 62 | 29 |
| Octal | 176 | 2 | 320 | 47 | 143 | 0 | 22 | 424 | 142 | 51 |
| Binary | 1111110 | 10 | 11010000 | 100111 | 1100011 | 0 | 10010 | 100010100 | 1100010 | 101001 |
Color Harmonies of #7E02D0
Complementary color
Monochromatic Colors of #7E02D0
Black with #7E02D0
Text Example
Text Example
White with #7E02D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E02D0; }
p { color: rgb(126,2,208); }
H1.HeaderClassName
{
color: #7E02D0;
}
.AnyTagClassName
{
color: #7E02D0;
}
</style>
background-color css
<style>
a { background-color: #7E02D0; }
a { background-color: rgb(126,2,208); }
div.DivClassName
{
background-color: #7E02D0;
}
.BgClassName
{
background-color: #7E02D0;
}
</style>
border-color css
<style>
span { border-color: #7E02D0; }
span { border-color: rgb(126,2,208); }
td.TdClassName
{
border-color: #7E02D0;
}
.TagClassName
{
border-color: #7E02D0;
}
</style>