Shades of Purple #7A0871
Tints of Purple #7A0871
RGB
CMYK
RGB Variations
Color information
#7A0871 (or 0x7A0871) is known color: Purple. HEX triplet: 7A, 08 and 71. RGB value is (122,8,113). Sum of RGB (Red+Green+Blue) = 122+8+113=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0871 is #85F78E. Grayscale: #353535. Windows color (decimal): -8779663 or 7407738. OLE color: 7407738.
HSL color Cylindrical-coordinate representation of color #7A0871: hue angle of 304.74º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0871 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 113 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.52 |
| HSL | 304.74º | 0.88% | 0.25% | - |
| HSV(B) | 304.74º | 0.93% | 0.48% | - |
| XYZ | 11.09 | 5.5 | 16.1 | - |
| YUV | 54.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 113 | 0 | 0.93 | 0.07 | 0.52 | 304.74 | 0.88 | 0.25 |
| Hex | 7A | 8 | 71 | 0 | 5D | 7 | 34 | 131 | 58 | 19 |
| Octal | 172 | 10 | 161 | 0 | 135 | 7 | 64 | 461 | 130 | 31 |
| Binary | 1111010 | 1000 | 1110001 | 0 | 1011101 | 111 | 110100 | 100110001 | 1011000 | 11001 |
Color Harmonies of #7A0871
Complementary color
Monochromatic Colors of #7A0871
Black with #7A0871
Text Example
Text Example
White with #7A0871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0871; }
p { color: rgb(122,8,113); }
H1.HeaderClassName
{
color: #7A0871;
}
.AnyTagClassName
{
color: #7A0871;
}
</style>
background-color css
<style>
a { background-color: #7A0871; }
a { background-color: rgb(122,8,113); }
div.DivClassName
{
background-color: #7A0871;
}
.BgClassName
{
background-color: #7A0871;
}
</style>
border-color css
<style>
span { border-color: #7A0871; }
span { border-color: rgb(122,8,113); }
td.TdClassName
{
border-color: #7A0871;
}
.TagClassName
{
border-color: #7A0871;
}
</style>