Shades of Studio #7A5AA2
Tints of Studio #7A5AA2
RGB
CMYK
RGB Variations
Color information
#7A5AA2 (or 0x7A5AA2) is known color: Studio. HEX triplet: 7A, 5A and A2. RGB value is (122,90,162). Sum of RGB (Red+Green+Blue) = 122+90+162=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 162 - color contains mainly: blue. Hex color #7A5AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5AA2 is #85A55D. Grayscale: #6B6B6B. Windows color (decimal): -8758622 or 10639994. OLE color: 10639994.
HSL color Cylindrical-coordinate representation of color #7A5AA2: hue angle of 266.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A5AA2 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 90 | 162 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.36 |
| HSL | 266.67º | 0.29% | 0.49% | - |
| HSV(B) | 266.67º | 0.44% | 0.64% | - |
| XYZ | 18.2 | 14.06 | 35.94 | - |
| YUV | 107.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 90 | 162 | 0.25 | 0.44 | 0 | 0.36 | 266.67 | 0.29 | 0.49 |
| Hex | 7A | 5A | A2 | 19 | 2C | 0 | 24 | 10B | 1D | 31 |
| Octal | 172 | 132 | 242 | 31 | 54 | 0 | 44 | 413 | 35 | 61 |
| Binary | 1111010 | 1011010 | 10100010 | 11001 | 101100 | 0 | 100100 | 100001011 | 11101 | 110001 |
Color Harmonies of #7A5AA2
Complementary color
Monochromatic Colors of #7A5AA2
Black with #7A5AA2
Text Example
Text Example
White with #7A5AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5AA2; }
p { color: rgb(122,90,162); }
H1.HeaderClassName
{
color: #7A5AA2;
}
.AnyTagClassName
{
color: #7A5AA2;
}
</style>
background-color css
<style>
a { background-color: #7A5AA2; }
a { background-color: rgb(122,90,162); }
div.DivClassName
{
background-color: #7A5AA2;
}
.BgClassName
{
background-color: #7A5AA2;
}
</style>
border-color css
<style>
span { border-color: #7A5AA2; }
span { border-color: rgb(122,90,162); }
td.TdClassName
{
border-color: #7A5AA2;
}
.TagClassName
{
border-color: #7A5AA2;
}
</style>