Shades of Studio #7C479F
Tints of Studio #7C479F
RGB
CMYK
RGB Variations
Color information
#7C479F (or 0x7C479F) is known color: Studio. HEX triplet: 7C, 47 and 9F. RGB value is (124,71,159). Sum of RGB (Red+Green+Blue) = 124+71+159=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C479F is #83B860. Grayscale: #606060. Windows color (decimal): -8632417 or 10438524. OLE color: 10438524.
HSL color Cylindrical-coordinate representation of color #7C479F: hue angle of 276.14º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C479F is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 71 | 159 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.38 |
| HSL | 276.14º | 0.38% | 0.45% | - |
| HSV(B) | 276.14º | 0.55% | 0.62% | - |
| XYZ | 16.82 | 11.29 | 34.09 | - |
| YUV | 96.88 | 163.06 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 159 | 0.22 | 0.55 | 0 | 0.38 | 276.14 | 0.38 | 0.45 |
| Hex | 7C | 47 | 9F | 16 | 37 | 0 | 26 | 114 | 26 | 2D |
| Octal | 174 | 107 | 237 | 26 | 67 | 0 | 46 | 424 | 46 | 55 |
| Binary | 1111100 | 1000111 | 10011111 | 10110 | 110111 | 0 | 100110 | 100010100 | 100110 | 101101 |
Color Harmonies of #7C479F
Complementary color
Monochromatic Colors of #7C479F
Black with #7C479F
Text Example
Text Example
White with #7C479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C479F; }
p { color: rgb(124,71,159); }
H1.HeaderClassName
{
color: #7C479F;
}
.AnyTagClassName
{
color: #7C479F;
}
</style>
background-color css
<style>
a { background-color: #7C479F; }
a { background-color: rgb(124,71,159); }
div.DivClassName
{
background-color: #7C479F;
}
.BgClassName
{
background-color: #7C479F;
}
</style>
border-color css
<style>
span { border-color: #7C479F; }
span { border-color: rgb(124,71,159); }
td.TdClassName
{
border-color: #7C479F;
}
.TagClassName
{
border-color: #7C479F;
}
</style>