Shades of Studio #7A55AF
Tints of Studio #7A55AF
RGB
CMYK
RGB Variations
Color information
#7A55AF (or 0x7A55AF) is known color: Studio. HEX triplet: 7A, 55 and AF. RGB value is (122,85,175). Sum of RGB (Red+Green+Blue) = 122+85+175=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A55AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A55AF is #85AA50. Grayscale: #6A6A6A. Windows color (decimal): -8759889 or 11490682. OLE color: 11490682.
HSL color Cylindrical-coordinate representation of color #7A55AF: hue angle of 264.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A55AF is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 85 | 175 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.31 |
| HSL | 264.67º | 0.36% | 0.51% | - |
| HSV(B) | 264.67º | 0.51% | 0.69% | - |
| XYZ | 19.01 | 13.73 | 42.21 | - |
| YUV | 106.32 | 166.76 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 175 | 0.30 | 0.51 | 0 | 0.31 | 264.67 | 0.36 | 0.51 |
| Hex | 7A | 55 | AF | 1E | 33 | 0 | 1F | 109 | 24 | 33 |
| Octal | 172 | 125 | 257 | 36 | 63 | 0 | 37 | 411 | 44 | 63 |
| Binary | 1111010 | 1010101 | 10101111 | 11110 | 110011 | 0 | 11111 | 100001001 | 100100 | 110011 |
Color Harmonies of #7A55AF
Complementary color
Monochromatic Colors of #7A55AF
Black with #7A55AF
Text Example
Text Example
White with #7A55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A55AF; }
p { color: rgb(122,85,175); }
H1.HeaderClassName
{
color: #7A55AF;
}
.AnyTagClassName
{
color: #7A55AF;
}
</style>
background-color css
<style>
a { background-color: #7A55AF; }
a { background-color: rgb(122,85,175); }
div.DivClassName
{
background-color: #7A55AF;
}
.BgClassName
{
background-color: #7A55AF;
}
</style>
border-color css
<style>
span { border-color: #7A55AF; }
span { border-color: rgb(122,85,175); }
td.TdClassName
{
border-color: #7A55AF;
}
.TagClassName
{
border-color: #7A55AF;
}
</style>