Shades of Purple #7F107C
Tints of Purple #7F107C
RGB
CMYK
RGB Variations
Color information
#7F107C (or 0x7F107C) is known color: Purple. HEX triplet: 7F, 10 and 7C. RGB value is (127,16,124). Sum of RGB (Red+Green+Blue) = 127+16+124=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F107C is #80EF83. Grayscale: #3D3D3D. Windows color (decimal): -8449924 or 8130687. OLE color: 8130687.
HSL color Cylindrical-coordinate representation of color #7F107C: hue angle of 301.62º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F107C is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 16 | 124 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.50 |
| HSL | 301.62º | 0.78% | 0.28% | - |
| HSV(B) | 301.62º | 0.87% | 0.5% | - |
| XYZ | 12.58 | 6.34 | 19.63 | - |
| YUV | 61.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 16 | 124 | 0 | 0.87 | 0.02 | 0.50 | 301.62 | 0.78 | 0.28 |
| Hex | 7F | 10 | 7C | 0 | 57 | 2 | 32 | 12E | 4E | 1C |
| Octal | 177 | 20 | 174 | 0 | 127 | 2 | 62 | 456 | 116 | 34 |
| Binary | 1111111 | 10000 | 1111100 | 0 | 1010111 | 10 | 110010 | 100101110 | 1001110 | 11100 |
Color Harmonies of #7F107C
Complementary color
Monochromatic Colors of #7F107C
Black with #7F107C
Text Example
Text Example
White with #7F107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F107C; }
p { color: rgb(127,16,124); }
H1.HeaderClassName
{
color: #7F107C;
}
.AnyTagClassName
{
color: #7F107C;
}
</style>
background-color css
<style>
a { background-color: #7F107C; }
a { background-color: rgb(127,16,124); }
div.DivClassName
{
background-color: #7F107C;
}
.BgClassName
{
background-color: #7F107C;
}
</style>
border-color css
<style>
span { border-color: #7F107C; }
span { border-color: rgb(127,16,124); }
td.TdClassName
{
border-color: #7F107C;
}
.TagClassName
{
border-color: #7F107C;
}
</style>