Shades of Dark Violet #7E0BBA
Tints of Dark Violet #7E0BBA
RGB
CMYK
RGB Variations
Color information
#7E0BBA (or 0x7E0BBA) is known color: Dark Violet. HEX triplet: 7E, 0B and BA. RGB value is (126,11,186). Sum of RGB (Red+Green+Blue) = 126+11+186=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E0BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0BBA is #81F445. Grayscale: #404040. Windows color (decimal): -8516678 or 12192638. OLE color: 12192638.
HSL color Cylindrical-coordinate representation of color #7E0BBA: hue angle of 279.43º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0BBA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 11 | 186 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.27 |
| HSL | 279.43º | 0.89% | 0.39% | - |
| HSV(B) | 279.43º | 0.94% | 0.73% | - |
| XYZ | 17.59 | 8.22 | 47.11 | - |
| YUV | 65.34 | 196.1 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 11 | 186 | 0.32 | 0.94 | 0 | 0.27 | 279.43 | 0.89 | 0.39 |
| Hex | 7E | B | BA | 20 | 5E | 0 | 1B | 117 | 59 | 27 |
| Octal | 176 | 13 | 272 | 40 | 136 | 0 | 33 | 427 | 131 | 47 |
| Binary | 1111110 | 1011 | 10111010 | 100000 | 1011110 | 0 | 11011 | 100010111 | 1011001 | 100111 |
Color Harmonies of #7E0BBA
Complementary color
Monochromatic Colors of #7E0BBA
Black with #7E0BBA
Text Example
Text Example
White with #7E0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0BBA; }
p { color: rgb(126,11,186); }
H1.HeaderClassName
{
color: #7E0BBA;
}
.AnyTagClassName
{
color: #7E0BBA;
}
</style>
background-color css
<style>
a { background-color: #7E0BBA; }
a { background-color: rgb(126,11,186); }
div.DivClassName
{
background-color: #7E0BBA;
}
.BgClassName
{
background-color: #7E0BBA;
}
</style>
border-color css
<style>
span { border-color: #7E0BBA; }
span { border-color: rgb(126,11,186); }
td.TdClassName
{
border-color: #7E0BBA;
}
.TagClassName
{
border-color: #7E0BBA;
}
</style>