Shades of Studio #7A54AF
Tints of Studio #7A54AF
RGB
CMYK
RGB Variations
Color information
#7A54AF (or 0x7A54AF) is known color: Studio. HEX triplet: 7A, 54 and AF. RGB value is (122,84,175). Sum of RGB (Red+Green+Blue) = 122+84+175=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A54AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A54AF is #85AB50. Grayscale: #696969. Windows color (decimal): -8760145 or 11490426. OLE color: 11490426.
HSL color Cylindrical-coordinate representation of color #7A54AF: hue angle of 265.05º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A54AF is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 84 | 175 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.31 |
| HSL | 265.06º | 0.36% | 0.51% | - |
| HSV(B) | 265.06º | 0.52% | 0.69% | - |
| XYZ | 18.93 | 13.57 | 42.18 | - |
| YUV | 105.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 175 | 0.30 | 0.52 | 0 | 0.31 | 265.06 | 0.36 | 0.51 |
| Hex | 7A | 54 | AF | 1E | 34 | 0 | 1F | 109 | 24 | 33 |
| Octal | 172 | 124 | 257 | 36 | 64 | 0 | 37 | 411 | 44 | 63 |
| Binary | 1111010 | 1010100 | 10101111 | 11110 | 110100 | 0 | 11111 | 100001001 | 100100 | 110011 |
Color Harmonies of #7A54AF
Complementary color
Monochromatic Colors of #7A54AF
Black with #7A54AF
Text Example
Text Example
White with #7A54AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A54AF; }
p { color: rgb(122,84,175); }
H1.HeaderClassName
{
color: #7A54AF;
}
.AnyTagClassName
{
color: #7A54AF;
}
</style>
background-color css
<style>
a { background-color: #7A54AF; }
a { background-color: rgb(122,84,175); }
div.DivClassName
{
background-color: #7A54AF;
}
.BgClassName
{
background-color: #7A54AF;
}
</style>
border-color css
<style>
span { border-color: #7A54AF; }
span { border-color: rgb(122,84,175); }
td.TdClassName
{
border-color: #7A54AF;
}
.TagClassName
{
border-color: #7A54AF;
}
</style>