Shades of Dark Purple #7E256F
Tints of Dark Purple #7E256F
RGB
CMYK
RGB Variations
Color information
#7E256F (or 0x7E256F) is known color: Dark Purple. HEX triplet: 7E, 25 and 6F. RGB value is (126,37,111). Sum of RGB (Red+Green+Blue) = 126+37+111=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E256F is #81DA90. Grayscale: #474747. Windows color (decimal): -8510097 or 7284094. OLE color: 7284094.
HSL color Cylindrical-coordinate representation of color #7E256F: hue angle of 310.11º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E256F is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 37 | 111 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.51 |
| HSL | 310.11º | 0.55% | 0.32% | - |
| HSV(B) | 310.11º | 0.71% | 0.49% | - |
| XYZ | 12.14 | 6.91 | 15.73 | - |
| YUV | 72.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 111 | 0 | 0.71 | 0.12 | 0.51 | 310.11 | 0.55 | 0.32 |
| Hex | 7E | 25 | 6F | 0 | 47 | C | 33 | 136 | 37 | 20 |
| Octal | 176 | 45 | 157 | 0 | 107 | 14 | 63 | 466 | 67 | 40 |
| Binary | 1111110 | 100101 | 1101111 | 0 | 1000111 | 1100 | 110011 | 100110110 | 110111 | 100000 |
Color Harmonies of #7E256F
Complementary color
Monochromatic Colors of #7E256F
Black with #7E256F
Text Example
Text Example
White with #7E256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E256F; }
p { color: rgb(126,37,111); }
H1.HeaderClassName
{
color: #7E256F;
}
.AnyTagClassName
{
color: #7E256F;
}
</style>
background-color css
<style>
a { background-color: #7E256F; }
a { background-color: rgb(126,37,111); }
div.DivClassName
{
background-color: #7E256F;
}
.BgClassName
{
background-color: #7E256F;
}
</style>
border-color css
<style>
span { border-color: #7E256F; }
span { border-color: rgb(126,37,111); }
td.TdClassName
{
border-color: #7E256F;
}
.TagClassName
{
border-color: #7E256F;
}
</style>