Shades of Studio #7E48AB
Tints of Studio #7E48AB
RGB
CMYK
RGB Variations
Color information
#7E48AB (or 0x7E48AB) is known color: Studio. HEX triplet: 7E, 48 and AB. RGB value is (126,72,171). Sum of RGB (Red+Green+Blue) = 126+72+171=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E48AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E48AB is #81B754. Grayscale: #636363. Windows color (decimal): -8501077 or 11225214. OLE color: 11225214.
HSL color Cylindrical-coordinate representation of color #7E48AB: hue angle of 272.73º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E48AB is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 72 | 171 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.33 |
| HSL | 272.73º | 0.41% | 0.48% | - |
| HSV(B) | 272.73º | 0.58% | 0.67% | - |
| XYZ | 18.27 | 12.01 | 39.88 | - |
| YUV | 99.43 | 168.39 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 72 | 171 | 0.26 | 0.58 | 0 | 0.33 | 272.73 | 0.41 | 0.48 |
| Hex | 7E | 48 | AB | 1A | 3A | 0 | 21 | 111 | 29 | 30 |
| Octal | 176 | 110 | 253 | 32 | 72 | 0 | 41 | 421 | 51 | 60 |
| Binary | 1111110 | 1001000 | 10101011 | 11010 | 111010 | 0 | 100001 | 100010001 | 101001 | 110000 |
Color Harmonies of #7E48AB
Complementary color
Monochromatic Colors of #7E48AB
Black with #7E48AB
Text Example
Text Example
White with #7E48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E48AB; }
p { color: rgb(126,72,171); }
H1.HeaderClassName
{
color: #7E48AB;
}
.AnyTagClassName
{
color: #7E48AB;
}
</style>
background-color css
<style>
a { background-color: #7E48AB; }
a { background-color: rgb(126,72,171); }
div.DivClassName
{
background-color: #7E48AB;
}
.BgClassName
{
background-color: #7E48AB;
}
</style>
border-color css
<style>
span { border-color: #7E48AB; }
span { border-color: rgb(126,72,171); }
td.TdClassName
{
border-color: #7E48AB;
}
.TagClassName
{
border-color: #7E48AB;
}
</style>