Shades of Studio #7E569F
Tints of Studio #7E569F
RGB
CMYK
RGB Variations
Color information
#7E569F (or 0x7E569F) is known color: Studio. HEX triplet: 7E, 56 and 9F. RGB value is (126,86,159). Sum of RGB (Red+Green+Blue) = 126+86+159=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E569F is #81A960. Grayscale: #6A6A6A. Windows color (decimal): -8497505 or 10442366. OLE color: 10442366.
HSL color Cylindrical-coordinate representation of color #7E569F: hue angle of 272.88º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E569F is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 86 | 159 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.38 |
| HSL | 272.88º | 0.3% | 0.48% | - |
| HSV(B) | 272.88º | 0.46% | 0.62% | - |
| XYZ | 18.19 | 13.59 | 34.47 | - |
| YUV | 106.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 159 | 0.21 | 0.46 | 0 | 0.38 | 272.88 | 0.3 | 0.48 |
| Hex | 7E | 56 | 9F | 15 | 2E | 0 | 26 | 111 | 1E | 30 |
| Octal | 176 | 126 | 237 | 25 | 56 | 0 | 46 | 421 | 36 | 60 |
| Binary | 1111110 | 1010110 | 10011111 | 10101 | 101110 | 0 | 100110 | 100010001 | 11110 | 110000 |
Color Harmonies of #7E569F
Complementary color
Monochromatic Colors of #7E569F
Black with #7E569F
Text Example
Text Example
White with #7E569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E569F; }
p { color: rgb(126,86,159); }
H1.HeaderClassName
{
color: #7E569F;
}
.AnyTagClassName
{
color: #7E569F;
}
</style>
background-color css
<style>
a { background-color: #7E569F; }
a { background-color: rgb(126,86,159); }
div.DivClassName
{
background-color: #7E569F;
}
.BgClassName
{
background-color: #7E569F;
}
</style>
border-color css
<style>
span { border-color: #7E569F; }
span { border-color: rgb(126,86,159); }
td.TdClassName
{
border-color: #7E569F;
}
.TagClassName
{
border-color: #7E569F;
}
</style>