Shades of Studio #7C4899
Tints of Studio #7C4899
RGB
CMYK
RGB Variations
Color information
#7C4899 (or 0x7C4899) is known color: Studio. HEX triplet: 7C, 48 and 99. RGB value is (124,72,153). Sum of RGB (Red+Green+Blue) = 124+72+153=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C4899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4899 is #83B766. Grayscale: #606060. Windows color (decimal): -8632167 or 10045564. OLE color: 10045564.
HSL color Cylindrical-coordinate representation of color #7C4899: hue angle of 278.52º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C4899 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 72 | 153 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.4 |
| HSL | 278.52º | 0.36% | 0.44% | - |
| HSV(B) | 278.52º | 0.53% | 0.6% | - |
| XYZ | 16.38 | 11.22 | 31.44 | - |
| YUV | 96.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 153 | 0.19 | 0.53 | 0 | 0.4 | 278.52 | 0.36 | 0.44 |
| Hex | 7C | 48 | 99 | 13 | 35 | 0 | 28 | 117 | 24 | 2C |
| Octal | 174 | 110 | 231 | 23 | 65 | 0 | 50 | 427 | 44 | 54 |
| Binary | 1111100 | 1001000 | 10011001 | 10011 | 110101 | 0 | 101000 | 100010111 | 100100 | 101100 |
Color Harmonies of #7C4899
Complementary color
Monochromatic Colors of #7C4899
Black with #7C4899
Text Example
Text Example
White with #7C4899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4899; }
p { color: rgb(124,72,153); }
H1.HeaderClassName
{
color: #7C4899;
}
.AnyTagClassName
{
color: #7C4899;
}
</style>
background-color css
<style>
a { background-color: #7C4899; }
a { background-color: rgb(124,72,153); }
div.DivClassName
{
background-color: #7C4899;
}
.BgClassName
{
background-color: #7C4899;
}
</style>
border-color css
<style>
span { border-color: #7C4899; }
span { border-color: rgb(124,72,153); }
td.TdClassName
{
border-color: #7C4899;
}
.TagClassName
{
border-color: #7C4899;
}
</style>