Shades of Studio #7A5098
Tints of Studio #7A5098
RGB
CMYK
RGB Variations
Color information
#7A5098 (or 0x7A5098) is known color: Studio. HEX triplet: 7A, 50 and 98. RGB value is (122,80,152). Sum of RGB (Red+Green+Blue) = 122+80+152=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A5098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5098 is #85AF67. Grayscale: #646464. Windows color (decimal): -8761192 or 9982074. OLE color: 9982074.
HSL color Cylindrical-coordinate representation of color #7A5098: hue angle of 275º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A5098 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 80 | 152 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.40 |
| HSL | 275º | 0.31% | 0.45% | - |
| HSV(B) | 275º | 0.47% | 0.6% | - |
| XYZ | 16.56 | 12.14 | 31.18 | - |
| YUV | 100.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 152 | 0.20 | 0.47 | 0 | 0.40 | 275 | 0.31 | 0.45 |
| Hex | 7A | 50 | 98 | 14 | 2F | 0 | 28 | 113 | 1F | 2D |
| Octal | 172 | 120 | 230 | 24 | 57 | 0 | 50 | 423 | 37 | 55 |
| Binary | 1111010 | 1010000 | 10011000 | 10100 | 101111 | 0 | 101000 | 100010011 | 11111 | 101101 |
Color Harmonies of #7A5098
Complementary color
Monochromatic Colors of #7A5098
Black with #7A5098
Text Example
Text Example
White with #7A5098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5098; }
p { color: rgb(122,80,152); }
H1.HeaderClassName
{
color: #7A5098;
}
.AnyTagClassName
{
color: #7A5098;
}
</style>
background-color css
<style>
a { background-color: #7A5098; }
a { background-color: rgb(122,80,152); }
div.DivClassName
{
background-color: #7A5098;
}
.BgClassName
{
background-color: #7A5098;
}
</style>
border-color css
<style>
span { border-color: #7A5098; }
span { border-color: rgb(122,80,152); }
td.TdClassName
{
border-color: #7A5098;
}
.TagClassName
{
border-color: #7A5098;
}
</style>