Shades of Studio #7C4CAA
Tints of Studio #7C4CAA
RGB
CMYK
RGB Variations
Color information
#7C4CAA (or 0x7C4CAA) is known color: Studio. HEX triplet: 7C, 4C and AA. RGB value is (124,76,170). Sum of RGB (Red+Green+Blue) = 124+76+170=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C4CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4CAA is #83B355. Grayscale: #646464. Windows color (decimal): -8631126 or 11160700. OLE color: 11160700.
HSL color Cylindrical-coordinate representation of color #7C4CAA: hue angle of 270.64º 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 #7C4CAA is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 76 | 170 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.33 |
| HSL | 270.64º | 0.38% | 0.48% | - |
| HSV(B) | 270.64º | 0.55% | 0.67% | - |
| XYZ | 18.15 | 12.36 | 39.46 | - |
| YUV | 101.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 76 | 170 | 0.27 | 0.55 | 0 | 0.33 | 270.64 | 0.38 | 0.48 |
| Hex | 7C | 4C | AA | 1B | 37 | 0 | 21 | 10F | 26 | 30 |
| Octal | 174 | 114 | 252 | 33 | 67 | 0 | 41 | 417 | 46 | 60 |
| Binary | 1111100 | 1001100 | 10101010 | 11011 | 110111 | 0 | 100001 | 100001111 | 100110 | 110000 |
Color Harmonies of #7C4CAA
Complementary color
Monochromatic Colors of #7C4CAA
Black with #7C4CAA
Text Example
Text Example
White with #7C4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4CAA; }
p { color: rgb(124,76,170); }
H1.HeaderClassName
{
color: #7C4CAA;
}
.AnyTagClassName
{
color: #7C4CAA;
}
</style>
background-color css
<style>
a { background-color: #7C4CAA; }
a { background-color: rgb(124,76,170); }
div.DivClassName
{
background-color: #7C4CAA;
}
.BgClassName
{
background-color: #7C4CAA;
}
</style>
border-color css
<style>
span { border-color: #7C4CAA; }
span { border-color: rgb(124,76,170); }
td.TdClassName
{
border-color: #7C4CAA;
}
.TagClassName
{
border-color: #7C4CAA;
}
</style>