Shades of Dark Purple #7A2B71
Tints of Dark Purple #7A2B71
RGB
CMYK
RGB Variations
Color information
#7A2B71 (or 0x7A2B71) is known color: Dark Purple. HEX triplet: 7A, 2B and 71. RGB value is (122,43,113). Sum of RGB (Red+Green+Blue) = 122+43+113=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2B71 is #85D48E. Grayscale: #4A4A4A. Windows color (decimal): -8770703 or 7416698. OLE color: 7416698.
HSL color Cylindrical-coordinate representation of color #7A2B71: hue angle of 306.84º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A2B71 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 43 | 113 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.52 |
| HSL | 306.84º | 0.48% | 0.32% | - |
| HSV(B) | 306.84º | 0.65% | 0.48% | - |
| XYZ | 11.87 | 7.06 | 16.36 | - |
| YUV | 74.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 113 | 0 | 0.65 | 0.07 | 0.52 | 306.84 | 0.48 | 0.32 |
| Hex | 7A | 2B | 71 | 0 | 41 | 7 | 34 | 133 | 30 | 20 |
| Octal | 172 | 53 | 161 | 0 | 101 | 7 | 64 | 463 | 60 | 40 |
| Binary | 1111010 | 101011 | 1110001 | 0 | 1000001 | 111 | 110100 | 100110011 | 110000 | 100000 |
Color Harmonies of #7A2B71
Complementary color
Monochromatic Colors of #7A2B71
Black with #7A2B71
Text Example
Text Example
White with #7A2B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2B71; }
p { color: rgb(122,43,113); }
H1.HeaderClassName
{
color: #7A2B71;
}
.AnyTagClassName
{
color: #7A2B71;
}
</style>
background-color css
<style>
a { background-color: #7A2B71; }
a { background-color: rgb(122,43,113); }
div.DivClassName
{
background-color: #7A2B71;
}
.BgClassName
{
background-color: #7A2B71;
}
</style>
border-color css
<style>
span { border-color: #7A2B71; }
span { border-color: rgb(122,43,113); }
td.TdClassName
{
border-color: #7A2B71;
}
.TagClassName
{
border-color: #7A2B71;
}
</style>