Shades of Studio #7E59AD
Tints of Studio #7E59AD
RGB
CMYK
RGB Variations
Color information
#7E59AD (or 0x7E59AD) is known color: Studio. HEX triplet: 7E, 59 and AD. RGB value is (126,89,173). Sum of RGB (Red+Green+Blue) = 126+89+173=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E59AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E59AD is #81A652. Grayscale: #6D6D6D. Windows color (decimal): -8496723 or 11360638. OLE color: 11360638.
HSL color Cylindrical-coordinate representation of color #7E59AD: hue angle of 266.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E59AD is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 89 | 173 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.32 |
| HSL | 266.43º | 0.34% | 0.51% | - |
| HSV(B) | 266.43º | 0.49% | 0.68% | - |
| XYZ | 19.72 | 14.6 | 41.31 | - |
| YUV | 109.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 173 | 0.27 | 0.49 | 0 | 0.32 | 266.43 | 0.34 | 0.51 |
| Hex | 7E | 59 | AD | 1B | 31 | 0 | 20 | 10A | 22 | 33 |
| Octal | 176 | 131 | 255 | 33 | 61 | 0 | 40 | 412 | 42 | 63 |
| Binary | 1111110 | 1011001 | 10101101 | 11011 | 110001 | 0 | 100000 | 100001010 | 100010 | 110011 |
Color Harmonies of #7E59AD
Complementary color
Monochromatic Colors of #7E59AD
Black with #7E59AD
Text Example
Text Example
White with #7E59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E59AD; }
p { color: rgb(126,89,173); }
H1.HeaderClassName
{
color: #7E59AD;
}
.AnyTagClassName
{
color: #7E59AD;
}
</style>
background-color css
<style>
a { background-color: #7E59AD; }
a { background-color: rgb(126,89,173); }
div.DivClassName
{
background-color: #7E59AD;
}
.BgClassName
{
background-color: #7E59AD;
}
</style>
border-color css
<style>
span { border-color: #7E59AD; }
span { border-color: rgb(126,89,173); }
td.TdClassName
{
border-color: #7E59AD;
}
.TagClassName
{
border-color: #7E59AD;
}
</style>