Shades of Dark Purple #7E286A
Tints of Dark Purple #7E286A
RGB
CMYK
RGB Variations
Color information
#7E286A (or 0x7E286A) is known color: Dark Purple. HEX triplet: 7E, 28 and 6A. RGB value is (126,40,106). Sum of RGB (Red+Green+Blue) = 126+40+106=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E286A is #81D795. Grayscale: #494949. Windows color (decimal): -8509334 or 6957182. OLE color: 6957182.
HSL color Cylindrical-coordinate representation of color #7E286A: hue angle of 313.95º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E286A is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 40 | 106 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.51 |
| HSL | 313.95º | 0.52% | 0.33% | - |
| HSV(B) | 313.95º | 0.68% | 0.49% | - |
| XYZ | 11.96 | 6.99 | 14.36 | - |
| YUV | 73.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 40 | 106 | 0 | 0.68 | 0.16 | 0.51 | 313.95 | 0.52 | 0.33 |
| Hex | 7E | 28 | 6A | 0 | 44 | 10 | 33 | 13A | 34 | 21 |
| Octal | 176 | 50 | 152 | 0 | 104 | 20 | 63 | 472 | 64 | 41 |
| Binary | 1111110 | 101000 | 1101010 | 0 | 1000100 | 10000 | 110011 | 100111010 | 110100 | 100001 |
Color Harmonies of #7E286A
Complementary color
Monochromatic Colors of #7E286A
Black with #7E286A
Text Example
Text Example
White with #7E286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E286A; }
p { color: rgb(126,40,106); }
H1.HeaderClassName
{
color: #7E286A;
}
.AnyTagClassName
{
color: #7E286A;
}
</style>
background-color css
<style>
a { background-color: #7E286A; }
a { background-color: rgb(126,40,106); }
div.DivClassName
{
background-color: #7E286A;
}
.BgClassName
{
background-color: #7E286A;
}
</style>
border-color css
<style>
span { border-color: #7E286A; }
span { border-color: rgb(126,40,106); }
td.TdClassName
{
border-color: #7E286A;
}
.TagClassName
{
border-color: #7E286A;
}
</style>