Shades of Studio #7C529F
Tints of Studio #7C529F
RGB
CMYK
RGB Variations
Color information
#7C529F (or 0x7C529F) is known color: Studio. HEX triplet: 7C, 52 and 9F. RGB value is (124,82,159). Sum of RGB (Red+Green+Blue) = 124+82+159=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C529F is #83AD60. Grayscale: #676767. Windows color (decimal): -8629601 or 10441340. OLE color: 10441340.
HSL color Cylindrical-coordinate representation of color #7C529F: hue angle of 272.73º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C529F is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 82 | 159 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.38 |
| HSL | 272.73º | 0.32% | 0.47% | - |
| HSV(B) | 272.73º | 0.48% | 0.62% | - |
| XYZ | 17.59 | 12.82 | 34.35 | - |
| YUV | 103.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 159 | 0.22 | 0.48 | 0 | 0.38 | 272.73 | 0.32 | 0.47 |
| Hex | 7C | 52 | 9F | 16 | 30 | 0 | 26 | 111 | 20 | 2F |
| Octal | 174 | 122 | 237 | 26 | 60 | 0 | 46 | 421 | 40 | 57 |
| Binary | 1111100 | 1010010 | 10011111 | 10110 | 110000 | 0 | 100110 | 100010001 | 100000 | 101111 |
Color Harmonies of #7C529F
Complementary color
Monochromatic Colors of #7C529F
Black with #7C529F
Text Example
Text Example
White with #7C529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C529F; }
p { color: rgb(124,82,159); }
H1.HeaderClassName
{
color: #7C529F;
}
.AnyTagClassName
{
color: #7C529F;
}
</style>
background-color css
<style>
a { background-color: #7C529F; }
a { background-color: rgb(124,82,159); }
div.DivClassName
{
background-color: #7C529F;
}
.BgClassName
{
background-color: #7C529F;
}
</style>
border-color css
<style>
span { border-color: #7C529F; }
span { border-color: rgb(124,82,159); }
td.TdClassName
{
border-color: #7C529F;
}
.TagClassName
{
border-color: #7C529F;
}
</style>