Shades of Dark Purple #7E1272
Tints of Dark Purple #7E1272
RGB
CMYK
RGB Variations
Color information
#7E1272 (or 0x7E1272) is known color: Dark Purple. HEX triplet: 7E, 12 and 72. RGB value is (126,18,114). Sum of RGB (Red+Green+Blue) = 126+18+114=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1272 is #81ED8D. Grayscale: #3C3C3C. Windows color (decimal): -8514958 or 7475838. OLE color: 7475838.
HSL color Cylindrical-coordinate representation of color #7E1272: hue angle of 306.67º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E1272 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 18 | 114 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.51 |
| HSL | 306.67º | 0.75% | 0.28% | - |
| HSV(B) | 306.67º | 0.86% | 0.49% | - |
| XYZ | 11.86 | 6.08 | 16.47 | - |
| YUV | 61.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 18 | 114 | 0 | 0.86 | 0.10 | 0.51 | 306.67 | 0.75 | 0.28 |
| Hex | 7E | 12 | 72 | 0 | 56 | A | 33 | 133 | 4B | 1C |
| Octal | 176 | 22 | 162 | 0 | 126 | 12 | 63 | 463 | 113 | 34 |
| Binary | 1111110 | 10010 | 1110010 | 0 | 1010110 | 1010 | 110011 | 100110011 | 1001011 | 11100 |
Color Harmonies of #7E1272
Complementary color
Monochromatic Colors of #7E1272
Black with #7E1272
Text Example
Text Example
White with #7E1272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1272; }
p { color: rgb(126,18,114); }
H1.HeaderClassName
{
color: #7E1272;
}
.AnyTagClassName
{
color: #7E1272;
}
</style>
background-color css
<style>
a { background-color: #7E1272; }
a { background-color: rgb(126,18,114); }
div.DivClassName
{
background-color: #7E1272;
}
.BgClassName
{
background-color: #7E1272;
}
</style>
border-color css
<style>
span { border-color: #7E1272; }
span { border-color: rgb(126,18,114); }
td.TdClassName
{
border-color: #7E1272;
}
.TagClassName
{
border-color: #7E1272;
}
</style>