Shades of Studio #7E59AF
Tints of Studio #7E59AF
RGB
CMYK
RGB Variations
Color information
#7E59AF (or 0x7E59AF) is known color: Studio. HEX triplet: 7E, 59 and AF. RGB value is (126,89,175). Sum of RGB (Red+Green+Blue) = 126+89+175=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E59AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E59AF is #81A650. Grayscale: #6D6D6D. Windows color (decimal): -8496721 or 11491710. OLE color: 11491710.
HSL color Cylindrical-coordinate representation of color #7E59AF: hue angle of 265.81º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E59AF is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 89 | 175 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.31 |
| HSL | 265.81º | 0.35% | 0.52% | - |
| HSV(B) | 265.81º | 0.49% | 0.69% | - |
| XYZ | 19.91 | 14.68 | 42.34 | - |
| YUV | 109.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 175 | 0.28 | 0.49 | 0 | 0.31 | 265.81 | 0.35 | 0.52 |
| Hex | 7E | 59 | AF | 1C | 31 | 0 | 1F | 10A | 23 | 34 |
| Octal | 176 | 131 | 257 | 34 | 61 | 0 | 37 | 412 | 43 | 64 |
| Binary | 1111110 | 1011001 | 10101111 | 11100 | 110001 | 0 | 11111 | 100001010 | 100011 | 110100 |
Color Harmonies of #7E59AF
Complementary color
Monochromatic Colors of #7E59AF
Black with #7E59AF
Text Example
Text Example
White with #7E59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E59AF; }
p { color: rgb(126,89,175); }
H1.HeaderClassName
{
color: #7E59AF;
}
.AnyTagClassName
{
color: #7E59AF;
}
</style>
background-color css
<style>
a { background-color: #7E59AF; }
a { background-color: rgb(126,89,175); }
div.DivClassName
{
background-color: #7E59AF;
}
.BgClassName
{
background-color: #7E59AF;
}
</style>
border-color css
<style>
span { border-color: #7E59AF; }
span { border-color: rgb(126,89,175); }
td.TdClassName
{
border-color: #7E59AF;
}
.TagClassName
{
border-color: #7E59AF;
}
</style>