Shades of Studio #7A4898
Tints of Studio #7A4898
RGB
CMYK
RGB Variations
Color information
#7A4898 (or 0x7A4898) is known color: Studio. HEX triplet: 7A, 48 and 98. RGB value is (122,72,152). Sum of RGB (Red+Green+Blue) = 122+72+152=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A4898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4898 is #85B767. Grayscale: #5F5F5F. Windows color (decimal): -8763240 or 9980026. OLE color: 9980026.
HSL color Cylindrical-coordinate representation of color #7A4898: hue angle of 277.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A4898 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 72 | 152 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.40 |
| HSL | 277.5º | 0.36% | 0.44% | - |
| HSV(B) | 277.5º | 0.53% | 0.6% | - |
| XYZ | 16.01 | 11.04 | 30.99 | - |
| YUV | 96.07 | 159.57 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 152 | 0.20 | 0.53 | 0 | 0.40 | 277.5 | 0.36 | 0.44 |
| Hex | 7A | 48 | 98 | 14 | 35 | 0 | 28 | 116 | 24 | 2C |
| Octal | 172 | 110 | 230 | 24 | 65 | 0 | 50 | 426 | 44 | 54 |
| Binary | 1111010 | 1001000 | 10011000 | 10100 | 110101 | 0 | 101000 | 100010110 | 100100 | 101100 |
Color Harmonies of #7A4898
Complementary color
Monochromatic Colors of #7A4898
Black with #7A4898
Text Example
Text Example
White with #7A4898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4898; }
p { color: rgb(122,72,152); }
H1.HeaderClassName
{
color: #7A4898;
}
.AnyTagClassName
{
color: #7A4898;
}
</style>
background-color css
<style>
a { background-color: #7A4898; }
a { background-color: rgb(122,72,152); }
div.DivClassName
{
background-color: #7A4898;
}
.BgClassName
{
background-color: #7A4898;
}
</style>
border-color css
<style>
span { border-color: #7A4898; }
span { border-color: rgb(122,72,152); }
td.TdClassName
{
border-color: #7A4898;
}
.TagClassName
{
border-color: #7A4898;
}
</style>