Shades of Studio #7A51B9
Tints of Studio #7A51B9
RGB
CMYK
RGB Variations
Color information
#7A51B9 (or 0x7A51B9) is known color: Studio. HEX triplet: 7A, 51 and B9. RGB value is (122,81,185). Sum of RGB (Red+Green+Blue) = 122+81+185=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A51B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A51B9 is #85AE46. Grayscale: #686868. Windows color (decimal): -8760903 or 12145018. OLE color: 12145018.
HSL color Cylindrical-coordinate representation of color #7A51B9: hue angle of 263.65º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A51B9 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 81 | 185 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.27 |
| HSL | 263.65º | 0.43% | 0.52% | - |
| HSV(B) | 263.65º | 0.56% | 0.73% | - |
| XYZ | 19.73 | 13.53 | 47.47 | - |
| YUV | 105.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 185 | 0.34 | 0.56 | 0 | 0.27 | 263.65 | 0.43 | 0.52 |
| Hex | 7A | 51 | B9 | 22 | 38 | 0 | 1B | 108 | 2B | 34 |
| Octal | 172 | 121 | 271 | 42 | 70 | 0 | 33 | 410 | 53 | 64 |
| Binary | 1111010 | 1010001 | 10111001 | 100010 | 111000 | 0 | 11011 | 100001000 | 101011 | 110100 |
Color Harmonies of #7A51B9
Complementary color
Monochromatic Colors of #7A51B9
Black with #7A51B9
Text Example
Text Example
White with #7A51B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A51B9; }
p { color: rgb(122,81,185); }
H1.HeaderClassName
{
color: #7A51B9;
}
.AnyTagClassName
{
color: #7A51B9;
}
</style>
background-color css
<style>
a { background-color: #7A51B9; }
a { background-color: rgb(122,81,185); }
div.DivClassName
{
background-color: #7A51B9;
}
.BgClassName
{
background-color: #7A51B9;
}
</style>
border-color css
<style>
span { border-color: #7A51B9; }
span { border-color: rgb(122,81,185); }
td.TdClassName
{
border-color: #7A51B9;
}
.TagClassName
{
border-color: #7A51B9;
}
</style>