Shades of Studio #7C40AB
Tints of Studio #7C40AB
RGB
CMYK
RGB Variations
Color information
#7C40AB (or 0x7C40AB) is known color: Studio. HEX triplet: 7C, 40 and AB. RGB value is (124,64,171). Sum of RGB (Red+Green+Blue) = 124+64+171=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C40AB is #83BF54. Grayscale: #5D5D5D. Windows color (decimal): -8634197 or 11223164. OLE color: 11223164.
HSL color Cylindrical-coordinate representation of color #7C40AB: hue angle of 273.64º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C40AB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 64 | 171 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.33 |
| HSL | 273.64º | 0.46% | 0.46% | - |
| HSV(B) | 273.64º | 0.63% | 0.67% | - |
| XYZ | 17.5 | 10.89 | 39.71 | - |
| YUV | 94.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 171 | 0.27 | 0.63 | 0 | 0.33 | 273.64 | 0.46 | 0.46 |
| Hex | 7C | 40 | AB | 1B | 3F | 0 | 21 | 112 | 2E | 2E |
| Octal | 174 | 100 | 253 | 33 | 77 | 0 | 41 | 422 | 56 | 56 |
| Binary | 1111100 | 1000000 | 10101011 | 11011 | 111111 | 0 | 100001 | 100010010 | 101110 | 101110 |
Color Harmonies of #7C40AB
Complementary color
Monochromatic Colors of #7C40AB
Black with #7C40AB
Text Example
Text Example
White with #7C40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C40AB; }
p { color: rgb(124,64,171); }
H1.HeaderClassName
{
color: #7C40AB;
}
.AnyTagClassName
{
color: #7C40AB;
}
</style>
background-color css
<style>
a { background-color: #7C40AB; }
a { background-color: rgb(124,64,171); }
div.DivClassName
{
background-color: #7C40AB;
}
.BgClassName
{
background-color: #7C40AB;
}
</style>
border-color css
<style>
span { border-color: #7C40AB; }
span { border-color: rgb(124,64,171); }
td.TdClassName
{
border-color: #7C40AB;
}
.TagClassName
{
border-color: #7C40AB;
}
</style>