Shades of Vivid Violet #7E26AB
Tints of Vivid Violet #7E26AB
RGB
CMYK
RGB Variations
Color information
#7E26AB (or 0x7E26AB) is known color: Vivid Violet. HEX triplet: 7E, 26 and AB. RGB value is (126,38,171). Sum of RGB (Red+Green+Blue) = 126+38+171=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E26AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E26AB is #81D954. Grayscale: #4F4F4F. Windows color (decimal): -8509781 or 11216510. OLE color: 11216510.
HSL color Cylindrical-coordinate representation of color #7E26AB: hue angle of 279.7º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E26AB is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 38 | 171 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.33 |
| HSL | 279.7º | 0.64% | 0.41% | - |
| HSV(B) | 279.7º | 0.78% | 0.67% | - |
| XYZ | 16.65 | 8.76 | 39.34 | - |
| YUV | 79.47 | 179.65 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 38 | 171 | 0.26 | 0.78 | 0 | 0.33 | 279.7 | 0.64 | 0.41 |
| Hex | 7E | 26 | AB | 1A | 4E | 0 | 21 | 118 | 40 | 29 |
| Octal | 176 | 46 | 253 | 32 | 116 | 0 | 41 | 430 | 100 | 51 |
| Binary | 1111110 | 100110 | 10101011 | 11010 | 1001110 | 0 | 100001 | 100011000 | 1000000 | 101001 |
Color Harmonies of #7E26AB
Complementary color
Monochromatic Colors of #7E26AB
Black with #7E26AB
Text Example
Text Example
White with #7E26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E26AB; }
p { color: rgb(126,38,171); }
H1.HeaderClassName
{
color: #7E26AB;
}
.AnyTagClassName
{
color: #7E26AB;
}
</style>
background-color css
<style>
a { background-color: #7E26AB; }
a { background-color: rgb(126,38,171); }
div.DivClassName
{
background-color: #7E26AB;
}
.BgClassName
{
background-color: #7E26AB;
}
</style>
border-color css
<style>
span { border-color: #7E26AB; }
span { border-color: rgb(126,38,171); }
td.TdClassName
{
border-color: #7E26AB;
}
.TagClassName
{
border-color: #7E26AB;
}
</style>