Shades of True V #7E5EC3
Tints of True V #7E5EC3
RGB
CMYK
RGB Variations
Color information
#7E5EC3 (or 0x7E5EC3) is known color: True V. HEX triplet: 7E, 5E and C3. RGB value is (126,94,195). Sum of RGB (Red+Green+Blue) = 126+94+195=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #7E5EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5EC3 is #81A13C. Grayscale: #727272. Windows color (decimal): -8495421 or 12803710. OLE color: 12803710.
HSL color Cylindrical-coordinate representation of color #7E5EC3: hue angle of 259.01º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E5EC3 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 94 | 195 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.24 |
| HSL | 259.01º | 0.46% | 0.57% | - |
| HSV(B) | 259.01º | 0.52% | 0.76% | - |
| XYZ | 22.46 | 16.38 | 53.61 | - |
| YUV | 115.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 94 | 195 | 0.35 | 0.52 | 0 | 0.24 | 259.01 | 0.46 | 0.57 |
| Hex | 7E | 5E | C3 | 23 | 34 | 0 | 18 | 103 | 2E | 39 |
| Octal | 176 | 136 | 303 | 43 | 64 | 0 | 30 | 403 | 56 | 71 |
| Binary | 1111110 | 1011110 | 11000011 | 100011 | 110100 | 0 | 11000 | 100000011 | 101110 | 111001 |
Color Harmonies of #7E5EC3
Complementary color
Monochromatic Colors of #7E5EC3
Black with #7E5EC3
Text Example
Text Example
White with #7E5EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5EC3; }
p { color: rgb(126,94,195); }
H1.HeaderClassName
{
color: #7E5EC3;
}
.AnyTagClassName
{
color: #7E5EC3;
}
</style>
background-color css
<style>
a { background-color: #7E5EC3; }
a { background-color: rgb(126,94,195); }
div.DivClassName
{
background-color: #7E5EC3;
}
.BgClassName
{
background-color: #7E5EC3;
}
</style>
border-color css
<style>
span { border-color: #7E5EC3; }
span { border-color: rgb(126,94,195); }
td.TdClassName
{
border-color: #7E5EC3;
}
.TagClassName
{
border-color: #7E5EC3;
}
</style>