Shades of Studio #7A55AB
Tints of Studio #7A55AB
RGB
CMYK
RGB Variations
Color information
#7A55AB (or 0x7A55AB) is known color: Studio. HEX triplet: 7A, 55 and AB. RGB value is (122,85,171). Sum of RGB (Red+Green+Blue) = 122+85+171=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A55AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A55AB is #85AA54. Grayscale: #696969. Windows color (decimal): -8759893 or 11228538. OLE color: 11228538.
HSL color Cylindrical-coordinate representation of color #7A55AB: hue angle of 265.81º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A55AB is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 85 | 171 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.33 |
| HSL | 265.81º | 0.34% | 0.5% | - |
| HSV(B) | 265.81º | 0.5% | 0.67% | - |
| XYZ | 18.63 | 13.57 | 40.17 | - |
| YUV | 105.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 171 | 0.29 | 0.50 | 0 | 0.33 | 265.81 | 0.34 | 0.5 |
| Hex | 7A | 55 | AB | 1D | 32 | 0 | 21 | 10A | 22 | 32 |
| Octal | 172 | 125 | 253 | 35 | 62 | 0 | 41 | 412 | 42 | 62 |
| Binary | 1111010 | 1010101 | 10101011 | 11101 | 110010 | 0 | 100001 | 100001010 | 100010 | 110010 |
Color Harmonies of #7A55AB
Complementary color
Monochromatic Colors of #7A55AB
Black with #7A55AB
Text Example
Text Example
White with #7A55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A55AB; }
p { color: rgb(122,85,171); }
H1.HeaderClassName
{
color: #7A55AB;
}
.AnyTagClassName
{
color: #7A55AB;
}
</style>
background-color css
<style>
a { background-color: #7A55AB; }
a { background-color: rgb(122,85,171); }
div.DivClassName
{
background-color: #7A55AB;
}
.BgClassName
{
background-color: #7A55AB;
}
</style>
border-color css
<style>
span { border-color: #7A55AB; }
span { border-color: rgb(122,85,171); }
td.TdClassName
{
border-color: #7A55AB;
}
.TagClassName
{
border-color: #7A55AB;
}
</style>