Shades of Purple #7A098B
Tints of Purple #7A098B
RGB
CMYK
RGB Variations
Color information
#7A098B (or 0x7A098B) is known color: Purple. HEX triplet: 7A, 09 and 8B. RGB value is (122,9,139). Sum of RGB (Red+Green+Blue) = 122+9+139=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A098B is #85F674. Grayscale: #393939. Windows color (decimal): -8779381 or 9111930. OLE color: 9111930.
HSL color Cylindrical-coordinate representation of color #7A098B: hue angle of 292.15º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A098B is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 9 | 139 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.45 |
| HSL | 292.15º | 0.88% | 0.29% | - |
| HSV(B) | 292.15º | 0.94% | 0.55% | - |
| XYZ | 12.78 | 6.2 | 24.95 | - |
| YUV | 57.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 139 | 0.12 | 0.94 | 0 | 0.45 | 292.15 | 0.88 | 0.29 |
| Hex | 7A | 9 | 8B | C | 5E | 0 | 2D | 124 | 58 | 1D |
| Octal | 172 | 11 | 213 | 14 | 136 | 0 | 55 | 444 | 130 | 35 |
| Binary | 1111010 | 1001 | 10001011 | 1100 | 1011110 | 0 | 101101 | 100100100 | 1011000 | 11101 |
Color Harmonies of #7A098B
Complementary color
Monochromatic Colors of #7A098B
Black with #7A098B
Text Example
Text Example
White with #7A098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A098B; }
p { color: rgb(122,9,139); }
H1.HeaderClassName
{
color: #7A098B;
}
.AnyTagClassName
{
color: #7A098B;
}
</style>
background-color css
<style>
a { background-color: #7A098B; }
a { background-color: rgb(122,9,139); }
div.DivClassName
{
background-color: #7A098B;
}
.BgClassName
{
background-color: #7A098B;
}
</style>
border-color css
<style>
span { border-color: #7A098B; }
span { border-color: rgb(122,9,139); }
td.TdClassName
{
border-color: #7A098B;
}
.TagClassName
{
border-color: #7A098B;
}
</style>