Shades of Studio #7C4D98
Tints of Studio #7C4D98
RGB
CMYK
RGB Variations
Color information
#7C4D98 (or 0x7C4D98) is known color: Studio. HEX triplet: 7C, 4D and 98. RGB value is (124,77,152). Sum of RGB (Red+Green+Blue) = 124+77+152=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C4D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4D98 is #83B267. Grayscale: #636363. Windows color (decimal): -8630888 or 9981308. OLE color: 9981308.
HSL color Cylindrical-coordinate representation of color #7C4D98: hue angle of 277.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C4D98 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 77 | 152 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.40 |
| HSL | 277.6º | 0.33% | 0.45% | - |
| HSV(B) | 277.6º | 0.49% | 0.6% | - |
| XYZ | 16.63 | 11.86 | 31.12 | - |
| YUV | 99.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 152 | 0.18 | 0.49 | 0 | 0.40 | 277.6 | 0.33 | 0.45 |
| Hex | 7C | 4D | 98 | 12 | 31 | 0 | 28 | 116 | 21 | 2D |
| Octal | 174 | 115 | 230 | 22 | 61 | 0 | 50 | 426 | 41 | 55 |
| Binary | 1111100 | 1001101 | 10011000 | 10010 | 110001 | 0 | 101000 | 100010110 | 100001 | 101101 |
Color Harmonies of #7C4D98
Complementary color
Monochromatic Colors of #7C4D98
Black with #7C4D98
Text Example
Text Example
White with #7C4D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4D98; }
p { color: rgb(124,77,152); }
H1.HeaderClassName
{
color: #7C4D98;
}
.AnyTagClassName
{
color: #7C4D98;
}
</style>
background-color css
<style>
a { background-color: #7C4D98; }
a { background-color: rgb(124,77,152); }
div.DivClassName
{
background-color: #7C4D98;
}
.BgClassName
{
background-color: #7C4D98;
}
</style>
border-color css
<style>
span { border-color: #7C4D98; }
span { border-color: rgb(124,77,152); }
td.TdClassName
{
border-color: #7C4D98;
}
.TagClassName
{
border-color: #7C4D98;
}
</style>