Shades of Dark Purple #7F0D6E
Tints of Dark Purple #7F0D6E
RGB
CMYK
RGB Variations
Color information
#7F0D6E (or 0x7F0D6E) is known color: Dark Purple. HEX triplet: 7F, 0D and 6E. RGB value is (127,13,110). Sum of RGB (Red+Green+Blue) = 127+13+110=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0D6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0D6E is #80F291. Grayscale: #393939. Windows color (decimal): -8450706 or 7212415. OLE color: 7212415.
HSL color Cylindrical-coordinate representation of color #7F0D6E: hue angle of 308.95º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F0D6E is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 13 | 110 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.50 |
| HSL | 308.95º | 0.81% | 0.27% | - |
| HSV(B) | 308.95º | 0.9% | 0.5% | - |
| XYZ | 11.71 | 5.93 | 15.28 | - |
| YUV | 58.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 13 | 110 | 0 | 0.90 | 0.13 | 0.50 | 308.95 | 0.81 | 0.27 |
| Hex | 7F | D | 6E | 0 | 5A | D | 32 | 135 | 51 | 1B |
| Octal | 177 | 15 | 156 | 0 | 132 | 15 | 62 | 465 | 121 | 33 |
| Binary | 1111111 | 1101 | 1101110 | 0 | 1011010 | 1101 | 110010 | 100110101 | 1010001 | 11011 |
Color Harmonies of #7F0D6E
Complementary color
Monochromatic Colors of #7F0D6E
Black with #7F0D6E
Text Example
Text Example
White with #7F0D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0D6E; }
p { color: rgb(127,13,110); }
H1.HeaderClassName
{
color: #7F0D6E;
}
.AnyTagClassName
{
color: #7F0D6E;
}
</style>
background-color css
<style>
a { background-color: #7F0D6E; }
a { background-color: rgb(127,13,110); }
div.DivClassName
{
background-color: #7F0D6E;
}
.BgClassName
{
background-color: #7F0D6E;
}
</style>
border-color css
<style>
span { border-color: #7F0D6E; }
span { border-color: rgb(127,13,110); }
td.TdClassName
{
border-color: #7F0D6E;
}
.TagClassName
{
border-color: #7F0D6E;
}
</style>