Shades of Studio #7C4DAD
Tints of Studio #7C4DAD
RGB
CMYK
RGB Variations
Color information
#7C4DAD (or 0x7C4DAD) is known color: Studio. HEX triplet: 7C, 4D and AD. RGB value is (124,77,173). Sum of RGB (Red+Green+Blue) = 124+77+173=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C4DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4DAD is #83B252. Grayscale: #656565. Windows color (decimal): -8630867 or 11357564. OLE color: 11357564.
HSL color Cylindrical-coordinate representation of color #7C4DAD: hue angle of 269.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C4DAD is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 77 | 173 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.32 |
| HSL | 269.38º | 0.38% | 0.49% | - |
| HSV(B) | 269.38º | 0.55% | 0.68% | - |
| XYZ | 18.51 | 12.61 | 40.99 | - |
| YUV | 102 | 168.07 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 173 | 0.28 | 0.55 | 0 | 0.32 | 269.38 | 0.38 | 0.49 |
| Hex | 7C | 4D | AD | 1C | 37 | 0 | 20 | 10D | 26 | 31 |
| Octal | 174 | 115 | 255 | 34 | 67 | 0 | 40 | 415 | 46 | 61 |
| Binary | 1111100 | 1001101 | 10101101 | 11100 | 110111 | 0 | 100000 | 100001101 | 100110 | 110001 |
Color Harmonies of #7C4DAD
Complementary color
Monochromatic Colors of #7C4DAD
Black with #7C4DAD
Text Example
Text Example
White with #7C4DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4DAD; }
p { color: rgb(124,77,173); }
H1.HeaderClassName
{
color: #7C4DAD;
}
.AnyTagClassName
{
color: #7C4DAD;
}
</style>
background-color css
<style>
a { background-color: #7C4DAD; }
a { background-color: rgb(124,77,173); }
div.DivClassName
{
background-color: #7C4DAD;
}
.BgClassName
{
background-color: #7C4DAD;
}
</style>
border-color css
<style>
span { border-color: #7C4DAD; }
span { border-color: rgb(124,77,173); }
td.TdClassName
{
border-color: #7C4DAD;
}
.TagClassName
{
border-color: #7C4DAD;
}
</style>