Shades of Purple #7F0871
Tints of Purple #7F0871
RGB
CMYK
RGB Variations
Color information
#7F0871 (or 0x7F0871) is known color: Purple. HEX triplet: 7F, 08 and 71. RGB value is (127,8,113). Sum of RGB (Red+Green+Blue) = 127+8+113=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0871 is #80F78E. Grayscale: #373737. Windows color (decimal): -8451983 or 7407743. OLE color: 7407743.
HSL color Cylindrical-coordinate representation of color #7F0871: hue angle of 307.06º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0871 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 113 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.50 |
| HSL | 307.06º | 0.88% | 0.26% | - |
| HSV(B) | 307.06º | 0.94% | 0.5% | - |
| XYZ | 11.82 | 5.88 | 16.13 | - |
| YUV | 55.55 | 160.42 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 113 | 0 | 0.94 | 0.11 | 0.50 | 307.06 | 0.88 | 0.26 |
| Hex | 7F | 8 | 71 | 0 | 5E | B | 32 | 133 | 58 | 1A |
| Octal | 177 | 10 | 161 | 0 | 136 | 13 | 62 | 463 | 130 | 32 |
| Binary | 1111111 | 1000 | 1110001 | 0 | 1011110 | 1011 | 110010 | 100110011 | 1011000 | 11010 |
Color Harmonies of #7F0871
Complementary color
Monochromatic Colors of #7F0871
Black with #7F0871
Text Example
Text Example
White with #7F0871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0871; }
p { color: rgb(127,8,113); }
H1.HeaderClassName
{
color: #7F0871;
}
.AnyTagClassName
{
color: #7F0871;
}
</style>
background-color css
<style>
a { background-color: #7F0871; }
a { background-color: rgb(127,8,113); }
div.DivClassName
{
background-color: #7F0871;
}
.BgClassName
{
background-color: #7F0871;
}
</style>
border-color css
<style>
span { border-color: #7F0871; }
span { border-color: rgb(127,8,113); }
td.TdClassName
{
border-color: #7F0871;
}
.TagClassName
{
border-color: #7F0871;
}
</style>