Shades of Studio #7C41AA
Tints of Studio #7C41AA
RGB
CMYK
RGB Variations
Color information
#7C41AA (or 0x7C41AA) is known color: Studio. HEX triplet: 7C, 41 and AA. RGB value is (124,65,170). Sum of RGB (Red+Green+Blue) = 124+65+170=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C41AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C41AA is #83BE55. Grayscale: #5E5E5E. Windows color (decimal): -8633942 or 11157884. OLE color: 11157884.
HSL color Cylindrical-coordinate representation of color #7C41AA: hue angle of 273.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C41AA is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 65 | 170 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.33 |
| HSL | 273.71º | 0.45% | 0.46% | - |
| HSV(B) | 273.71º | 0.62% | 0.67% | - |
| XYZ | 17.46 | 10.97 | 39.23 | - |
| YUV | 94.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 170 | 0.27 | 0.62 | 0 | 0.33 | 273.71 | 0.45 | 0.46 |
| Hex | 7C | 41 | AA | 1B | 3E | 0 | 21 | 112 | 2D | 2E |
| Octal | 174 | 101 | 252 | 33 | 76 | 0 | 41 | 422 | 55 | 56 |
| Binary | 1111100 | 1000001 | 10101010 | 11011 | 111110 | 0 | 100001 | 100010010 | 101101 | 101110 |
Color Harmonies of #7C41AA
Complementary color
Monochromatic Colors of #7C41AA
Black with #7C41AA
Text Example
Text Example
White with #7C41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C41AA; }
p { color: rgb(124,65,170); }
H1.HeaderClassName
{
color: #7C41AA;
}
.AnyTagClassName
{
color: #7C41AA;
}
</style>
background-color css
<style>
a { background-color: #7C41AA; }
a { background-color: rgb(124,65,170); }
div.DivClassName
{
background-color: #7C41AA;
}
.BgClassName
{
background-color: #7C41AA;
}
</style>
border-color css
<style>
span { border-color: #7C41AA; }
span { border-color: rgb(124,65,170); }
td.TdClassName
{
border-color: #7C41AA;
}
.TagClassName
{
border-color: #7C41AA;
}
</style>