Shades of Purple #7A0B70
Tints of Purple #7A0B70
RGB
CMYK
RGB Variations
Color information
#7A0B70 (or 0x7A0B70) is known color: Purple. HEX triplet: 7A, 0B and 70. RGB value is (122,11,112). Sum of RGB (Red+Green+Blue) = 122+11+112=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0B70 is #85F48F. Grayscale: #373737. Windows color (decimal): -8778896 or 7342970. OLE color: 7342970.
HSL color Cylindrical-coordinate representation of color #7A0B70: hue angle of 305.41º 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 #7A0B70 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 112 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.52 |
| HSL | 305.41º | 0.83% | 0.26% | - |
| HSV(B) | 305.41º | 0.91% | 0.48% | - |
| XYZ | 11.07 | 5.55 | 15.82 | - |
| YUV | 55.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 112 | 0 | 0.91 | 0.08 | 0.52 | 305.41 | 0.83 | 0.26 |
| Hex | 7A | B | 70 | 0 | 5B | 8 | 34 | 131 | 53 | 1A |
| Octal | 172 | 13 | 160 | 0 | 133 | 10 | 64 | 461 | 123 | 32 |
| Binary | 1111010 | 1011 | 1110000 | 0 | 1011011 | 1000 | 110100 | 100110001 | 1010011 | 11010 |
Color Harmonies of #7A0B70
Complementary color
Monochromatic Colors of #7A0B70
Black with #7A0B70
Text Example
Text Example
White with #7A0B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B70; }
p { color: rgb(122,11,112); }
H1.HeaderClassName
{
color: #7A0B70;
}
.AnyTagClassName
{
color: #7A0B70;
}
</style>
background-color css
<style>
a { background-color: #7A0B70; }
a { background-color: rgb(122,11,112); }
div.DivClassName
{
background-color: #7A0B70;
}
.BgClassName
{
background-color: #7A0B70;
}
</style>
border-color css
<style>
span { border-color: #7A0B70; }
span { border-color: rgb(122,11,112); }
td.TdClassName
{
border-color: #7A0B70;
}
.TagClassName
{
border-color: #7A0B70;
}
</style>