Shades of Dark Purple #7F0E73
Tints of Dark Purple #7F0E73
RGB
CMYK
RGB Variations
Color information
#7F0E73 (or 0x7F0E73) is known color: Dark Purple. HEX triplet: 7F, 0E and 73. RGB value is (127,14,115). Sum of RGB (Red+Green+Blue) = 127+14+115=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0E73 is #80F18C. Grayscale: #3B3B3B. Windows color (decimal): -8450445 or 7540351. OLE color: 7540351.
HSL color Cylindrical-coordinate representation of color #7F0E73: hue angle of 306.37º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F0E73 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 14 | 115 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.50 |
| HSL | 306.37º | 0.8% | 0.28% | - |
| HSV(B) | 306.37º | 0.89% | 0.5% | - |
| XYZ | 12 | 6.06 | 16.76 | - |
| YUV | 59.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 14 | 115 | 0 | 0.89 | 0.09 | 0.50 | 306.37 | 0.8 | 0.28 |
| Hex | 7F | E | 73 | 0 | 59 | 9 | 32 | 132 | 50 | 1C |
| Octal | 177 | 16 | 163 | 0 | 131 | 11 | 62 | 462 | 120 | 34 |
| Binary | 1111111 | 1110 | 1110011 | 0 | 1011001 | 1001 | 110010 | 100110010 | 1010000 | 11100 |
Color Harmonies of #7F0E73
Complementary color
Monochromatic Colors of #7F0E73
Black with #7F0E73
Text Example
Text Example
White with #7F0E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0E73; }
p { color: rgb(127,14,115); }
H1.HeaderClassName
{
color: #7F0E73;
}
.AnyTagClassName
{
color: #7F0E73;
}
</style>
background-color css
<style>
a { background-color: #7F0E73; }
a { background-color: rgb(127,14,115); }
div.DivClassName
{
background-color: #7F0E73;
}
.BgClassName
{
background-color: #7F0E73;
}
</style>
border-color css
<style>
span { border-color: #7F0E73; }
span { border-color: rgb(127,14,115); }
td.TdClassName
{
border-color: #7F0E73;
}
.TagClassName
{
border-color: #7F0E73;
}
</style>