Shades of Dark Purple #7E1C6D
Tints of Dark Purple #7E1C6D
RGB
CMYK
RGB Variations
Color information
#7E1C6D (or 0x7E1C6D) is known color: Dark Purple. HEX triplet: 7E, 1C and 6D. RGB value is (126,28,109). Sum of RGB (Red+Green+Blue) = 126+28+109=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E1C6D is #81E392. Grayscale: #424242. Windows color (decimal): -8512403 or 7150718. OLE color: 7150718.
HSL color Cylindrical-coordinate representation of color #7E1C6D: hue angle of 310.41º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E1C6D is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 28 | 109 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.51 |
| HSL | 310.41º | 0.64% | 0.3% | - |
| HSV(B) | 310.41º | 0.78% | 0.49% | - |
| XYZ | 11.78 | 6.37 | 15.08 | - |
| YUV | 66.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 28 | 109 | 0 | 0.78 | 0.13 | 0.51 | 310.41 | 0.64 | 0.3 |
| Hex | 7E | 1C | 6D | 0 | 4E | D | 33 | 136 | 40 | 1E |
| Octal | 176 | 34 | 155 | 0 | 116 | 15 | 63 | 466 | 100 | 36 |
| Binary | 1111110 | 11100 | 1101101 | 0 | 1001110 | 1101 | 110011 | 100110110 | 1000000 | 11110 |
Color Harmonies of #7E1C6D
Complementary color
Monochromatic Colors of #7E1C6D
Black with #7E1C6D
Text Example
Text Example
White with #7E1C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1C6D; }
p { color: rgb(126,28,109); }
H1.HeaderClassName
{
color: #7E1C6D;
}
.AnyTagClassName
{
color: #7E1C6D;
}
</style>
background-color css
<style>
a { background-color: #7E1C6D; }
a { background-color: rgb(126,28,109); }
div.DivClassName
{
background-color: #7E1C6D;
}
.BgClassName
{
background-color: #7E1C6D;
}
</style>
border-color css
<style>
span { border-color: #7E1C6D; }
span { border-color: rgb(126,28,109); }
td.TdClassName
{
border-color: #7E1C6D;
}
.TagClassName
{
border-color: #7E1C6D;
}
</style>