Shades of Dark Purple #7E135F
Tints of Dark Purple #7E135F
RGB
CMYK
RGB Variations
Color information
#7E135F (or 0x7E135F) is known color: Dark Purple. HEX triplet: 7E, 13 and 5F. RGB value is (126,19,95). Sum of RGB (Red+Green+Blue) = 126+19+95=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E135F is #81ECA0. Grayscale: #3B3B3B. Windows color (decimal): -8514721 or 6230910. OLE color: 6230910.
HSL color Cylindrical-coordinate representation of color #7E135F: hue angle of 317.38º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E135F is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 19 | 95 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.51 |
| HSL | 317.38º | 0.74% | 0.28% | - |
| HSV(B) | 317.38º | 0.85% | 0.49% | - |
| XYZ | 10.9 | 5.73 | 11.36 | - |
| YUV | 59.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 19 | 95 | 0 | 0.85 | 0.25 | 0.51 | 317.38 | 0.74 | 0.28 |
| Hex | 7E | 13 | 5F | 0 | 55 | 19 | 33 | 13D | 4A | 1C |
| Octal | 176 | 23 | 137 | 0 | 125 | 31 | 63 | 475 | 112 | 34 |
| Binary | 1111110 | 10011 | 1011111 | 0 | 1010101 | 11001 | 110011 | 100111101 | 1001010 | 11100 |
Color Harmonies of #7E135F
Complementary color
Monochromatic Colors of #7E135F
Black with #7E135F
Text Example
Text Example
White with #7E135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E135F; }
p { color: rgb(126,19,95); }
H1.HeaderClassName
{
color: #7E135F;
}
.AnyTagClassName
{
color: #7E135F;
}
</style>
background-color css
<style>
a { background-color: #7E135F; }
a { background-color: rgb(126,19,95); }
div.DivClassName
{
background-color: #7E135F;
}
.BgClassName
{
background-color: #7E135F;
}
</style>
border-color css
<style>
span { border-color: #7E135F; }
span { border-color: rgb(126,19,95); }
td.TdClassName
{
border-color: #7E135F;
}
.TagClassName
{
border-color: #7E135F;
}
</style>