Shades of Studio #7C3FAC
Tints of Studio #7C3FAC
RGB
CMYK
RGB Variations
Color information
#7C3FAC (or 0x7C3FAC) is known color: Studio. HEX triplet: 7C, 3F and AC. RGB value is (124,63,172). Sum of RGB (Red+Green+Blue) = 124+63+172=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3FAC is #83C053. Grayscale: #5D5D5D. Windows color (decimal): -8634452 or 11288444. OLE color: 11288444.
HSL color Cylindrical-coordinate representation of color #7C3FAC: hue angle of 273.58º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C3FAC is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 63 | 172 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.33 |
| HSL | 273.58º | 0.46% | 0.46% | - |
| HSV(B) | 273.58º | 0.63% | 0.67% | - |
| XYZ | 17.54 | 10.82 | 40.19 | - |
| YUV | 93.67 | 172.21 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 63 | 172 | 0.28 | 0.63 | 0 | 0.33 | 273.58 | 0.46 | 0.46 |
| Hex | 7C | 3F | AC | 1C | 3F | 0 | 21 | 112 | 2E | 2E |
| Octal | 174 | 77 | 254 | 34 | 77 | 0 | 41 | 422 | 56 | 56 |
| Binary | 1111100 | 111111 | 10101100 | 11100 | 111111 | 0 | 100001 | 100010010 | 101110 | 101110 |
Color Harmonies of #7C3FAC
Complementary color
Monochromatic Colors of #7C3FAC
Black with #7C3FAC
Text Example
Text Example
White with #7C3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3FAC; }
p { color: rgb(124,63,172); }
H1.HeaderClassName
{
color: #7C3FAC;
}
.AnyTagClassName
{
color: #7C3FAC;
}
</style>
background-color css
<style>
a { background-color: #7C3FAC; }
a { background-color: rgb(124,63,172); }
div.DivClassName
{
background-color: #7C3FAC;
}
.BgClassName
{
background-color: #7C3FAC;
}
</style>
border-color css
<style>
span { border-color: #7C3FAC; }
span { border-color: rgb(124,63,172); }
td.TdClassName
{
border-color: #7C3FAC;
}
.TagClassName
{
border-color: #7C3FAC;
}
</style>