Shades of Studio #7C51AF
Tints of Studio #7C51AF
RGB
CMYK
RGB Variations
Color information
#7C51AF (or 0x7C51AF) is known color: Studio. HEX triplet: 7C, 51 and AF. RGB value is (124,81,175). Sum of RGB (Red+Green+Blue) = 124+81+175=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C51AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C51AF is #83AE50. Grayscale: #686868. Windows color (decimal): -8629841 or 11489660. OLE color: 11489660.
HSL color Cylindrical-coordinate representation of color #7C51AF: hue angle of 267.45º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C51AF is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 81 | 175 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.31 |
| HSL | 267.45º | 0.37% | 0.5% | - |
| HSV(B) | 267.45º | 0.54% | 0.69% | - |
| XYZ | 18.99 | 13.27 | 42.12 | - |
| YUV | 104.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 175 | 0.29 | 0.54 | 0 | 0.31 | 267.45 | 0.37 | 0.5 |
| Hex | 7C | 51 | AF | 1D | 36 | 0 | 1F | 10B | 25 | 32 |
| Octal | 174 | 121 | 257 | 35 | 66 | 0 | 37 | 413 | 45 | 62 |
| Binary | 1111100 | 1010001 | 10101111 | 11101 | 110110 | 0 | 11111 | 100001011 | 100101 | 110010 |
Color Harmonies of #7C51AF
Complementary color
Monochromatic Colors of #7C51AF
Black with #7C51AF
Text Example
Text Example
White with #7C51AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C51AF; }
p { color: rgb(124,81,175); }
H1.HeaderClassName
{
color: #7C51AF;
}
.AnyTagClassName
{
color: #7C51AF;
}
</style>
background-color css
<style>
a { background-color: #7C51AF; }
a { background-color: rgb(124,81,175); }
div.DivClassName
{
background-color: #7C51AF;
}
.BgClassName
{
background-color: #7C51AF;
}
</style>
border-color css
<style>
span { border-color: #7C51AF; }
span { border-color: rgb(124,81,175); }
td.TdClassName
{
border-color: #7C51AF;
}
.TagClassName
{
border-color: #7C51AF;
}
</style>