Shades of Studio #7C51AD
Tints of Studio #7C51AD
RGB
CMYK
RGB Variations
Color information
#7C51AD (or 0x7C51AD) is known color: Studio. HEX triplet: 7C, 51 and AD. RGB value is (124,81,173). Sum of RGB (Red+Green+Blue) = 124+81+173=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C51AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C51AD is #83AE52. Grayscale: #686868. Windows color (decimal): -8629843 or 11358588. OLE color: 11358588.
HSL color Cylindrical-coordinate representation of color #7C51AD: hue angle of 268.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C51AD is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 81 | 173 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.32 |
| HSL | 268.04º | 0.36% | 0.5% | - |
| HSV(B) | 268.04º | 0.53% | 0.68% | - |
| XYZ | 18.8 | 13.19 | 41.09 | - |
| YUV | 104.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 173 | 0.28 | 0.53 | 0 | 0.32 | 268.04 | 0.36 | 0.5 |
| Hex | 7C | 51 | AD | 1C | 35 | 0 | 20 | 10C | 24 | 32 |
| Octal | 174 | 121 | 255 | 34 | 65 | 0 | 40 | 414 | 44 | 62 |
| Binary | 1111100 | 1010001 | 10101101 | 11100 | 110101 | 0 | 100000 | 100001100 | 100100 | 110010 |
Color Harmonies of #7C51AD
Complementary color
Monochromatic Colors of #7C51AD
Black with #7C51AD
Text Example
Text Example
White with #7C51AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C51AD; }
p { color: rgb(124,81,173); }
H1.HeaderClassName
{
color: #7C51AD;
}
.AnyTagClassName
{
color: #7C51AD;
}
</style>
background-color css
<style>
a { background-color: #7C51AD; }
a { background-color: rgb(124,81,173); }
div.DivClassName
{
background-color: #7C51AD;
}
.BgClassName
{
background-color: #7C51AD;
}
</style>
border-color css
<style>
span { border-color: #7C51AD; }
span { border-color: rgb(124,81,173); }
td.TdClassName
{
border-color: #7C51AD;
}
.TagClassName
{
border-color: #7C51AD;
}
</style>