Shades of Dark Purple #7E336D
Tints of Dark Purple #7E336D
RGB
CMYK
RGB Variations
Color information
#7E336D (or 0x7E336D) is known color: Dark Purple. HEX triplet: 7E, 33 and 6D. RGB value is (126,51,109). Sum of RGB (Red+Green+Blue) = 126+51+109=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E336D is #81CC92. Grayscale: #4F4F4F. Windows color (decimal): -8506515 or 7156606. OLE color: 7156606.
HSL color Cylindrical-coordinate representation of color #7E336D: hue angle of 313.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E336D is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 109 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.51 |
| HSL | 313.6º | 0.42% | 0.35% | - |
| HSV(B) | 313.6º | 0.6% | 0.49% | - |
| XYZ | 12.55 | 7.91 | 15.33 | - |
| YUV | 80.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 109 | 0 | 0.60 | 0.13 | 0.51 | 313.6 | 0.42 | 0.35 |
| Hex | 7E | 33 | 6D | 0 | 3C | D | 33 | 13A | 2A | 23 |
| Octal | 176 | 63 | 155 | 0 | 74 | 15 | 63 | 472 | 52 | 43 |
| Binary | 1111110 | 110011 | 1101101 | 0 | 111100 | 1101 | 110011 | 100111010 | 101010 | 100011 |
Color Harmonies of #7E336D
Complementary color
Monochromatic Colors of #7E336D
Black with #7E336D
Text Example
Text Example
White with #7E336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E336D; }
p { color: rgb(126,51,109); }
H1.HeaderClassName
{
color: #7E336D;
}
.AnyTagClassName
{
color: #7E336D;
}
</style>
background-color css
<style>
a { background-color: #7E336D; }
a { background-color: rgb(126,51,109); }
div.DivClassName
{
background-color: #7E336D;
}
.BgClassName
{
background-color: #7E336D;
}
</style>
border-color css
<style>
span { border-color: #7E336D; }
span { border-color: rgb(126,51,109); }
td.TdClassName
{
border-color: #7E336D;
}
.TagClassName
{
border-color: #7E336D;
}
</style>