Shades of Dark Purple #7E2581
Tints of Dark Purple #7E2581
RGB
CMYK
RGB Variations
Color information
#7E2581 (or 0x7E2581) is known color: Dark Purple. HEX triplet: 7E, 25 and 81. RGB value is (126,37,129). Sum of RGB (Red+Green+Blue) = 126+37+129=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #7E2581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2581 is #81DA7E. Grayscale: #494949. Windows color (decimal): -8510079 or 8463742. OLE color: 8463742.
HSL color Cylindrical-coordinate representation of color #7E2581: hue angle of 298.04º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E2581 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 37 | 129 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.49 |
| HSL | 298.04º | 0.55% | 0.33% | - |
| HSV(B) | 298.04º | 0.71% | 0.51% | - |
| XYZ | 13.23 | 7.34 | 21.49 | - |
| YUV | 74.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 129 | 0.02 | 0.71 | 0 | 0.49 | 298.04 | 0.55 | 0.33 |
| Hex | 7E | 25 | 81 | 2 | 47 | 0 | 31 | 12A | 37 | 21 |
| Octal | 176 | 45 | 201 | 2 | 107 | 0 | 61 | 452 | 67 | 41 |
| Binary | 1111110 | 100101 | 10000001 | 10 | 1000111 | 0 | 110001 | 100101010 | 110111 | 100001 |
Color Harmonies of #7E2581
Complementary color
Monochromatic Colors of #7E2581
Black with #7E2581
Text Example
Text Example
White with #7E2581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2581; }
p { color: rgb(126,37,129); }
H1.HeaderClassName
{
color: #7E2581;
}
.AnyTagClassName
{
color: #7E2581;
}
</style>
background-color css
<style>
a { background-color: #7E2581; }
a { background-color: rgb(126,37,129); }
div.DivClassName
{
background-color: #7E2581;
}
.BgClassName
{
background-color: #7E2581;
}
</style>
border-color css
<style>
span { border-color: #7E2581; }
span { border-color: rgb(126,37,129); }
td.TdClassName
{
border-color: #7E2581;
}
.TagClassName
{
border-color: #7E2581;
}
</style>