Shades of Studio #7A54A5
Tints of Studio #7A54A5
RGB
CMYK
RGB Variations
Color information
#7A54A5 (or 0x7A54A5) is known color: Studio. HEX triplet: 7A, 54 and A5. RGB value is (122,84,165). Sum of RGB (Red+Green+Blue) = 122+84+165=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 165 - color contains mainly: blue. Hex color #7A54A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A54A5 is #85AB5A. Grayscale: #686868. Windows color (decimal): -8760155 or 10835066. OLE color: 10835066.
HSL color Cylindrical-coordinate representation of color #7A54A5: hue angle of 268.15º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A54A5 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 84 | 165 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.35 |
| HSL | 268.15º | 0.33% | 0.49% | - |
| HSV(B) | 268.15º | 0.49% | 0.65% | - |
| XYZ | 17.99 | 13.19 | 37.2 | - |
| YUV | 104.6 | 162.09 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 165 | 0.26 | 0.49 | 0 | 0.35 | 268.15 | 0.33 | 0.49 |
| Hex | 7A | 54 | A5 | 1A | 31 | 0 | 23 | 10C | 21 | 31 |
| Octal | 172 | 124 | 245 | 32 | 61 | 0 | 43 | 414 | 41 | 61 |
| Binary | 1111010 | 1010100 | 10100101 | 11010 | 110001 | 0 | 100011 | 100001100 | 100001 | 110001 |
Color Harmonies of #7A54A5
Complementary color
Monochromatic Colors of #7A54A5
Black with #7A54A5
Text Example
Text Example
White with #7A54A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A54A5; }
p { color: rgb(122,84,165); }
H1.HeaderClassName
{
color: #7A54A5;
}
.AnyTagClassName
{
color: #7A54A5;
}
</style>
background-color css
<style>
a { background-color: #7A54A5; }
a { background-color: rgb(122,84,165); }
div.DivClassName
{
background-color: #7A54A5;
}
.BgClassName
{
background-color: #7A54A5;
}
</style>
border-color css
<style>
span { border-color: #7A54A5; }
span { border-color: rgb(122,84,165); }
td.TdClassName
{
border-color: #7A54A5;
}
.TagClassName
{
border-color: #7A54A5;
}
</style>