Shades of Purple #7F0875
Tints of Purple #7F0875
RGB
CMYK
RGB Variations
Color information
#7F0875 (or 0x7F0875) is known color: Purple. HEX triplet: 7F, 08 and 75. RGB value is (127,8,117). Sum of RGB (Red+Green+Blue) = 127+8+117=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0875 is #80F78A. Grayscale: #373737. Windows color (decimal): -8451979 or 7669887. OLE color: 7669887.
HSL color Cylindrical-coordinate representation of color #7F0875: hue angle of 305.04º 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 #7F0875 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 8 | 117 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.50 |
| HSL | 305.04º | 0.88% | 0.26% | - |
| HSV(B) | 305.04º | 0.94% | 0.5% | - |
| XYZ | 12.05 | 5.97 | 17.35 | - |
| YUV | 56.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 117 | 0 | 0.94 | 0.08 | 0.50 | 305.04 | 0.88 | 0.26 |
| Hex | 7F | 8 | 75 | 0 | 5E | 8 | 32 | 131 | 58 | 1A |
| Octal | 177 | 10 | 165 | 0 | 136 | 10 | 62 | 461 | 130 | 32 |
| Binary | 1111111 | 1000 | 1110101 | 0 | 1011110 | 1000 | 110010 | 100110001 | 1011000 | 11010 |
Color Harmonies of #7F0875
Complementary color
Monochromatic Colors of #7F0875
Black with #7F0875
Text Example
Text Example
White with #7F0875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0875; }
p { color: rgb(127,8,117); }
H1.HeaderClassName
{
color: #7F0875;
}
.AnyTagClassName
{
color: #7F0875;
}
</style>
background-color css
<style>
a { background-color: #7F0875; }
a { background-color: rgb(127,8,117); }
div.DivClassName
{
background-color: #7F0875;
}
.BgClassName
{
background-color: #7F0875;
}
</style>
border-color css
<style>
span { border-color: #7F0875; }
span { border-color: rgb(127,8,117); }
td.TdClassName
{
border-color: #7F0875;
}
.TagClassName
{
border-color: #7F0875;
}
</style>