Shades of Dark Purple #7E356F
Tints of Dark Purple #7E356F
RGB
CMYK
RGB Variations
Color information
#7E356F (or 0x7E356F) is known color: Dark Purple. HEX triplet: 7E, 35 and 6F. RGB value is (126,53,111). Sum of RGB (Red+Green+Blue) = 126+53+111=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 126 - color contains mainly: red. Hex color #7E356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E356F is #81CA90. Grayscale: #515151. Windows color (decimal): -8506001 or 7288190. OLE color: 7288190.
HSL color Cylindrical-coordinate representation of color #7E356F: hue angle of 312.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E356F is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 111 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.51 |
| HSL | 312.33º | 0.41% | 0.35% | - |
| HSV(B) | 312.33º | 0.58% | 0.49% | - |
| XYZ | 12.75 | 8.13 | 15.94 | - |
| YUV | 81.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 111 | 0 | 0.58 | 0.12 | 0.51 | 312.33 | 0.41 | 0.35 |
| Hex | 7E | 35 | 6F | 0 | 3A | C | 33 | 138 | 29 | 23 |
| Octal | 176 | 65 | 157 | 0 | 72 | 14 | 63 | 470 | 51 | 43 |
| Binary | 1111110 | 110101 | 1101111 | 0 | 111010 | 1100 | 110011 | 100111000 | 101001 | 100011 |
Color Harmonies of #7E356F
Complementary color
Monochromatic Colors of #7E356F
Black with #7E356F
Text Example
Text Example
White with #7E356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E356F; }
p { color: rgb(126,53,111); }
H1.HeaderClassName
{
color: #7E356F;
}
.AnyTagClassName
{
color: #7E356F;
}
</style>
background-color css
<style>
a { background-color: #7E356F; }
a { background-color: rgb(126,53,111); }
div.DivClassName
{
background-color: #7E356F;
}
.BgClassName
{
background-color: #7E356F;
}
</style>
border-color css
<style>
span { border-color: #7E356F; }
span { border-color: rgb(126,53,111); }
td.TdClassName
{
border-color: #7E356F;
}
.TagClassName
{
border-color: #7E356F;
}
</style>