Shades of Studio #7C59B1
Tints of Studio #7C59B1
RGB
CMYK
RGB Variations
Color information
#7C59B1 (or 0x7C59B1) is known color: Studio. HEX triplet: 7C, 59 and B1. RGB value is (124,89,177). Sum of RGB (Red+Green+Blue) = 124+89+177=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 177 - color contains mainly: blue. Hex color #7C59B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C59B1 is #83A64E. Grayscale: #6D6D6D. Windows color (decimal): -8627791 or 11622780. OLE color: 11622780.
HSL color Cylindrical-coordinate representation of color #7C59B1: hue angle of 263.86º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C59B1 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 89 | 177 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.31 |
| HSL | 263.86º | 0.36% | 0.52% | - |
| HSV(B) | 263.86º | 0.5% | 0.69% | - |
| XYZ | 19.82 | 14.6 | 43.37 | - |
| YUV | 109.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 177 | 0.30 | 0.50 | 0 | 0.31 | 263.86 | 0.36 | 0.52 |
| Hex | 7C | 59 | B1 | 1E | 32 | 0 | 1F | 108 | 24 | 34 |
| Octal | 174 | 131 | 261 | 36 | 62 | 0 | 37 | 410 | 44 | 64 |
| Binary | 1111100 | 1011001 | 10110001 | 11110 | 110010 | 0 | 11111 | 100001000 | 100100 | 110100 |
Color Harmonies of #7C59B1
Complementary color
Monochromatic Colors of #7C59B1
Black with #7C59B1
Text Example
Text Example
White with #7C59B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C59B1; }
p { color: rgb(124,89,177); }
H1.HeaderClassName
{
color: #7C59B1;
}
.AnyTagClassName
{
color: #7C59B1;
}
</style>
background-color css
<style>
a { background-color: #7C59B1; }
a { background-color: rgb(124,89,177); }
div.DivClassName
{
background-color: #7C59B1;
}
.BgClassName
{
background-color: #7C59B1;
}
</style>
border-color css
<style>
span { border-color: #7C59B1; }
span { border-color: rgb(124,89,177); }
td.TdClassName
{
border-color: #7C59B1;
}
.TagClassName
{
border-color: #7C59B1;
}
</style>