Shades of Studio #7C4DAA
Tints of Studio #7C4DAA
RGB
CMYK
RGB Variations
Color information
#7C4DAA (or 0x7C4DAA) is known color: Studio. HEX triplet: 7C, 4D and AA. RGB value is (124,77,170). Sum of RGB (Red+Green+Blue) = 124+77+170=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C4DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4DAA is #83B255. Grayscale: #656565. Windows color (decimal): -8630870 or 11160956. OLE color: 11160956.
HSL color Cylindrical-coordinate representation of color #7C4DAA: hue angle of 270.32º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C4DAA is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 77 | 170 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.33 |
| HSL | 270.32º | 0.38% | 0.48% | - |
| HSV(B) | 270.32º | 0.55% | 0.67% | - |
| XYZ | 18.22 | 12.5 | 39.48 | - |
| YUV | 101.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 170 | 0.27 | 0.55 | 0 | 0.33 | 270.32 | 0.38 | 0.48 |
| Hex | 7C | 4D | AA | 1B | 37 | 0 | 21 | 10E | 26 | 30 |
| Octal | 174 | 115 | 252 | 33 | 67 | 0 | 41 | 416 | 46 | 60 |
| Binary | 1111100 | 1001101 | 10101010 | 11011 | 110111 | 0 | 100001 | 100001110 | 100110 | 110000 |
Color Harmonies of #7C4DAA
Complementary color
Monochromatic Colors of #7C4DAA
Black with #7C4DAA
Text Example
Text Example
White with #7C4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4DAA; }
p { color: rgb(124,77,170); }
H1.HeaderClassName
{
color: #7C4DAA;
}
.AnyTagClassName
{
color: #7C4DAA;
}
</style>
background-color css
<style>
a { background-color: #7C4DAA; }
a { background-color: rgb(124,77,170); }
div.DivClassName
{
background-color: #7C4DAA;
}
.BgClassName
{
background-color: #7C4DAA;
}
</style>
border-color css
<style>
span { border-color: #7C4DAA; }
span { border-color: rgb(124,77,170); }
td.TdClassName
{
border-color: #7C4DAA;
}
.TagClassName
{
border-color: #7C4DAA;
}
</style>