Shades of Studio #7C4AAA
Tints of Studio #7C4AAA
RGB
CMYK
RGB Variations
Color information
#7C4AAA (or 0x7C4AAA) is known color: Studio. HEX triplet: 7C, 4A and AA. RGB value is (124,74,170). Sum of RGB (Red+Green+Blue) = 124+74+170=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4AAA is #83B555. Grayscale: #636363. Windows color (decimal): -8631638 or 11160188. OLE color: 11160188.
HSL color Cylindrical-coordinate representation of color #7C4AAA: hue angle of 271.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C4AAA is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 74 | 170 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.33 |
| HSL | 271.25º | 0.39% | 0.48% | - |
| HSV(B) | 271.25º | 0.56% | 0.67% | - |
| XYZ | 18.02 | 12.08 | 39.41 | - |
| YUV | 99.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 74 | 170 | 0.27 | 0.56 | 0 | 0.33 | 271.25 | 0.39 | 0.48 |
| Hex | 7C | 4A | AA | 1B | 38 | 0 | 21 | 10F | 27 | 30 |
| Octal | 174 | 112 | 252 | 33 | 70 | 0 | 41 | 417 | 47 | 60 |
| Binary | 1111100 | 1001010 | 10101010 | 11011 | 111000 | 0 | 100001 | 100001111 | 100111 | 110000 |
Color Harmonies of #7C4AAA
Complementary color
Monochromatic Colors of #7C4AAA
Black with #7C4AAA
Text Example
Text Example
White with #7C4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4AAA; }
p { color: rgb(124,74,170); }
H1.HeaderClassName
{
color: #7C4AAA;
}
.AnyTagClassName
{
color: #7C4AAA;
}
</style>
background-color css
<style>
a { background-color: #7C4AAA; }
a { background-color: rgb(124,74,170); }
div.DivClassName
{
background-color: #7C4AAA;
}
.BgClassName
{
background-color: #7C4AAA;
}
</style>
border-color css
<style>
span { border-color: #7C4AAA; }
span { border-color: rgb(124,74,170); }
td.TdClassName
{
border-color: #7C4AAA;
}
.TagClassName
{
border-color: #7C4AAA;
}
</style>