Shades of Dark Violet #7E02BD
Tints of Dark Violet #7E02BD
RGB
CMYK
RGB Variations
Color information
#7E02BD (or 0x7E02BD) is known color: Dark Violet. HEX triplet: 7E, 02 and BD. RGB value is (126,2,189). Sum of RGB (Red+Green+Blue) = 126+2+189=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E02BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E02BD is #81FD42. Grayscale: #3B3B3B. Windows color (decimal): -8518979 or 12386942. OLE color: 12386942.
HSL color Cylindrical-coordinate representation of color #7E02BD: hue angle of 279.79º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E02BD is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 2 | 189 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.26 |
| HSL | 279.79º | 0.98% | 0.37% | - |
| HSV(B) | 279.79º | 0.99% | 0.74% | - |
| XYZ | 17.81 | 8.15 | 48.78 | - |
| YUV | 60.39 | 200.58 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 189 | 0.33 | 0.99 | 0 | 0.26 | 279.79 | 0.98 | 0.37 |
| Hex | 7E | 2 | BD | 21 | 63 | 0 | 1A | 118 | 62 | 25 |
| Octal | 176 | 2 | 275 | 41 | 143 | 0 | 32 | 430 | 142 | 45 |
| Binary | 1111110 | 10 | 10111101 | 100001 | 1100011 | 0 | 11010 | 100011000 | 1100010 | 100101 |
Color Harmonies of #7E02BD
Complementary color
Monochromatic Colors of #7E02BD
Black with #7E02BD
Text Example
Text Example
White with #7E02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E02BD; }
p { color: rgb(126,2,189); }
H1.HeaderClassName
{
color: #7E02BD;
}
.AnyTagClassName
{
color: #7E02BD;
}
</style>
background-color css
<style>
a { background-color: #7E02BD; }
a { background-color: rgb(126,2,189); }
div.DivClassName
{
background-color: #7E02BD;
}
.BgClassName
{
background-color: #7E02BD;
}
</style>
border-color css
<style>
span { border-color: #7E02BD; }
span { border-color: rgb(126,2,189); }
td.TdClassName
{
border-color: #7E02BD;
}
.TagClassName
{
border-color: #7E02BD;
}
</style>