Shades of Dark Purple #7E155F
Tints of Dark Purple #7E155F
RGB
CMYK
RGB Variations
Color information
#7E155F (or 0x7E155F) is known color: Dark Purple. HEX triplet: 7E, 15 and 5F. RGB value is (126,21,95). Sum of RGB (Red+Green+Blue) = 126+21+95=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E155F is #81EAA0. Grayscale: #3C3C3C. Windows color (decimal): -8514209 or 6231422. OLE color: 6231422.
HSL color Cylindrical-coordinate representation of color #7E155F: hue angle of 317.71º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E155F is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 95 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.51 |
| HSL | 317.71º | 0.71% | 0.29% | - |
| HSV(B) | 317.71º | 0.83% | 0.49% | - |
| XYZ | 10.94 | 5.8 | 11.37 | - |
| YUV | 60.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 95 | 0 | 0.83 | 0.25 | 0.51 | 317.71 | 0.71 | 0.29 |
| Hex | 7E | 15 | 5F | 0 | 53 | 19 | 33 | 13E | 47 | 1D |
| Octal | 176 | 25 | 137 | 0 | 123 | 31 | 63 | 476 | 107 | 35 |
| Binary | 1111110 | 10101 | 1011111 | 0 | 1010011 | 11001 | 110011 | 100111110 | 1000111 | 11101 |
Color Harmonies of #7E155F
Complementary color
Monochromatic Colors of #7E155F
Black with #7E155F
Text Example
Text Example
White with #7E155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E155F; }
p { color: rgb(126,21,95); }
H1.HeaderClassName
{
color: #7E155F;
}
.AnyTagClassName
{
color: #7E155F;
}
</style>
background-color css
<style>
a { background-color: #7E155F; }
a { background-color: rgb(126,21,95); }
div.DivClassName
{
background-color: #7E155F;
}
.BgClassName
{
background-color: #7E155F;
}
</style>
border-color css
<style>
span { border-color: #7E155F; }
span { border-color: rgb(126,21,95); }
td.TdClassName
{
border-color: #7E155F;
}
.TagClassName
{
border-color: #7E155F;
}
</style>