Shades of Dark Violet #7E00BE
Tints of Dark Violet #7E00BE
RGB
CMYK
RGB Variations
Color information
#7E00BE (or 0x7E00BE) is known color: Dark Violet. HEX triplet: 7E, 00 and BE. RGB value is (126,0,190). Sum of RGB (Red+Green+Blue) = 126+0+190=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E00BE is #81FF41. Grayscale: #3A3A3A. Windows color (decimal): -8519490 or 12451966. OLE color: 12451966.
HSL color Cylindrical-coordinate representation of color #7E00BE: hue angle of 279.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E00BE is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 0 | 190 | - |
| CMYK | 0.34 | 1 | 0 | 0.25 |
| HSL | 279.79º | 1% | 0.37% | - |
| HSV(B) | 279.79º | 1% | 0.75% | - |
| XYZ | 17.9 | 8.15 | 49.35 | - |
| YUV | 59.33 | 201.74 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 190 | 0.34 | 1 | 0 | 0.25 | 279.79 | 1 | 0.37 |
| Hex | 7E | 0 | BE | 22 | 64 | 0 | 19 | 118 | 64 | 25 |
| Octal | 176 | 0 | 276 | 42 | 144 | 0 | 31 | 430 | 144 | 45 |
| Binary | 1111110 | 0 | 10111110 | 100010 | 1100100 | 0 | 11001 | 100011000 | 1100100 | 100101 |
Color Harmonies of #7E00BE
Complementary color
Monochromatic Colors of #7E00BE
Black with #7E00BE
Text Example
Text Example
White with #7E00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E00BE; }
p { color: rgb(126,0,190); }
H1.HeaderClassName
{
color: #7E00BE;
}
.AnyTagClassName
{
color: #7E00BE;
}
</style>
background-color css
<style>
a { background-color: #7E00BE; }
a { background-color: rgb(126,0,190); }
div.DivClassName
{
background-color: #7E00BE;
}
.BgClassName
{
background-color: #7E00BE;
}
</style>
border-color css
<style>
span { border-color: #7E00BE; }
span { border-color: rgb(126,0,190); }
td.TdClassName
{
border-color: #7E00BE;
}
.TagClassName
{
border-color: #7E00BE;
}
</style>