Shades of Studio #7E4AAB
Tints of Studio #7E4AAB
RGB
CMYK
RGB Variations
Color information
#7E4AAB (or 0x7E4AAB) is known color: Studio. HEX triplet: 7E, 4A and AB. RGB value is (126,74,171). Sum of RGB (Red+Green+Blue) = 126+74+171=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E4AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4AAB is #81B554. Grayscale: #646464. Windows color (decimal): -8500565 or 11225726. OLE color: 11225726.
HSL color Cylindrical-coordinate representation of color #7E4AAB: hue angle of 272.16º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E4AAB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 74 | 171 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.33 |
| HSL | 272.16º | 0.4% | 0.48% | - |
| HSV(B) | 272.16º | 0.57% | 0.67% | - |
| XYZ | 18.4 | 12.27 | 39.93 | - |
| YUV | 100.61 | 167.73 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 74 | 171 | 0.26 | 0.57 | 0 | 0.33 | 272.16 | 0.4 | 0.48 |
| Hex | 7E | 4A | AB | 1A | 39 | 0 | 21 | 110 | 28 | 30 |
| Octal | 176 | 112 | 253 | 32 | 71 | 0 | 41 | 420 | 50 | 60 |
| Binary | 1111110 | 1001010 | 10101011 | 11010 | 111001 | 0 | 100001 | 100010000 | 101000 | 110000 |
Color Harmonies of #7E4AAB
Complementary color
Monochromatic Colors of #7E4AAB
Black with #7E4AAB
Text Example
Text Example
White with #7E4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4AAB; }
p { color: rgb(126,74,171); }
H1.HeaderClassName
{
color: #7E4AAB;
}
.AnyTagClassName
{
color: #7E4AAB;
}
</style>
background-color css
<style>
a { background-color: #7E4AAB; }
a { background-color: rgb(126,74,171); }
div.DivClassName
{
background-color: #7E4AAB;
}
.BgClassName
{
background-color: #7E4AAB;
}
</style>
border-color css
<style>
span { border-color: #7E4AAB; }
span { border-color: rgb(126,74,171); }
td.TdClassName
{
border-color: #7E4AAB;
}
.TagClassName
{
border-color: #7E4AAB;
}
</style>