Shades of Studio #7C3CAD
Tints of Studio #7C3CAD
RGB
CMYK
RGB Variations
Color information
#7C3CAD (or 0x7C3CAD) is known color: Studio. HEX triplet: 7C, 3C and AD. RGB value is (124,60,173). Sum of RGB (Red+Green+Blue) = 124+60+173=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C3CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3CAD is #83C352. Grayscale: #5B5B5B. Windows color (decimal): -8635219 or 11353212. OLE color: 11353212.
HSL color Cylindrical-coordinate representation of color #7C3CAD: hue angle of 273.98º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C3CAD is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 60 | 173 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.32 |
| HSL | 273.98º | 0.48% | 0.46% | - |
| HSV(B) | 273.98º | 0.65% | 0.68% | - |
| XYZ | 17.47 | 10.53 | 40.65 | - |
| YUV | 92.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 173 | 0.28 | 0.65 | 0 | 0.32 | 273.98 | 0.48 | 0.46 |
| Hex | 7C | 3C | AD | 1C | 41 | 0 | 20 | 112 | 30 | 2E |
| Octal | 174 | 74 | 255 | 34 | 101 | 0 | 40 | 422 | 60 | 56 |
| Binary | 1111100 | 111100 | 10101101 | 11100 | 1000001 | 0 | 100000 | 100010010 | 110000 | 101110 |
Color Harmonies of #7C3CAD
Complementary color
Monochromatic Colors of #7C3CAD
Black with #7C3CAD
Text Example
Text Example
White with #7C3CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3CAD; }
p { color: rgb(124,60,173); }
H1.HeaderClassName
{
color: #7C3CAD;
}
.AnyTagClassName
{
color: #7C3CAD;
}
</style>
background-color css
<style>
a { background-color: #7C3CAD; }
a { background-color: rgb(124,60,173); }
div.DivClassName
{
background-color: #7C3CAD;
}
.BgClassName
{
background-color: #7C3CAD;
}
</style>
border-color css
<style>
span { border-color: #7C3CAD; }
span { border-color: rgb(124,60,173); }
td.TdClassName
{
border-color: #7C3CAD;
}
.TagClassName
{
border-color: #7C3CAD;
}
</style>