Shades of Dark Purple #7E1D83
Tints of Dark Purple #7E1D83
RGB
CMYK
RGB Variations
Color information
#7E1D83 (or 0x7E1D83) is known color: Dark Purple. HEX triplet: 7E, 1D and 83. RGB value is (126,29,131). Sum of RGB (Red+Green+Blue) = 126+29+131=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #7E1D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1D83 is #81E27C. Grayscale: #454545. Windows color (decimal): -8512125 or 8592766. OLE color: 8592766.
HSL color Cylindrical-coordinate representation of color #7E1D83: hue angle of 297.06º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E1D83 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 29 | 131 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.49 |
| HSL | 297.06º | 0.64% | 0.31% | - |
| HSV(B) | 297.06º | 0.78% | 0.51% | - |
| XYZ | 13.14 | 6.95 | 22.12 | - |
| YUV | 69.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 29 | 131 | 0.04 | 0.78 | 0 | 0.49 | 297.06 | 0.64 | 0.31 |
| Hex | 7E | 1D | 83 | 4 | 4E | 0 | 31 | 129 | 40 | 1F |
| Octal | 176 | 35 | 203 | 4 | 116 | 0 | 61 | 451 | 100 | 37 |
| Binary | 1111110 | 11101 | 10000011 | 100 | 1001110 | 0 | 110001 | 100101001 | 1000000 | 11111 |
Color Harmonies of #7E1D83
Complementary color
Monochromatic Colors of #7E1D83
Black with #7E1D83
Text Example
Text Example
White with #7E1D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1D83; }
p { color: rgb(126,29,131); }
H1.HeaderClassName
{
color: #7E1D83;
}
.AnyTagClassName
{
color: #7E1D83;
}
</style>
background-color css
<style>
a { background-color: #7E1D83; }
a { background-color: rgb(126,29,131); }
div.DivClassName
{
background-color: #7E1D83;
}
.BgClassName
{
background-color: #7E1D83;
}
</style>
border-color css
<style>
span { border-color: #7E1D83; }
span { border-color: rgb(126,29,131); }
td.TdClassName
{
border-color: #7E1D83;
}
.TagClassName
{
border-color: #7E1D83;
}
</style>