Shades of Dark Purple #7E2D7F
Tints of Dark Purple #7E2D7F
RGB
CMYK
RGB Variations
Color information
#7E2D7F (or 0x7E2D7F) is known color: Dark Purple. HEX triplet: 7E, 2D and 7F. RGB value is (126,45,127). Sum of RGB (Red+Green+Blue) = 126+45+127=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E2D7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2D7F is #81D280. Grayscale: #4E4E4E. Windows color (decimal): -8508033 or 8334718. OLE color: 8334718.
HSL color Cylindrical-coordinate representation of color #7E2D7F: hue angle of 299.27º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E2D7F is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 45 | 127 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.50 |
| HSL | 299.27º | 0.48% | 0.34% | - |
| HSV(B) | 299.27º | 0.65% | 0.5% | - |
| XYZ | 13.37 | 7.84 | 20.89 | - |
| YUV | 78.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 45 | 127 | 0.01 | 0.65 | 0 | 0.50 | 299.27 | 0.48 | 0.34 |
| Hex | 7E | 2D | 7F | 1 | 41 | 0 | 32 | 12B | 30 | 22 |
| Octal | 176 | 55 | 177 | 1 | 101 | 0 | 62 | 453 | 60 | 42 |
| Binary | 1111110 | 101101 | 1111111 | 1 | 1000001 | 0 | 110010 | 100101011 | 110000 | 100010 |
Color Harmonies of #7E2D7F
Complementary color
Monochromatic Colors of #7E2D7F
Black with #7E2D7F
Text Example
Text Example
White with #7E2D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2D7F; }
p { color: rgb(126,45,127); }
H1.HeaderClassName
{
color: #7E2D7F;
}
.AnyTagClassName
{
color: #7E2D7F;
}
</style>
background-color css
<style>
a { background-color: #7E2D7F; }
a { background-color: rgb(126,45,127); }
div.DivClassName
{
background-color: #7E2D7F;
}
.BgClassName
{
background-color: #7E2D7F;
}
</style>
border-color css
<style>
span { border-color: #7E2D7F; }
span { border-color: rgb(126,45,127); }
td.TdClassName
{
border-color: #7E2D7F;
}
.TagClassName
{
border-color: #7E2D7F;
}
</style>