Shades of Studio #7A539D
Tints of Studio #7A539D
RGB
CMYK
RGB Variations
Color information
#7A539D (or 0x7A539D) is known color: Studio. HEX triplet: 7A, 53 and 9D. RGB value is (122,83,157). Sum of RGB (Red+Green+Blue) = 122+83+157=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A539D is #85AC62. Grayscale: #666666. Windows color (decimal): -8760419 or 10310522. OLE color: 10310522.
HSL color Cylindrical-coordinate representation of color #7A539D: hue angle of 271.62º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A539D is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 83 | 157 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.38 |
| HSL | 271.62º | 0.31% | 0.47% | - |
| HSV(B) | 271.62º | 0.47% | 0.62% | - |
| XYZ | 17.21 | 12.76 | 33.45 | - |
| YUV | 103.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 157 | 0.22 | 0.47 | 0 | 0.38 | 271.62 | 0.31 | 0.47 |
| Hex | 7A | 53 | 9D | 16 | 2F | 0 | 26 | 110 | 1F | 2F |
| Octal | 172 | 123 | 235 | 26 | 57 | 0 | 46 | 420 | 37 | 57 |
| Binary | 1111010 | 1010011 | 10011101 | 10110 | 101111 | 0 | 100110 | 100010000 | 11111 | 101111 |
Color Harmonies of #7A539D
Complementary color
Monochromatic Colors of #7A539D
Black with #7A539D
Text Example
Text Example
White with #7A539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A539D; }
p { color: rgb(122,83,157); }
H1.HeaderClassName
{
color: #7A539D;
}
.AnyTagClassName
{
color: #7A539D;
}
</style>
background-color css
<style>
a { background-color: #7A539D; }
a { background-color: rgb(122,83,157); }
div.DivClassName
{
background-color: #7A539D;
}
.BgClassName
{
background-color: #7A539D;
}
</style>
border-color css
<style>
span { border-color: #7A539D; }
span { border-color: rgb(122,83,157); }
td.TdClassName
{
border-color: #7A539D;
}
.TagClassName
{
border-color: #7A539D;
}
</style>