Shades of Studio #7C48AB
Tints of Studio #7C48AB
RGB
CMYK
RGB Variations
Color information
#7C48AB (or 0x7C48AB) is known color: Studio. HEX triplet: 7C, 48 and AB. RGB value is (124,72,171). Sum of RGB (Red+Green+Blue) = 124+72+171=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C48AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C48AB is #83B754. Grayscale: #626262. Windows color (decimal): -8632149 or 11225212. OLE color: 11225212.
HSL color Cylindrical-coordinate representation of color #7C48AB: hue angle of 271.52º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C48AB is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 72 | 171 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.33 |
| HSL | 271.52º | 0.41% | 0.48% | - |
| HSV(B) | 271.52º | 0.58% | 0.67% | - |
| XYZ | 17.98 | 11.86 | 39.87 | - |
| YUV | 98.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 171 | 0.27 | 0.58 | 0 | 0.33 | 271.52 | 0.41 | 0.48 |
| Hex | 7C | 48 | AB | 1B | 3A | 0 | 21 | 110 | 29 | 30 |
| Octal | 174 | 110 | 253 | 33 | 72 | 0 | 41 | 420 | 51 | 60 |
| Binary | 1111100 | 1001000 | 10101011 | 11011 | 111010 | 0 | 100001 | 100010000 | 101001 | 110000 |
Color Harmonies of #7C48AB
Complementary color
Monochromatic Colors of #7C48AB
Black with #7C48AB
Text Example
Text Example
White with #7C48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C48AB; }
p { color: rgb(124,72,171); }
H1.HeaderClassName
{
color: #7C48AB;
}
.AnyTagClassName
{
color: #7C48AB;
}
</style>
background-color css
<style>
a { background-color: #7C48AB; }
a { background-color: rgb(124,72,171); }
div.DivClassName
{
background-color: #7C48AB;
}
.BgClassName
{
background-color: #7C48AB;
}
</style>
border-color css
<style>
span { border-color: #7C48AB; }
span { border-color: rgb(124,72,171); }
td.TdClassName
{
border-color: #7C48AB;
}
.TagClassName
{
border-color: #7C48AB;
}
</style>