Shades of Dark Purple #7E3673
Tints of Dark Purple #7E3673
RGB
CMYK
RGB Variations
Color information
#7E3673 (or 0x7E3673) is known color: Dark Purple. HEX triplet: 7E, 36 and 73. RGB value is (126,54,115). Sum of RGB (Red+Green+Blue) = 126+54+115=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3673 is #81C98C. Grayscale: #525252. Windows color (decimal): -8505741 or 7550590. OLE color: 7550590.
HSL color Cylindrical-coordinate representation of color #7E3673: hue angle of 309.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E3673 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 54 | 115 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.51 |
| HSL | 309.17º | 0.4% | 0.35% | - |
| HSV(B) | 309.17º | 0.57% | 0.49% | - |
| XYZ | 13.02 | 8.31 | 17.14 | - |
| YUV | 82.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 115 | 0 | 0.57 | 0.09 | 0.51 | 309.17 | 0.4 | 0.35 |
| Hex | 7E | 36 | 73 | 0 | 39 | 9 | 33 | 135 | 28 | 23 |
| Octal | 176 | 66 | 163 | 0 | 71 | 11 | 63 | 465 | 50 | 43 |
| Binary | 1111110 | 110110 | 1110011 | 0 | 111001 | 1001 | 110011 | 100110101 | 101000 | 100011 |
Color Harmonies of #7E3673
Complementary color
Monochromatic Colors of #7E3673
Black with #7E3673
Text Example
Text Example
White with #7E3673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3673; }
p { color: rgb(126,54,115); }
H1.HeaderClassName
{
color: #7E3673;
}
.AnyTagClassName
{
color: #7E3673;
}
</style>
background-color css
<style>
a { background-color: #7E3673; }
a { background-color: rgb(126,54,115); }
div.DivClassName
{
background-color: #7E3673;
}
.BgClassName
{
background-color: #7E3673;
}
</style>
border-color css
<style>
span { border-color: #7E3673; }
span { border-color: rgb(126,54,115); }
td.TdClassName
{
border-color: #7E3673;
}
.TagClassName
{
border-color: #7E3673;
}
</style>