Shades of Studio #7A51AF
Tints of Studio #7A51AF
RGB
CMYK
RGB Variations
Color information
#7A51AF (or 0x7A51AF) is known color: Studio. HEX triplet: 7A, 51 and AF. RGB value is (122,81,175). Sum of RGB (Red+Green+Blue) = 122+81+175=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A51AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A51AF is #85AE50. Grayscale: #676767. Windows color (decimal): -8760913 or 11489658. OLE color: 11489658.
HSL color Cylindrical-coordinate representation of color #7A51AF: hue angle of 266.17º 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 #7A51AF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 81 | 175 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.31 |
| HSL | 266.17º | 0.37% | 0.5% | - |
| HSV(B) | 266.17º | 0.54% | 0.69% | - |
| XYZ | 18.71 | 13.12 | 42.1 | - |
| YUV | 103.98 | 168.08 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 175 | 0.30 | 0.54 | 0 | 0.31 | 266.17 | 0.37 | 0.5 |
| Hex | 7A | 51 | AF | 1E | 36 | 0 | 1F | 10A | 25 | 32 |
| Octal | 172 | 121 | 257 | 36 | 66 | 0 | 37 | 412 | 45 | 62 |
| Binary | 1111010 | 1010001 | 10101111 | 11110 | 110110 | 0 | 11111 | 100001010 | 100101 | 110010 |
Color Harmonies of #7A51AF
Complementary color
Monochromatic Colors of #7A51AF
Black with #7A51AF
Text Example
Text Example
White with #7A51AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A51AF; }
p { color: rgb(122,81,175); }
H1.HeaderClassName
{
color: #7A51AF;
}
.AnyTagClassName
{
color: #7A51AF;
}
</style>
background-color css
<style>
a { background-color: #7A51AF; }
a { background-color: rgb(122,81,175); }
div.DivClassName
{
background-color: #7A51AF;
}
.BgClassName
{
background-color: #7A51AF;
}
</style>
border-color css
<style>
span { border-color: #7A51AF; }
span { border-color: rgb(122,81,175); }
td.TdClassName
{
border-color: #7A51AF;
}
.TagClassName
{
border-color: #7A51AF;
}
</style>