Shades of Dark Purple #7E236F
Tints of Dark Purple #7E236F
RGB
CMYK
RGB Variations
Color information
#7E236F (or 0x7E236F) is known color: Dark Purple. HEX triplet: 7E, 23 and 6F. RGB value is (126,35,111). Sum of RGB (Red+Green+Blue) = 126+35+111=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E236F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E236F is #81DC90. Grayscale: #464646. Windows color (decimal): -8510609 or 7283582. OLE color: 7283582.
HSL color Cylindrical-coordinate representation of color #7E236F: hue angle of 309.89º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E236F is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 35 | 111 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.51 |
| HSL | 309.89º | 0.57% | 0.32% | - |
| HSV(B) | 309.89º | 0.72% | 0.49% | - |
| XYZ | 12.07 | 6.79 | 15.71 | - |
| YUV | 70.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 111 | 0 | 0.72 | 0.12 | 0.51 | 309.89 | 0.57 | 0.32 |
| Hex | 7E | 23 | 6F | 0 | 48 | C | 33 | 136 | 39 | 20 |
| Octal | 176 | 43 | 157 | 0 | 110 | 14 | 63 | 466 | 71 | 40 |
| Binary | 1111110 | 100011 | 1101111 | 0 | 1001000 | 1100 | 110011 | 100110110 | 111001 | 100000 |
Color Harmonies of #7E236F
Complementary color
Monochromatic Colors of #7E236F
Black with #7E236F
Text Example
Text Example
White with #7E236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E236F; }
p { color: rgb(126,35,111); }
H1.HeaderClassName
{
color: #7E236F;
}
.AnyTagClassName
{
color: #7E236F;
}
</style>
background-color css
<style>
a { background-color: #7E236F; }
a { background-color: rgb(126,35,111); }
div.DivClassName
{
background-color: #7E236F;
}
.BgClassName
{
background-color: #7E236F;
}
</style>
border-color css
<style>
span { border-color: #7E236F; }
span { border-color: rgb(126,35,111); }
td.TdClassName
{
border-color: #7E236F;
}
.TagClassName
{
border-color: #7E236F;
}
</style>