Shades of Studio #7C4DC0
Tints of Studio #7C4DC0
RGB
CMYK
RGB Variations
Color information
#7C4DC0 (or 0x7C4DC0) is known color: Studio. HEX triplet: 7C, 4D and C0. RGB value is (124,77,192). Sum of RGB (Red+Green+Blue) = 124+77+192=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #7C4DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4DC0 is #83B23F. Grayscale: #676767. Windows color (decimal): -8630848 or 12602748. OLE color: 12602748.
HSL color Cylindrical-coordinate representation of color #7C4DC0: hue angle of 264.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C4DC0 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 77 | 192 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.25 |
| HSL | 264.52º | 0.48% | 0.53% | - |
| HSV(B) | 264.52º | 0.6% | 0.75% | - |
| XYZ | 20.48 | 13.4 | 51.38 | - |
| YUV | 104.16 | 177.57 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 192 | 0.35 | 0.60 | 0 | 0.25 | 264.52 | 0.48 | 0.53 |
| Hex | 7C | 4D | C0 | 23 | 3C | 0 | 19 | 109 | 30 | 35 |
| Octal | 174 | 115 | 300 | 43 | 74 | 0 | 31 | 411 | 60 | 65 |
| Binary | 1111100 | 1001101 | 11000000 | 100011 | 111100 | 0 | 11001 | 100001001 | 110000 | 110101 |
Color Harmonies of #7C4DC0
Complementary color
Monochromatic Colors of #7C4DC0
Black with #7C4DC0
Text Example
Text Example
White with #7C4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4DC0; }
p { color: rgb(124,77,192); }
H1.HeaderClassName
{
color: #7C4DC0;
}
.AnyTagClassName
{
color: #7C4DC0;
}
</style>
background-color css
<style>
a { background-color: #7C4DC0; }
a { background-color: rgb(124,77,192); }
div.DivClassName
{
background-color: #7C4DC0;
}
.BgClassName
{
background-color: #7C4DC0;
}
</style>
border-color css
<style>
span { border-color: #7C4DC0; }
span { border-color: rgb(124,77,192); }
td.TdClassName
{
border-color: #7C4DC0;
}
.TagClassName
{
border-color: #7C4DC0;
}
</style>