Shades of Studio #7A589A
Tints of Studio #7A589A
RGB
CMYK
RGB Variations
Color information
#7A589A (or 0x7A589A) is known color: Studio. HEX triplet: 7A, 58 and 9A. RGB value is (122,88,154). Sum of RGB (Red+Green+Blue) = 122+88+154=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A589A is #85A765. Grayscale: #696969. Windows color (decimal): -8759142 or 10115194. OLE color: 10115194.
HSL color Cylindrical-coordinate representation of color #7A589A: hue angle of 270.91º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A589A is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 88 | 154 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.40 |
| HSL | 270.91º | 0.27% | 0.47% | - |
| HSV(B) | 270.91º | 0.43% | 0.6% | - |
| XYZ | 17.35 | 13.45 | 32.25 | - |
| YUV | 105.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 154 | 0.21 | 0.43 | 0 | 0.40 | 270.91 | 0.27 | 0.47 |
| Hex | 7A | 58 | 9A | 15 | 2B | 0 | 28 | 10F | 1B | 2F |
| Octal | 172 | 130 | 232 | 25 | 53 | 0 | 50 | 417 | 33 | 57 |
| Binary | 1111010 | 1011000 | 10011010 | 10101 | 101011 | 0 | 101000 | 100001111 | 11011 | 101111 |
Color Harmonies of #7A589A
Complementary color
Monochromatic Colors of #7A589A
Black with #7A589A
Text Example
Text Example
White with #7A589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A589A; }
p { color: rgb(122,88,154); }
H1.HeaderClassName
{
color: #7A589A;
}
.AnyTagClassName
{
color: #7A589A;
}
</style>
background-color css
<style>
a { background-color: #7A589A; }
a { background-color: rgb(122,88,154); }
div.DivClassName
{
background-color: #7A589A;
}
.BgClassName
{
background-color: #7A589A;
}
</style>
border-color css
<style>
span { border-color: #7A589A; }
span { border-color: rgb(122,88,154); }
td.TdClassName
{
border-color: #7A589A;
}
.TagClassName
{
border-color: #7A589A;
}
</style>