Shades of Purple #7A0271
Tints of Purple #7A0271
RGB
CMYK
RGB Variations
Color information
#7A0271 (or 0x7A0271) is known color: Purple. HEX triplet: 7A, 02 and 71. RGB value is (122,2,113). Sum of RGB (Red+Green+Blue) = 122+2+113=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0271 is #85FD8E. Grayscale: #323232. Windows color (decimal): -8781199 or 7406202. OLE color: 7406202.
HSL color Cylindrical-coordinate representation of color #7A0271: hue angle of 304.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0271 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 113 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.52 |
| HSL | 304.5º | 0.97% | 0.24% | - |
| HSV(B) | 304.5º | 0.98% | 0.48% | - |
| XYZ | 11.03 | 5.37 | 16.08 | - |
| YUV | 50.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 113 | 0 | 0.98 | 0.07 | 0.52 | 304.5 | 0.97 | 0.24 |
| Hex | 7A | 2 | 71 | 0 | 62 | 7 | 34 | 130 | 61 | 18 |
| Octal | 172 | 2 | 161 | 0 | 142 | 7 | 64 | 460 | 141 | 30 |
| Binary | 1111010 | 10 | 1110001 | 0 | 1100010 | 111 | 110100 | 100110000 | 1100001 | 11000 |
Color Harmonies of #7A0271
Complementary color
Monochromatic Colors of #7A0271
Black with #7A0271
Text Example
Text Example
White with #7A0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0271; }
p { color: rgb(122,2,113); }
H1.HeaderClassName
{
color: #7A0271;
}
.AnyTagClassName
{
color: #7A0271;
}
</style>
background-color css
<style>
a { background-color: #7A0271; }
a { background-color: rgb(122,2,113); }
div.DivClassName
{
background-color: #7A0271;
}
.BgClassName
{
background-color: #7A0271;
}
</style>
border-color css
<style>
span { border-color: #7A0271; }
span { border-color: rgb(122,2,113); }
td.TdClassName
{
border-color: #7A0271;
}
.TagClassName
{
border-color: #7A0271;
}
</style>