Shades of True V #7E5FBE
Tints of True V #7E5FBE
RGB
CMYK
RGB Variations
Color information
#7E5FBE (or 0x7E5FBE) is known color: True V. HEX triplet: 7E, 5F and BE. RGB value is (126,95,190). Sum of RGB (Red+Green+Blue) = 126+95+190=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E5FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5FBE is #81A041. Grayscale: #727272. Windows color (decimal): -8495170 or 12476286. OLE color: 12476286.
HSL color Cylindrical-coordinate representation of color #7E5FBE: hue angle of 259.58º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E5FBE is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 95 | 190 | - |
| CMYK | 0.34 | 0.5 | 0 | 0.25 |
| HSL | 259.58º | 0.42% | 0.56% | - |
| HSV(B) | 259.58º | 0.5% | 0.75% | - |
| XYZ | 21.99 | 16.34 | 50.71 | - |
| YUV | 115.1 | 170.27 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 95 | 190 | 0.34 | 0.5 | 0 | 0.25 | 259.58 | 0.42 | 0.56 |
| Hex | 7E | 5F | BE | 22 | 32 | 0 | 19 | 104 | 2A | 38 |
| Octal | 176 | 137 | 276 | 42 | 62 | 0 | 31 | 404 | 52 | 70 |
| Binary | 1111110 | 1011111 | 10111110 | 100010 | 110010 | 0 | 11001 | 100000100 | 101010 | 111000 |
Color Harmonies of #7E5FBE
Complementary color
Monochromatic Colors of #7E5FBE
Black with #7E5FBE
Text Example
Text Example
White with #7E5FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5FBE; }
p { color: rgb(126,95,190); }
H1.HeaderClassName
{
color: #7E5FBE;
}
.AnyTagClassName
{
color: #7E5FBE;
}
</style>
background-color css
<style>
a { background-color: #7E5FBE; }
a { background-color: rgb(126,95,190); }
div.DivClassName
{
background-color: #7E5FBE;
}
.BgClassName
{
background-color: #7E5FBE;
}
</style>
border-color css
<style>
span { border-color: #7E5FBE; }
span { border-color: rgb(126,95,190); }
td.TdClassName
{
border-color: #7E5FBE;
}
.TagClassName
{
border-color: #7E5FBE;
}
</style>