Shades of Dark Purple #7F0E6B
Tints of Dark Purple #7F0E6B
RGB
CMYK
RGB Variations
Color information
#7F0E6B (or 0x7F0E6B) is known color: Dark Purple. HEX triplet: 7F, 0E and 6B. RGB value is (127,14,107). Sum of RGB (Red+Green+Blue) = 127+14+107=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0E6B is #80F194. Grayscale: #3A3A3A. Windows color (decimal): -8450453 or 7016063. OLE color: 7016063.
HSL color Cylindrical-coordinate representation of color #7F0E6B: hue angle of 310.62º 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 #7F0E6B is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 14 | 107 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.50 |
| HSL | 310.62º | 0.8% | 0.28% | - |
| HSV(B) | 310.62º | 0.89% | 0.5% | - |
| XYZ | 11.56 | 5.89 | 14.44 | - |
| YUV | 58.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 14 | 107 | 0 | 0.89 | 0.16 | 0.50 | 310.62 | 0.8 | 0.28 |
| Hex | 7F | E | 6B | 0 | 59 | 10 | 32 | 137 | 50 | 1C |
| Octal | 177 | 16 | 153 | 0 | 131 | 20 | 62 | 467 | 120 | 34 |
| Binary | 1111111 | 1110 | 1101011 | 0 | 1011001 | 10000 | 110010 | 100110111 | 1010000 | 11100 |
Color Harmonies of #7F0E6B
Complementary color
Monochromatic Colors of #7F0E6B
Black with #7F0E6B
Text Example
Text Example
White with #7F0E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0E6B; }
p { color: rgb(127,14,107); }
H1.HeaderClassName
{
color: #7F0E6B;
}
.AnyTagClassName
{
color: #7F0E6B;
}
</style>
background-color css
<style>
a { background-color: #7F0E6B; }
a { background-color: rgb(127,14,107); }
div.DivClassName
{
background-color: #7F0E6B;
}
.BgClassName
{
background-color: #7F0E6B;
}
</style>
border-color css
<style>
span { border-color: #7F0E6B; }
span { border-color: rgb(127,14,107); }
td.TdClassName
{
border-color: #7F0E6B;
}
.TagClassName
{
border-color: #7F0E6B;
}
</style>