Shades of Studio #7E44AB
Tints of Studio #7E44AB
RGB
CMYK
RGB Variations
Color information
#7E44AB (or 0x7E44AB) is known color: Studio. HEX triplet: 7E, 44 and AB. RGB value is (126,68,171). Sum of RGB (Red+Green+Blue) = 126+68+171=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E44AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E44AB is #81BB54. Grayscale: #606060. Windows color (decimal): -8502101 or 11224190. OLE color: 11224190.
HSL color Cylindrical-coordinate representation of color #7E44AB: hue angle of 273.79º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E44AB is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 68 | 171 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.33 |
| HSL | 273.79º | 0.43% | 0.47% | - |
| HSV(B) | 273.79º | 0.6% | 0.67% | - |
| XYZ | 18.02 | 11.51 | 39.8 | - |
| YUV | 97.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 68 | 171 | 0.26 | 0.60 | 0 | 0.33 | 273.79 | 0.43 | 0.47 |
| Hex | 7E | 44 | AB | 1A | 3C | 0 | 21 | 112 | 2B | 2F |
| Octal | 176 | 104 | 253 | 32 | 74 | 0 | 41 | 422 | 53 | 57 |
| Binary | 1111110 | 1000100 | 10101011 | 11010 | 111100 | 0 | 100001 | 100010010 | 101011 | 101111 |
Color Harmonies of #7E44AB
Complementary color
Monochromatic Colors of #7E44AB
Black with #7E44AB
Text Example
Text Example
White with #7E44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E44AB; }
p { color: rgb(126,68,171); }
H1.HeaderClassName
{
color: #7E44AB;
}
.AnyTagClassName
{
color: #7E44AB;
}
</style>
background-color css
<style>
a { background-color: #7E44AB; }
a { background-color: rgb(126,68,171); }
div.DivClassName
{
background-color: #7E44AB;
}
.BgClassName
{
background-color: #7E44AB;
}
</style>
border-color css
<style>
span { border-color: #7E44AB; }
span { border-color: rgb(126,68,171); }
td.TdClassName
{
border-color: #7E44AB;
}
.TagClassName
{
border-color: #7E44AB;
}
</style>