Shades of Dark Purple #7E3773
Tints of Dark Purple #7E3773
RGB
CMYK
RGB Variations
Color information
#7E3773 (or 0x7E3773) is known color: Dark Purple. HEX triplet: 7E, 37 and 73. RGB value is (126,55,115). Sum of RGB (Red+Green+Blue) = 126+55+115=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3773 is #81C88C. Grayscale: #525252. Windows color (decimal): -8505485 or 7550846. OLE color: 7550846.
HSL color Cylindrical-coordinate representation of color #7E3773: hue angle of 309.3º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E3773 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 55 | 115 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.51 |
| HSL | 309.3º | 0.39% | 0.35% | - |
| HSV(B) | 309.3º | 0.56% | 0.49% | - |
| XYZ | 13.06 | 8.41 | 17.15 | - |
| YUV | 83.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 55 | 115 | 0 | 0.56 | 0.09 | 0.51 | 309.3 | 0.39 | 0.35 |
| Hex | 7E | 37 | 73 | 0 | 38 | 9 | 33 | 135 | 27 | 23 |
| Octal | 176 | 67 | 163 | 0 | 70 | 11 | 63 | 465 | 47 | 43 |
| Binary | 1111110 | 110111 | 1110011 | 0 | 111000 | 1001 | 110011 | 100110101 | 100111 | 100011 |
Color Harmonies of #7E3773
Complementary color
Monochromatic Colors of #7E3773
Black with #7E3773
Text Example
Text Example
White with #7E3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3773; }
p { color: rgb(126,55,115); }
H1.HeaderClassName
{
color: #7E3773;
}
.AnyTagClassName
{
color: #7E3773;
}
</style>
background-color css
<style>
a { background-color: #7E3773; }
a { background-color: rgb(126,55,115); }
div.DivClassName
{
background-color: #7E3773;
}
.BgClassName
{
background-color: #7E3773;
}
</style>
border-color css
<style>
span { border-color: #7E3773; }
span { border-color: rgb(126,55,115); }
td.TdClassName
{
border-color: #7E3773;
}
.TagClassName
{
border-color: #7E3773;
}
</style>