Shades of Dark Violet #7E00BD
Tints of Dark Violet #7E00BD
RGB
CMYK
RGB Variations
Color information
#7E00BD (or 0x7E00BD) is known color: Dark Violet. HEX triplet: 7E, 00 and BD. RGB value is (126,0,189). Sum of RGB (Red+Green+Blue) = 126+0+189=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E00BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E00BD is #81FF42. Grayscale: #3A3A3A. Windows color (decimal): -8519491 or 12386430. OLE color: 12386430.
HSL color Cylindrical-coordinate representation of color #7E00BD: hue angle of 280º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E00BD is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 0 | 189 | - |
| CMYK | 0.33 | 1 | 0 | 0.26 |
| HSL | 280º | 1% | 0.37% | - |
| HSV(B) | 280º | 1% | 0.74% | - |
| XYZ | 17.79 | 8.11 | 48.77 | - |
| YUV | 59.22 | 201.24 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 189 | 0.33 | 1 | 0 | 0.26 | 280 | 1 | 0.37 |
| Hex | 7E | 0 | BD | 21 | 64 | 0 | 1A | 118 | 64 | 25 |
| Octal | 176 | 0 | 275 | 41 | 144 | 0 | 32 | 430 | 144 | 45 |
| Binary | 1111110 | 0 | 10111101 | 100001 | 1100100 | 0 | 11010 | 100011000 | 1100100 | 100101 |
Color Harmonies of #7E00BD
Complementary color
Monochromatic Colors of #7E00BD
Black with #7E00BD
Text Example
Text Example
White with #7E00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E00BD; }
p { color: rgb(126,0,189); }
H1.HeaderClassName
{
color: #7E00BD;
}
.AnyTagClassName
{
color: #7E00BD;
}
</style>
background-color css
<style>
a { background-color: #7E00BD; }
a { background-color: rgb(126,0,189); }
div.DivClassName
{
background-color: #7E00BD;
}
.BgClassName
{
background-color: #7E00BD;
}
</style>
border-color css
<style>
span { border-color: #7E00BD; }
span { border-color: rgb(126,0,189); }
td.TdClassName
{
border-color: #7E00BD;
}
.TagClassName
{
border-color: #7E00BD;
}
</style>