Shades of Studio #7C599F
Tints of Studio #7C599F
RGB
CMYK
RGB Variations
Color information
#7C599F (or 0x7C599F) is known color: Studio. HEX triplet: 7C, 59 and 9F. RGB value is (124,89,159). Sum of RGB (Red+Green+Blue) = 124+89+159=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C599F is #83A660. Grayscale: #6B6B6B. Windows color (decimal): -8627809 or 10443132. OLE color: 10443132.
HSL color Cylindrical-coordinate representation of color #7C599F: hue angle of 270º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C599F is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 89 | 159 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.38 |
| HSL | 270º | 0.28% | 0.49% | - |
| HSV(B) | 270º | 0.44% | 0.62% | - |
| XYZ | 18.14 | 13.93 | 34.53 | - |
| YUV | 107.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 159 | 0.22 | 0.44 | 0 | 0.38 | 270 | 0.28 | 0.49 |
| Hex | 7C | 59 | 9F | 16 | 2C | 0 | 26 | 10E | 1C | 31 |
| Octal | 174 | 131 | 237 | 26 | 54 | 0 | 46 | 416 | 34 | 61 |
| Binary | 1111100 | 1011001 | 10011111 | 10110 | 101100 | 0 | 100110 | 100001110 | 11100 | 110001 |
Color Harmonies of #7C599F
Complementary color
Monochromatic Colors of #7C599F
Black with #7C599F
Text Example
Text Example
White with #7C599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C599F; }
p { color: rgb(124,89,159); }
H1.HeaderClassName
{
color: #7C599F;
}
.AnyTagClassName
{
color: #7C599F;
}
</style>
background-color css
<style>
a { background-color: #7C599F; }
a { background-color: rgb(124,89,159); }
div.DivClassName
{
background-color: #7C599F;
}
.BgClassName
{
background-color: #7C599F;
}
</style>
border-color css
<style>
span { border-color: #7C599F; }
span { border-color: rgb(124,89,159); }
td.TdClassName
{
border-color: #7C599F;
}
.TagClassName
{
border-color: #7C599F;
}
</style>