Shades of Studio #7C4C99
Tints of Studio #7C4C99
RGB
CMYK
RGB Variations
Color information
#7C4C99 (or 0x7C4C99) is known color: Studio. HEX triplet: 7C, 4C and 99. RGB value is (124,76,153). Sum of RGB (Red+Green+Blue) = 124+76+153=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C4C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4C99 is #83B366. Grayscale: #626262. Windows color (decimal): -8631143 or 10046588. OLE color: 10046588.
HSL color Cylindrical-coordinate representation of color #7C4C99: hue angle of 277.4º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C4C99 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 76 | 153 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.4 |
| HSL | 277.4º | 0.34% | 0.45% | - |
| HSV(B) | 277.4º | 0.5% | 0.6% | - |
| XYZ | 16.65 | 11.75 | 31.53 | - |
| YUV | 99.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 76 | 153 | 0.19 | 0.50 | 0 | 0.4 | 277.4 | 0.34 | 0.45 |
| Hex | 7C | 4C | 99 | 13 | 32 | 0 | 28 | 115 | 22 | 2D |
| Octal | 174 | 114 | 231 | 23 | 62 | 0 | 50 | 425 | 42 | 55 |
| Binary | 1111100 | 1001100 | 10011001 | 10011 | 110010 | 0 | 101000 | 100010101 | 100010 | 101101 |
Color Harmonies of #7C4C99
Complementary color
Monochromatic Colors of #7C4C99
Black with #7C4C99
Text Example
Text Example
White with #7C4C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4C99; }
p { color: rgb(124,76,153); }
H1.HeaderClassName
{
color: #7C4C99;
}
.AnyTagClassName
{
color: #7C4C99;
}
</style>
background-color css
<style>
a { background-color: #7C4C99; }
a { background-color: rgb(124,76,153); }
div.DivClassName
{
background-color: #7C4C99;
}
.BgClassName
{
background-color: #7C4C99;
}
</style>
border-color css
<style>
span { border-color: #7C4C99; }
span { border-color: rgb(124,76,153); }
td.TdClassName
{
border-color: #7C4C99;
}
.TagClassName
{
border-color: #7C4C99;
}
</style>