Shades of Dark Purple #7D0E67
Tints of Dark Purple #7D0E67
RGB
CMYK
RGB Variations
Color information
#7D0E67 (or 0x7D0E67) is known color: Dark Purple. HEX triplet: 7D, 0E and 67. RGB value is (125,14,103). Sum of RGB (Red+Green+Blue) = 125+14+103=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0E67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0E67 is #82F198. Grayscale: #393939. Windows color (decimal): -8581529 or 6753917. OLE color: 6753917.
HSL color Cylindrical-coordinate representation of color #7D0E67: hue angle of 311.89º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D0E67 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 14 | 103 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.51 |
| HSL | 311.89º | 0.8% | 0.27% | - |
| HSV(B) | 311.89º | 0.89% | 0.49% | - |
| XYZ | 11.06 | 5.65 | 13.34 | - |
| YUV | 57.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 14 | 103 | 0 | 0.89 | 0.18 | 0.51 | 311.89 | 0.8 | 0.27 |
| Hex | 7D | E | 67 | 0 | 59 | 12 | 33 | 138 | 50 | 1B |
| Octal | 175 | 16 | 147 | 0 | 131 | 22 | 63 | 470 | 120 | 33 |
| Binary | 1111101 | 1110 | 1100111 | 0 | 1011001 | 10010 | 110011 | 100111000 | 1010000 | 11011 |
Color Harmonies of #7D0E67
Complementary color
Monochromatic Colors of #7D0E67
Black with #7D0E67
Text Example
Text Example
White with #7D0E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0E67; }
p { color: rgb(125,14,103); }
H1.HeaderClassName
{
color: #7D0E67;
}
.AnyTagClassName
{
color: #7D0E67;
}
</style>
background-color css
<style>
a { background-color: #7D0E67; }
a { background-color: rgb(125,14,103); }
div.DivClassName
{
background-color: #7D0E67;
}
.BgClassName
{
background-color: #7D0E67;
}
</style>
border-color css
<style>
span { border-color: #7D0E67; }
span { border-color: rgb(125,14,103); }
td.TdClassName
{
border-color: #7D0E67;
}
.TagClassName
{
border-color: #7D0E67;
}
</style>