Shades of True V #7E5EBE
Tints of True V #7E5EBE
RGB
CMYK
RGB Variations
Color information
#7E5EBE (or 0x7E5EBE) is known color: True V. HEX triplet: 7E, 5E and BE. RGB value is (126,94,190). Sum of RGB (Red+Green+Blue) = 126+94+190=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E5EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5EBE is #81A141. Grayscale: #727272. Windows color (decimal): -8495426 or 12476030. OLE color: 12476030.
HSL color Cylindrical-coordinate representation of color #7E5EBE: hue angle of 260º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E5EBE is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 94 | 190 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.25 |
| HSL | 260º | 0.42% | 0.56% | - |
| HSV(B) | 260º | 0.51% | 0.75% | - |
| XYZ | 21.9 | 16.16 | 50.68 | - |
| YUV | 114.51 | 170.6 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 94 | 190 | 0.34 | 0.51 | 0 | 0.25 | 260 | 0.42 | 0.56 |
| Hex | 7E | 5E | BE | 22 | 33 | 0 | 19 | 104 | 2A | 38 |
| Octal | 176 | 136 | 276 | 42 | 63 | 0 | 31 | 404 | 52 | 70 |
| Binary | 1111110 | 1011110 | 10111110 | 100010 | 110011 | 0 | 11001 | 100000100 | 101010 | 111000 |
Color Harmonies of #7E5EBE
Complementary color
Monochromatic Colors of #7E5EBE
Black with #7E5EBE
Text Example
Text Example
White with #7E5EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5EBE; }
p { color: rgb(126,94,190); }
H1.HeaderClassName
{
color: #7E5EBE;
}
.AnyTagClassName
{
color: #7E5EBE;
}
</style>
background-color css
<style>
a { background-color: #7E5EBE; }
a { background-color: rgb(126,94,190); }
div.DivClassName
{
background-color: #7E5EBE;
}
.BgClassName
{
background-color: #7E5EBE;
}
</style>
border-color css
<style>
span { border-color: #7E5EBE; }
span { border-color: rgb(126,94,190); }
td.TdClassName
{
border-color: #7E5EBE;
}
.TagClassName
{
border-color: #7E5EBE;
}
</style>