Shades of Purple #7F0877
Tints of Purple #7F0877
RGB
CMYK
RGB Variations
Color information
#7F0877 (or 0x7F0877) is known color: Purple. HEX triplet: 7F, 08 and 77. RGB value is (127,8,119). Sum of RGB (Red+Green+Blue) = 127+8+119=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0877 is #80F788. Grayscale: #373737. Windows color (decimal): -8451977 or 7800959. OLE color: 7800959.
HSL color Cylindrical-coordinate representation of color #7F0877: hue angle of 304.03º 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 #7F0877 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 119 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.50 |
| HSL | 304.03º | 0.88% | 0.26% | - |
| HSV(B) | 304.03º | 0.94% | 0.5% | - |
| XYZ | 12.17 | 6.02 | 17.97 | - |
| YUV | 56.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 119 | 0 | 0.94 | 0.06 | 0.50 | 304.03 | 0.88 | 0.26 |
| Hex | 7F | 8 | 77 | 0 | 5E | 6 | 32 | 130 | 58 | 1A |
| Octal | 177 | 10 | 167 | 0 | 136 | 6 | 62 | 460 | 130 | 32 |
| Binary | 1111111 | 1000 | 1110111 | 0 | 1011110 | 110 | 110010 | 100110000 | 1011000 | 11010 |
Color Harmonies of #7F0877
Complementary color
Monochromatic Colors of #7F0877
Black with #7F0877
Text Example
Text Example
White with #7F0877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0877; }
p { color: rgb(127,8,119); }
H1.HeaderClassName
{
color: #7F0877;
}
.AnyTagClassName
{
color: #7F0877;
}
</style>
background-color css
<style>
a { background-color: #7F0877; }
a { background-color: rgb(127,8,119); }
div.DivClassName
{
background-color: #7F0877;
}
.BgClassName
{
background-color: #7F0877;
}
</style>
border-color css
<style>
span { border-color: #7F0877; }
span { border-color: rgb(127,8,119); }
td.TdClassName
{
border-color: #7F0877;
}
.TagClassName
{
border-color: #7F0877;
}
</style>