Shades of True V #7E5BC2
Tints of True V #7E5BC2
RGB
CMYK
RGB Variations
Color information
#7E5BC2 (or 0x7E5BC2) is known color: True V. HEX triplet: 7E, 5B and C2. RGB value is (126,91,194). Sum of RGB (Red+Green+Blue) = 126+91+194=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 194 - color contains mainly: blue. Hex color #7E5BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5BC2 is #81A43D. Grayscale: #707070. Windows color (decimal): -8496190 or 12737406. OLE color: 12737406.
HSL color Cylindrical-coordinate representation of color #7E5BC2: hue angle of 260.39º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E5BC2 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 91 | 194 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.24 |
| HSL | 260.39º | 0.46% | 0.56% | - |
| HSV(B) | 260.39º | 0.53% | 0.76% | - |
| XYZ | 22.08 | 15.81 | 52.93 | - |
| YUV | 113.21 | 173.6 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 91 | 194 | 0.35 | 0.53 | 0 | 0.24 | 260.39 | 0.46 | 0.56 |
| Hex | 7E | 5B | C2 | 23 | 35 | 0 | 18 | 104 | 2E | 38 |
| Octal | 176 | 133 | 302 | 43 | 65 | 0 | 30 | 404 | 56 | 70 |
| Binary | 1111110 | 1011011 | 11000010 | 100011 | 110101 | 0 | 11000 | 100000100 | 101110 | 111000 |
Color Harmonies of #7E5BC2
Complementary color
Monochromatic Colors of #7E5BC2
Black with #7E5BC2
Text Example
Text Example
White with #7E5BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5BC2; }
p { color: rgb(126,91,194); }
H1.HeaderClassName
{
color: #7E5BC2;
}
.AnyTagClassName
{
color: #7E5BC2;
}
</style>
background-color css
<style>
a { background-color: #7E5BC2; }
a { background-color: rgb(126,91,194); }
div.DivClassName
{
background-color: #7E5BC2;
}
.BgClassName
{
background-color: #7E5BC2;
}
</style>
border-color css
<style>
span { border-color: #7E5BC2; }
span { border-color: rgb(126,91,194); }
td.TdClassName
{
border-color: #7E5BC2;
}
.TagClassName
{
border-color: #7E5BC2;
}
</style>