Shades of Studio #7C43AC
Tints of Studio #7C43AC
RGB
CMYK
RGB Variations
Color information
#7C43AC (or 0x7C43AC) is known color: Studio. HEX triplet: 7C, 43 and AC. RGB value is (124,67,172). Sum of RGB (Red+Green+Blue) = 124+67+172=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C43AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C43AC is #83BC53. Grayscale: #5F5F5F. Windows color (decimal): -8633428 or 11289468. OLE color: 11289468.
HSL color Cylindrical-coordinate representation of color #7C43AC: hue angle of 272.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C43AC is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 67 | 172 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.33 |
| HSL | 272.57º | 0.44% | 0.47% | - |
| HSV(B) | 272.57º | 0.61% | 0.67% | - |
| XYZ | 17.77 | 11.28 | 40.27 | - |
| YUV | 96.01 | 170.88 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 172 | 0.28 | 0.61 | 0 | 0.33 | 272.57 | 0.44 | 0.47 |
| Hex | 7C | 43 | AC | 1C | 3D | 0 | 21 | 111 | 2C | 2F |
| Octal | 174 | 103 | 254 | 34 | 75 | 0 | 41 | 421 | 54 | 57 |
| Binary | 1111100 | 1000011 | 10101100 | 11100 | 111101 | 0 | 100001 | 100010001 | 101100 | 101111 |
Color Harmonies of #7C43AC
Complementary color
Monochromatic Colors of #7C43AC
Black with #7C43AC
Text Example
Text Example
White with #7C43AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C43AC; }
p { color: rgb(124,67,172); }
H1.HeaderClassName
{
color: #7C43AC;
}
.AnyTagClassName
{
color: #7C43AC;
}
</style>
background-color css
<style>
a { background-color: #7C43AC; }
a { background-color: rgb(124,67,172); }
div.DivClassName
{
background-color: #7C43AC;
}
.BgClassName
{
background-color: #7C43AC;
}
</style>
border-color css
<style>
span { border-color: #7C43AC; }
span { border-color: rgb(124,67,172); }
td.TdClassName
{
border-color: #7C43AC;
}
.TagClassName
{
border-color: #7C43AC;
}
</style>