Shades of Dark Purple #7E2483
Tints of Dark Purple #7E2483
RGB
CMYK
RGB Variations
Color information
#7E2483 (or 0x7E2483) is known color: Dark Purple. HEX triplet: 7E, 24 and 83. RGB value is (126,36,131). Sum of RGB (Red+Green+Blue) = 126+36+131=293 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.00% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #7E2483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2483 is #81DB7C. Grayscale: #494949. Windows color (decimal): -8510333 or 8594558. OLE color: 8594558.
HSL color Cylindrical-coordinate representation of color #7E2483: hue angle of 296.84º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E2483 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 36 | 131 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.49 |
| HSL | 296.84º | 0.57% | 0.33% | - |
| HSV(B) | 296.84º | 0.73% | 0.51% | - |
| XYZ | 13.33 | 7.34 | 22.19 | - |
| YUV | 73.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 36 | 131 | 0.04 | 0.73 | 0 | 0.49 | 296.84 | 0.57 | 0.33 |
| Hex | 7E | 24 | 83 | 4 | 49 | 0 | 31 | 129 | 39 | 21 |
| Octal | 176 | 44 | 203 | 4 | 111 | 0 | 61 | 451 | 71 | 41 |
| Binary | 1111110 | 100100 | 10000011 | 100 | 1001001 | 0 | 110001 | 100101001 | 111001 | 100001 |
Color Harmonies of #7E2483
Complementary color
Monochromatic Colors of #7E2483
Black with #7E2483
Text Example
Text Example
White with #7E2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2483; }
p { color: rgb(126,36,131); }
H1.HeaderClassName
{
color: #7E2483;
}
.AnyTagClassName
{
color: #7E2483;
}
</style>
background-color css
<style>
a { background-color: #7E2483; }
a { background-color: rgb(126,36,131); }
div.DivClassName
{
background-color: #7E2483;
}
.BgClassName
{
background-color: #7E2483;
}
</style>
border-color css
<style>
span { border-color: #7E2483; }
span { border-color: rgb(126,36,131); }
td.TdClassName
{
border-color: #7E2483;
}
.TagClassName
{
border-color: #7E2483;
}
</style>