Shades of Studio #7C3DAE
Tints of Studio #7C3DAE
RGB
CMYK
RGB Variations
Color information
#7C3DAE (or 0x7C3DAE) is known color: Studio. HEX triplet: 7C, 3D and AE. RGB value is (124,61,174). Sum of RGB (Red+Green+Blue) = 124+61+174=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C3DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3DAE is #83C251. Grayscale: #5C5C5C. Windows color (decimal): -8634962 or 11419004. OLE color: 11419004.
HSL color Cylindrical-coordinate representation of color #7C3DAE: hue angle of 273.45º 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 #7C3DAE is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 61 | 174 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.32 |
| HSL | 273.45º | 0.48% | 0.46% | - |
| HSV(B) | 273.45º | 0.65% | 0.68% | - |
| XYZ | 17.62 | 10.68 | 41.18 | - |
| YUV | 92.72 | 173.87 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 61 | 174 | 0.29 | 0.65 | 0 | 0.32 | 273.45 | 0.48 | 0.46 |
| Hex | 7C | 3D | AE | 1D | 41 | 0 | 20 | 111 | 30 | 2E |
| Octal | 174 | 75 | 256 | 35 | 101 | 0 | 40 | 421 | 60 | 56 |
| Binary | 1111100 | 111101 | 10101110 | 11101 | 1000001 | 0 | 100000 | 100010001 | 110000 | 101110 |
Color Harmonies of #7C3DAE
Complementary color
Monochromatic Colors of #7C3DAE
Black with #7C3DAE
Text Example
Text Example
White with #7C3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3DAE; }
p { color: rgb(124,61,174); }
H1.HeaderClassName
{
color: #7C3DAE;
}
.AnyTagClassName
{
color: #7C3DAE;
}
</style>
background-color css
<style>
a { background-color: #7C3DAE; }
a { background-color: rgb(124,61,174); }
div.DivClassName
{
background-color: #7C3DAE;
}
.BgClassName
{
background-color: #7C3DAE;
}
</style>
border-color css
<style>
span { border-color: #7C3DAE; }
span { border-color: rgb(124,61,174); }
td.TdClassName
{
border-color: #7C3DAE;
}
.TagClassName
{
border-color: #7C3DAE;
}
</style>