Shades of Studio #7C479A
Tints of Studio #7C479A
RGB
CMYK
RGB Variations
Color information
#7C479A (or 0x7C479A) is known color: Studio. HEX triplet: 7C, 47 and 9A. RGB value is (124,71,154). Sum of RGB (Red+Green+Blue) = 124+71+154=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C479A is #83B865. Grayscale: #606060. Windows color (decimal): -8632422 or 10110844. OLE color: 10110844.
HSL color Cylindrical-coordinate representation of color #7C479A: hue angle of 278.31º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C479A is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 71 | 154 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.40 |
| HSL | 278.31º | 0.37% | 0.44% | - |
| HSV(B) | 278.31º | 0.54% | 0.6% | - |
| XYZ | 16.4 | 11.12 | 31.85 | - |
| YUV | 96.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 154 | 0.19 | 0.54 | 0 | 0.40 | 278.31 | 0.37 | 0.44 |
| Hex | 7C | 47 | 9A | 13 | 36 | 0 | 28 | 116 | 25 | 2C |
| Octal | 174 | 107 | 232 | 23 | 66 | 0 | 50 | 426 | 45 | 54 |
| Binary | 1111100 | 1000111 | 10011010 | 10011 | 110110 | 0 | 101000 | 100010110 | 100101 | 101100 |
Color Harmonies of #7C479A
Complementary color
Monochromatic Colors of #7C479A
Black with #7C479A
Text Example
Text Example
White with #7C479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C479A; }
p { color: rgb(124,71,154); }
H1.HeaderClassName
{
color: #7C479A;
}
.AnyTagClassName
{
color: #7C479A;
}
</style>
background-color css
<style>
a { background-color: #7C479A; }
a { background-color: rgb(124,71,154); }
div.DivClassName
{
background-color: #7C479A;
}
.BgClassName
{
background-color: #7C479A;
}
</style>
border-color css
<style>
span { border-color: #7C479A; }
span { border-color: rgb(124,71,154); }
td.TdClassName
{
border-color: #7C479A;
}
.TagClassName
{
border-color: #7C479A;
}
</style>