Shades of Studio #7C3CA4
Tints of Studio #7C3CA4
RGB
CMYK
RGB Variations
Color information
#7C3CA4 (or 0x7C3CA4) is known color: Studio. HEX triplet: 7C, 3C and A4. RGB value is (124,60,164). Sum of RGB (Red+Green+Blue) = 124+60+164=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 164 - color contains mainly: blue. Hex color #7C3CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3CA4 is #83C35B. Grayscale: #5A5A5A. Windows color (decimal): -8635228 or 10763388. OLE color: 10763388.
HSL color Cylindrical-coordinate representation of color #7C3CA4: hue angle of 276.92º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C3CA4 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 60 | 164 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.36 |
| HSL | 276.92º | 0.46% | 0.44% | - |
| HSV(B) | 276.92º | 0.63% | 0.64% | - |
| XYZ | 16.63 | 10.2 | 36.21 | - |
| YUV | 90.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 164 | 0.24 | 0.63 | 0 | 0.36 | 276.92 | 0.46 | 0.44 |
| Hex | 7C | 3C | A4 | 18 | 3F | 0 | 24 | 115 | 2E | 2C |
| Octal | 174 | 74 | 244 | 30 | 77 | 0 | 44 | 425 | 56 | 54 |
| Binary | 1111100 | 111100 | 10100100 | 11000 | 111111 | 0 | 100100 | 100010101 | 101110 | 101100 |
Color Harmonies of #7C3CA4
Complementary color
Monochromatic Colors of #7C3CA4
Black with #7C3CA4
Text Example
Text Example
White with #7C3CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3CA4; }
p { color: rgb(124,60,164); }
H1.HeaderClassName
{
color: #7C3CA4;
}
.AnyTagClassName
{
color: #7C3CA4;
}
</style>
background-color css
<style>
a { background-color: #7C3CA4; }
a { background-color: rgb(124,60,164); }
div.DivClassName
{
background-color: #7C3CA4;
}
.BgClassName
{
background-color: #7C3CA4;
}
</style>
border-color css
<style>
span { border-color: #7C3CA4; }
span { border-color: rgb(124,60,164); }
td.TdClassName
{
border-color: #7C3CA4;
}
.TagClassName
{
border-color: #7C3CA4;
}
</style>