Shades of Dark Purple #7E0867
Tints of Dark Purple #7E0867
RGB
CMYK
RGB Variations
Color information
#7E0867 (or 0x7E0867) is known color: Dark Purple. HEX triplet: 7E, 08 and 67. RGB value is (126,8,103). Sum of RGB (Red+Green+Blue) = 126+8+103=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0867 is #81F798. Grayscale: #353535. Windows color (decimal): -8517529 or 6752382. OLE color: 6752382.
HSL color Cylindrical-coordinate representation of color #7E0867: hue angle of 311.69º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0867 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 103 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.51 |
| HSL | 311.69º | 0.88% | 0.26% | - |
| HSV(B) | 311.69º | 0.94% | 0.49% | - |
| XYZ | 11.14 | 5.59 | 13.32 | - |
| YUV | 54.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 103 | 0 | 0.94 | 0.18 | 0.51 | 311.69 | 0.88 | 0.26 |
| Hex | 7E | 8 | 67 | 0 | 5E | 12 | 33 | 138 | 58 | 1A |
| Octal | 176 | 10 | 147 | 0 | 136 | 22 | 63 | 470 | 130 | 32 |
| Binary | 1111110 | 1000 | 1100111 | 0 | 1011110 | 10010 | 110011 | 100111000 | 1011000 | 11010 |
Color Harmonies of #7E0867
Complementary color
Monochromatic Colors of #7E0867
Black with #7E0867
Text Example
Text Example
White with #7E0867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0867; }
p { color: rgb(126,8,103); }
H1.HeaderClassName
{
color: #7E0867;
}
.AnyTagClassName
{
color: #7E0867;
}
</style>
background-color css
<style>
a { background-color: #7E0867; }
a { background-color: rgb(126,8,103); }
div.DivClassName
{
background-color: #7E0867;
}
.BgClassName
{
background-color: #7E0867;
}
</style>
border-color css
<style>
span { border-color: #7E0867; }
span { border-color: rgb(126,8,103); }
td.TdClassName
{
border-color: #7E0867;
}
.TagClassName
{
border-color: #7E0867;
}
</style>