Shades of Dark Violet #7E02BB
Tints of Dark Violet #7E02BB
RGB
CMYK
RGB Variations
Color information
#7E02BB (or 0x7E02BB) is known color: Dark Violet. HEX triplet: 7E, 02 and BB. RGB value is (126,2,187). Sum of RGB (Red+Green+Blue) = 126+2+187=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E02BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E02BB is #81FD44. Grayscale: #3B3B3B. Windows color (decimal): -8518981 or 12255870. OLE color: 12255870.
HSL color Cylindrical-coordinate representation of color #7E02BB: hue angle of 280.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E02BB is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 2 | 187 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.27 |
| HSL | 280.22º | 0.98% | 0.37% | - |
| HSV(B) | 280.22º | 0.99% | 0.73% | - |
| XYZ | 17.6 | 8.07 | 47.64 | - |
| YUV | 60.17 | 199.58 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 2 | 187 | 0.33 | 0.99 | 0 | 0.27 | 280.22 | 0.98 | 0.37 |
| Hex | 7E | 2 | BB | 21 | 63 | 0 | 1B | 118 | 62 | 25 |
| Octal | 176 | 2 | 273 | 41 | 143 | 0 | 33 | 430 | 142 | 45 |
| Binary | 1111110 | 10 | 10111011 | 100001 | 1100011 | 0 | 11011 | 100011000 | 1100010 | 100101 |
Color Harmonies of #7E02BB
Complementary color
Monochromatic Colors of #7E02BB
Black with #7E02BB
Text Example
Text Example
White with #7E02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E02BB; }
p { color: rgb(126,2,187); }
H1.HeaderClassName
{
color: #7E02BB;
}
.AnyTagClassName
{
color: #7E02BB;
}
</style>
background-color css
<style>
a { background-color: #7E02BB; }
a { background-color: rgb(126,2,187); }
div.DivClassName
{
background-color: #7E02BB;
}
.BgClassName
{
background-color: #7E02BB;
}
</style>
border-color css
<style>
span { border-color: #7E02BB; }
span { border-color: rgb(126,2,187); }
td.TdClassName
{
border-color: #7E02BB;
}
.TagClassName
{
border-color: #7E02BB;
}
</style>