Shades of Studio #7F59A7
Tints of Studio #7F59A7
RGB
CMYK
RGB Variations
Color information
#7F59A7 (or 0x7F59A7) is known color: Studio. HEX triplet: 7F, 59 and A7. RGB value is (127,89,167). Sum of RGB (Red+Green+Blue) = 127+89+167=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F59A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F59A7 is #80A658. Grayscale: #6C6C6C. Windows color (decimal): -8431193 or 10967423. OLE color: 10967423.
HSL color Cylindrical-coordinate representation of color #7F59A7: hue angle of 269.23º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F59A7 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 89 | 167 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.35 |
| HSL | 269.23º | 0.31% | 0.5% | - |
| HSV(B) | 269.23º | 0.47% | 0.65% | - |
| XYZ | 19.3 | 14.45 | 38.33 | - |
| YUV | 109.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 167 | 0.24 | 0.47 | 0 | 0.35 | 269.23 | 0.31 | 0.5 |
| Hex | 7F | 59 | A7 | 18 | 2F | 0 | 23 | 10D | 1F | 32 |
| Octal | 177 | 131 | 247 | 30 | 57 | 0 | 43 | 415 | 37 | 62 |
| Binary | 1111111 | 1011001 | 10100111 | 11000 | 101111 | 0 | 100011 | 100001101 | 11111 | 110010 |
Color Harmonies of #7F59A7
Complementary color
Monochromatic Colors of #7F59A7
Black with #7F59A7
Text Example
Text Example
White with #7F59A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F59A7; }
p { color: rgb(127,89,167); }
H1.HeaderClassName
{
color: #7F59A7;
}
.AnyTagClassName
{
color: #7F59A7;
}
</style>
background-color css
<style>
a { background-color: #7F59A7; }
a { background-color: rgb(127,89,167); }
div.DivClassName
{
background-color: #7F59A7;
}
.BgClassName
{
background-color: #7F59A7;
}
</style>
border-color css
<style>
span { border-color: #7F59A7; }
span { border-color: rgb(127,89,167); }
td.TdClassName
{
border-color: #7F59A7;
}
.TagClassName
{
border-color: #7F59A7;
}
</style>