Shades of Purple #7F0987
Tints of Purple #7F0987
RGB
CMYK
RGB Variations
Color information
#7F0987 (or 0x7F0987) is known color: Purple. HEX triplet: 7F, 09 and 87. RGB value is (127,9,135). Sum of RGB (Red+Green+Blue) = 127+9+135=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F0987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0987 is #80F678. Grayscale: #3A3A3A. Windows color (decimal): -8451705 or 8849791. OLE color: 8849791.
HSL color Cylindrical-coordinate representation of color #7F0987: hue angle of 296.19º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0987 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 9 | 135 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.47 |
| HSL | 296.19º | 0.88% | 0.28% | - |
| HSV(B) | 296.19º | 0.93% | 0.53% | - |
| XYZ | 13.22 | 6.46 | 23.47 | - |
| YUV | 58.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 135 | 0.06 | 0.93 | 0 | 0.47 | 296.19 | 0.88 | 0.28 |
| Hex | 7F | 9 | 87 | 6 | 5D | 0 | 2F | 128 | 58 | 1C |
| Octal | 177 | 11 | 207 | 6 | 135 | 0 | 57 | 450 | 130 | 34 |
| Binary | 1111111 | 1001 | 10000111 | 110 | 1011101 | 0 | 101111 | 100101000 | 1011000 | 11100 |
Color Harmonies of #7F0987
Complementary color
Monochromatic Colors of #7F0987
Black with #7F0987
Text Example
Text Example
White with #7F0987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0987; }
p { color: rgb(127,9,135); }
H1.HeaderClassName
{
color: #7F0987;
}
.AnyTagClassName
{
color: #7F0987;
}
</style>
background-color css
<style>
a { background-color: #7F0987; }
a { background-color: rgb(127,9,135); }
div.DivClassName
{
background-color: #7F0987;
}
.BgClassName
{
background-color: #7F0987;
}
</style>
border-color css
<style>
span { border-color: #7F0987; }
span { border-color: rgb(127,9,135); }
td.TdClassName
{
border-color: #7F0987;
}
.TagClassName
{
border-color: #7F0987;
}
</style>