Shades of Dark Violet #7E02CB
Tints of Dark Violet #7E02CB
RGB
CMYK
RGB Variations
Color information
#7E02CB (or 0x7E02CB) is known color: Dark Violet. HEX triplet: 7E, 02 and CB. RGB value is (126,2,203). Sum of RGB (Red+Green+Blue) = 126+2+203=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E02CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E02CB is #81FD34. Grayscale: #3D3D3D. Windows color (decimal): -8518965 or 13304446. OLE color: 13304446.
HSL color Cylindrical-coordinate representation of color #7E02CB: hue angle of 277.01º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E02CB is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 2 | 203 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.20 |
| HSL | 277.01º | 0.98% | 0.4% | - |
| HSV(B) | 277.01º | 0.99% | 0.8% | - |
| XYZ | 19.41 | 8.79 | 57.17 | - |
| YUV | 61.99 | 207.58 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 203 | 0.38 | 0.99 | 0 | 0.20 | 277.01 | 0.98 | 0.4 |
| Hex | 7E | 2 | CB | 26 | 63 | 0 | 14 | 115 | 62 | 28 |
| Octal | 176 | 2 | 313 | 46 | 143 | 0 | 24 | 425 | 142 | 50 |
| Binary | 1111110 | 10 | 11001011 | 100110 | 1100011 | 0 | 10100 | 100010101 | 1100010 | 101000 |
Color Harmonies of #7E02CB
Complementary color
Monochromatic Colors of #7E02CB
Black with #7E02CB
Text Example
Text Example
White with #7E02CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E02CB; }
p { color: rgb(126,2,203); }
H1.HeaderClassName
{
color: #7E02CB;
}
.AnyTagClassName
{
color: #7E02CB;
}
</style>
background-color css
<style>
a { background-color: #7E02CB; }
a { background-color: rgb(126,2,203); }
div.DivClassName
{
background-color: #7E02CB;
}
.BgClassName
{
background-color: #7E02CB;
}
</style>
border-color css
<style>
span { border-color: #7E02CB; }
span { border-color: rgb(126,2,203); }
td.TdClassName
{
border-color: #7E02CB;
}
.TagClassName
{
border-color: #7E02CB;
}
</style>