Shades of Dark Purple #7E0F6C
Tints of Dark Purple #7E0F6C
RGB
CMYK
RGB Variations
Color information
#7E0F6C (or 0x7E0F6C) is known color: Dark Purple. HEX triplet: 7E, 0F and 6C. RGB value is (126,15,108). Sum of RGB (Red+Green+Blue) = 126+15+108=249 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.60% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0F6C is #81F093. Grayscale: #3A3A3A. Windows color (decimal): -8515732 or 7081854. OLE color: 7081854.
HSL color Cylindrical-coordinate representation of color #7E0F6C: hue angle of 309.73º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E0F6C is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 15 | 108 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.51 |
| HSL | 309.73º | 0.79% | 0.28% | - |
| HSV(B) | 309.73º | 0.88% | 0.49% | - |
| XYZ | 11.48 | 5.86 | 14.71 | - |
| YUV | 58.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 15 | 108 | 0 | 0.88 | 0.14 | 0.51 | 309.73 | 0.79 | 0.28 |
| Hex | 7E | F | 6C | 0 | 58 | E | 33 | 136 | 4F | 1C |
| Octal | 176 | 17 | 154 | 0 | 130 | 16 | 63 | 466 | 117 | 34 |
| Binary | 1111110 | 1111 | 1101100 | 0 | 1011000 | 1110 | 110011 | 100110110 | 1001111 | 11100 |
Color Harmonies of #7E0F6C
Complementary color
Monochromatic Colors of #7E0F6C
Black with #7E0F6C
Text Example
Text Example
White with #7E0F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0F6C; }
p { color: rgb(126,15,108); }
H1.HeaderClassName
{
color: #7E0F6C;
}
.AnyTagClassName
{
color: #7E0F6C;
}
</style>
background-color css
<style>
a { background-color: #7E0F6C; }
a { background-color: rgb(126,15,108); }
div.DivClassName
{
background-color: #7E0F6C;
}
.BgClassName
{
background-color: #7E0F6C;
}
</style>
border-color css
<style>
span { border-color: #7E0F6C; }
span { border-color: rgb(126,15,108); }
td.TdClassName
{
border-color: #7E0F6C;
}
.TagClassName
{
border-color: #7E0F6C;
}
</style>