Shades of Studio #7D59AB
Tints of Studio #7D59AB
RGB
CMYK
RGB Variations
Color information
#7D59AB (or 0x7D59AB) is known color: Studio. HEX triplet: 7D, 59 and AB. RGB value is (125,89,171). Sum of RGB (Red+Green+Blue) = 125+89+171=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D59AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D59AB is #82A654. Grayscale: #6C6C6C. Windows color (decimal): -8562261 or 11229565. OLE color: 11229565.
HSL color Cylindrical-coordinate representation of color #7D59AB: hue angle of 266.34º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D59AB is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 89 | 171 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.33 |
| HSL | 266.34º | 0.33% | 0.51% | - |
| HSV(B) | 266.34º | 0.48% | 0.67% | - |
| XYZ | 19.38 | 14.45 | 40.29 | - |
| YUV | 109.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 171 | 0.27 | 0.48 | 0 | 0.33 | 266.34 | 0.33 | 0.51 |
| Hex | 7D | 59 | AB | 1B | 30 | 0 | 21 | 10A | 21 | 33 |
| Octal | 175 | 131 | 253 | 33 | 60 | 0 | 41 | 412 | 41 | 63 |
| Binary | 1111101 | 1011001 | 10101011 | 11011 | 110000 | 0 | 100001 | 100001010 | 100001 | 110011 |
Color Harmonies of #7D59AB
Complementary color
Monochromatic Colors of #7D59AB
Black with #7D59AB
Text Example
Text Example
White with #7D59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D59AB; }
p { color: rgb(125,89,171); }
H1.HeaderClassName
{
color: #7D59AB;
}
.AnyTagClassName
{
color: #7D59AB;
}
</style>
background-color css
<style>
a { background-color: #7D59AB; }
a { background-color: rgb(125,89,171); }
div.DivClassName
{
background-color: #7D59AB;
}
.BgClassName
{
background-color: #7D59AB;
}
</style>
border-color css
<style>
span { border-color: #7D59AB; }
span { border-color: rgb(125,89,171); }
td.TdClassName
{
border-color: #7D59AB;
}
.TagClassName
{
border-color: #7D59AB;
}
</style>