Shades of Dark Purple #7E266E
Tints of Dark Purple #7E266E
RGB
CMYK
RGB Variations
Color information
#7E266E (or 0x7E266E) is known color: Dark Purple. HEX triplet: 7E, 26 and 6E. RGB value is (126,38,110). Sum of RGB (Red+Green+Blue) = 126+38+110=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E266E is #81D991. Grayscale: #484848. Windows color (decimal): -8509842 or 7218814. OLE color: 7218814.
HSL color Cylindrical-coordinate representation of color #7E266E: hue angle of 310.91º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E266E is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 38 | 110 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.51 |
| HSL | 310.91º | 0.54% | 0.32% | - |
| HSV(B) | 310.91º | 0.7% | 0.49% | - |
| XYZ | 12.11 | 6.95 | 15.45 | - |
| YUV | 72.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 38 | 110 | 0 | 0.70 | 0.13 | 0.51 | 310.91 | 0.54 | 0.32 |
| Hex | 7E | 26 | 6E | 0 | 46 | D | 33 | 137 | 36 | 20 |
| Octal | 176 | 46 | 156 | 0 | 106 | 15 | 63 | 467 | 66 | 40 |
| Binary | 1111110 | 100110 | 1101110 | 0 | 1000110 | 1101 | 110011 | 100110111 | 110110 | 100000 |
Color Harmonies of #7E266E
Complementary color
Monochromatic Colors of #7E266E
Black with #7E266E
Text Example
Text Example
White with #7E266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E266E; }
p { color: rgb(126,38,110); }
H1.HeaderClassName
{
color: #7E266E;
}
.AnyTagClassName
{
color: #7E266E;
}
</style>
background-color css
<style>
a { background-color: #7E266E; }
a { background-color: rgb(126,38,110); }
div.DivClassName
{
background-color: #7E266E;
}
.BgClassName
{
background-color: #7E266E;
}
</style>
border-color css
<style>
span { border-color: #7E266E; }
span { border-color: rgb(126,38,110); }
td.TdClassName
{
border-color: #7E266E;
}
.TagClassName
{
border-color: #7E266E;
}
</style>