Shades of Purple #7F1087
Tints of Purple #7F1087
RGB
CMYK
RGB Variations
Color information
#7F1087 (or 0x7F1087) is known color: Purple. HEX triplet: 7F, 10 and 87. RGB value is (127,16,135). Sum of RGB (Red+Green+Blue) = 127+16+135=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F1087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1087 is #80EF78. Grayscale: #3E3E3E. Windows color (decimal): -8449913 or 8851583. OLE color: 8851583.
HSL color Cylindrical-coordinate representation of color #7F1087: hue angle of 295.97º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F1087 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 16 | 135 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.47 |
| HSL | 295.97º | 0.79% | 0.3% | - |
| HSV(B) | 295.97º | 0.88% | 0.53% | - |
| XYZ | 13.31 | 6.63 | 23.5 | - |
| YUV | 62.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 16 | 135 | 0.06 | 0.88 | 0 | 0.47 | 295.97 | 0.79 | 0.3 |
| Hex | 7F | 10 | 87 | 6 | 58 | 0 | 2F | 128 | 4F | 1E |
| Octal | 177 | 20 | 207 | 6 | 130 | 0 | 57 | 450 | 117 | 36 |
| Binary | 1111111 | 10000 | 10000111 | 110 | 1011000 | 0 | 101111 | 100101000 | 1001111 | 11110 |
Color Harmonies of #7F1087
Complementary color
Monochromatic Colors of #7F1087
Black with #7F1087
Text Example
Text Example
White with #7F1087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1087; }
p { color: rgb(127,16,135); }
H1.HeaderClassName
{
color: #7F1087;
}
.AnyTagClassName
{
color: #7F1087;
}
</style>
background-color css
<style>
a { background-color: #7F1087; }
a { background-color: rgb(127,16,135); }
div.DivClassName
{
background-color: #7F1087;
}
.BgClassName
{
background-color: #7F1087;
}
</style>
border-color css
<style>
span { border-color: #7F1087; }
span { border-color: rgb(127,16,135); }
td.TdClassName
{
border-color: #7F1087;
}
.TagClassName
{
border-color: #7F1087;
}
</style>