Shades of Purple #7A0B72
Tints of Purple #7A0B72
RGB
CMYK
RGB Variations
Color information
#7A0B72 (or 0x7A0B72) is known color: Purple. HEX triplet: 7A, 0B and 72. RGB value is (122,11,114). Sum of RGB (Red+Green+Blue) = 122+11+114=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0B72 is #85F48D. Grayscale: #373737. Windows color (decimal): -8778894 or 7474042. OLE color: 7474042.
HSL color Cylindrical-coordinate representation of color #7A0B72: hue angle of 304.32º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A0B72 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 114 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.52 |
| HSL | 304.32º | 0.83% | 0.26% | - |
| HSV(B) | 304.32º | 0.91% | 0.48% | - |
| XYZ | 11.18 | 5.59 | 16.41 | - |
| YUV | 55.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 114 | 0 | 0.91 | 0.07 | 0.52 | 304.32 | 0.83 | 0.26 |
| Hex | 7A | B | 72 | 0 | 5B | 7 | 34 | 130 | 53 | 1A |
| Octal | 172 | 13 | 162 | 0 | 133 | 7 | 64 | 460 | 123 | 32 |
| Binary | 1111010 | 1011 | 1110010 | 0 | 1011011 | 111 | 110100 | 100110000 | 1010011 | 11010 |
Color Harmonies of #7A0B72
Complementary color
Monochromatic Colors of #7A0B72
Black with #7A0B72
Text Example
Text Example
White with #7A0B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B72; }
p { color: rgb(122,11,114); }
H1.HeaderClassName
{
color: #7A0B72;
}
.AnyTagClassName
{
color: #7A0B72;
}
</style>
background-color css
<style>
a { background-color: #7A0B72; }
a { background-color: rgb(122,11,114); }
div.DivClassName
{
background-color: #7A0B72;
}
.BgClassName
{
background-color: #7A0B72;
}
</style>
border-color css
<style>
span { border-color: #7A0B72; }
span { border-color: rgb(122,11,114); }
td.TdClassName
{
border-color: #7A0B72;
}
.TagClassName
{
border-color: #7A0B72;
}
</style>