Shades of Studio #7E59AE
Tints of Studio #7E59AE
RGB
CMYK
RGB Variations
Color information
#7E59AE (or 0x7E59AE) is known color: Studio. HEX triplet: 7E, 59 and AE. RGB value is (126,89,174). Sum of RGB (Red+Green+Blue) = 126+89+174=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E59AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E59AE is #81A651. Grayscale: #6D6D6D. Windows color (decimal): -8496722 or 11426174. OLE color: 11426174.
HSL color Cylindrical-coordinate representation of color #7E59AE: hue angle of 266.12º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E59AE is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 89 | 174 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.32 |
| HSL | 266.12º | 0.34% | 0.52% | - |
| HSV(B) | 266.12º | 0.49% | 0.68% | - |
| XYZ | 19.82 | 14.64 | 41.83 | - |
| YUV | 109.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 174 | 0.28 | 0.49 | 0 | 0.32 | 266.12 | 0.34 | 0.52 |
| Hex | 7E | 59 | AE | 1C | 31 | 0 | 20 | 10A | 22 | 34 |
| Octal | 176 | 131 | 256 | 34 | 61 | 0 | 40 | 412 | 42 | 64 |
| Binary | 1111110 | 1011001 | 10101110 | 11100 | 110001 | 0 | 100000 | 100001010 | 100010 | 110100 |
Color Harmonies of #7E59AE
Complementary color
Monochromatic Colors of #7E59AE
Black with #7E59AE
Text Example
Text Example
White with #7E59AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E59AE; }
p { color: rgb(126,89,174); }
H1.HeaderClassName
{
color: #7E59AE;
}
.AnyTagClassName
{
color: #7E59AE;
}
</style>
background-color css
<style>
a { background-color: #7E59AE; }
a { background-color: rgb(126,89,174); }
div.DivClassName
{
background-color: #7E59AE;
}
.BgClassName
{
background-color: #7E59AE;
}
</style>
border-color css
<style>
span { border-color: #7E59AE; }
span { border-color: rgb(126,89,174); }
td.TdClassName
{
border-color: #7E59AE;
}
.TagClassName
{
border-color: #7E59AE;
}
</style>