Shades of Studio #7E47AB
Tints of Studio #7E47AB
RGB
CMYK
RGB Variations
Color information
#7E47AB (or 0x7E47AB) is known color: Studio. HEX triplet: 7E, 47 and AB. RGB value is (126,71,171). Sum of RGB (Red+Green+Blue) = 126+71+171=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E47AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E47AB is #81B854. Grayscale: #626262. Windows color (decimal): -8501333 or 11224958. OLE color: 11224958.
HSL color Cylindrical-coordinate representation of color #7E47AB: hue angle of 273º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E47AB is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 71 | 171 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.33 |
| HSL | 273º | 0.41% | 0.47% | - |
| HSV(B) | 273º | 0.58% | 0.67% | - |
| XYZ | 18.21 | 11.88 | 39.86 | - |
| YUV | 98.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 71 | 171 | 0.26 | 0.58 | 0 | 0.33 | 273 | 0.41 | 0.47 |
| Hex | 7E | 47 | AB | 1A | 3A | 0 | 21 | 111 | 29 | 2F |
| Octal | 176 | 107 | 253 | 32 | 72 | 0 | 41 | 421 | 51 | 57 |
| Binary | 1111110 | 1000111 | 10101011 | 11010 | 111010 | 0 | 100001 | 100010001 | 101001 | 101111 |
Color Harmonies of #7E47AB
Complementary color
Monochromatic Colors of #7E47AB
Black with #7E47AB
Text Example
Text Example
White with #7E47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E47AB; }
p { color: rgb(126,71,171); }
H1.HeaderClassName
{
color: #7E47AB;
}
.AnyTagClassName
{
color: #7E47AB;
}
</style>
background-color css
<style>
a { background-color: #7E47AB; }
a { background-color: rgb(126,71,171); }
div.DivClassName
{
background-color: #7E47AB;
}
.BgClassName
{
background-color: #7E47AB;
}
</style>
border-color css
<style>
span { border-color: #7E47AB; }
span { border-color: rgb(126,71,171); }
td.TdClassName
{
border-color: #7E47AB;
}
.TagClassName
{
border-color: #7E47AB;
}
</style>