Shades of Purple #7A0171
Tints of Purple #7A0171
RGB
CMYK
RGB Variations
Color information
#7A0171 (or 0x7A0171) is known color: Purple. HEX triplet: 7A, 01 and 71. RGB value is (122,1,113). Sum of RGB (Red+Green+Blue) = 122+1+113=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0171 is #85FE8E. Grayscale: #313131. Windows color (decimal): -8781455 or 7405946. OLE color: 7405946.
HSL color Cylindrical-coordinate representation of color #7A0171: hue angle of 304.46º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0171 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.52 |
| HSL | 304.46º | 0.98% | 0.24% | - |
| HSV(B) | 304.46º | 0.99% | 0.48% | - |
| XYZ | 11.02 | 5.35 | 16.08 | - |
| YUV | 49.95 | 163.59 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 113 | 0 | 0.99 | 0.07 | 0.52 | 304.46 | 0.98 | 0.24 |
| Hex | 7A | 1 | 71 | 0 | 63 | 7 | 34 | 130 | 62 | 18 |
| Octal | 172 | 1 | 161 | 0 | 143 | 7 | 64 | 460 | 142 | 30 |
| Binary | 1111010 | 1 | 1110001 | 0 | 1100011 | 111 | 110100 | 100110000 | 1100010 | 11000 |
Color Harmonies of #7A0171
Complementary color
Monochromatic Colors of #7A0171
Black with #7A0171
Text Example
Text Example
White with #7A0171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0171; }
p { color: rgb(122,1,113); }
H1.HeaderClassName
{
color: #7A0171;
}
.AnyTagClassName
{
color: #7A0171;
}
</style>
background-color css
<style>
a { background-color: #7A0171; }
a { background-color: rgb(122,1,113); }
div.DivClassName
{
background-color: #7A0171;
}
.BgClassName
{
background-color: #7A0171;
}
</style>
border-color css
<style>
span { border-color: #7A0171; }
span { border-color: rgb(122,1,113); }
td.TdClassName
{
border-color: #7A0171;
}
.TagClassName
{
border-color: #7A0171;
}
</style>