Shades of Dark Purple #7F157E
Tints of Dark Purple #7F157E
RGB
CMYK
RGB Variations
Color information
#7F157E (or 0x7F157E) is known color: Dark Purple. HEX triplet: 7F, 15 and 7E. RGB value is (127,21,126). Sum of RGB (Red+Green+Blue) = 127+21+126=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F157E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F157E is #80EA81. Grayscale: #404040. Windows color (decimal): -8448642 or 8263039. OLE color: 8263039.
HSL color Cylindrical-coordinate representation of color #7F157E: hue angle of 300.57º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F157E is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 126 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.50 |
| HSL | 300.57º | 0.72% | 0.29% | - |
| HSV(B) | 300.57º | 0.83% | 0.5% | - |
| XYZ | 12.79 | 6.55 | 20.33 | - |
| YUV | 64.66 | 162.62 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 126 | 0 | 0.83 | 0.01 | 0.50 | 300.57 | 0.72 | 0.29 |
| Hex | 7F | 15 | 7E | 0 | 53 | 1 | 32 | 12D | 48 | 1D |
| Octal | 177 | 25 | 176 | 0 | 123 | 1 | 62 | 455 | 110 | 35 |
| Binary | 1111111 | 10101 | 1111110 | 0 | 1010011 | 1 | 110010 | 100101101 | 1001000 | 11101 |
Color Harmonies of #7F157E
Complementary color
Monochromatic Colors of #7F157E
Black with #7F157E
Text Example
Text Example
White with #7F157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F157E; }
p { color: rgb(127,21,126); }
H1.HeaderClassName
{
color: #7F157E;
}
.AnyTagClassName
{
color: #7F157E;
}
</style>
background-color css
<style>
a { background-color: #7F157E; }
a { background-color: rgb(127,21,126); }
div.DivClassName
{
background-color: #7F157E;
}
.BgClassName
{
background-color: #7F157E;
}
</style>
border-color css
<style>
span { border-color: #7F157E; }
span { border-color: rgb(127,21,126); }
td.TdClassName
{
border-color: #7F157E;
}
.TagClassName
{
border-color: #7F157E;
}
</style>