Shades of Dark Purple #79286E
Tints of Dark Purple #79286E
RGB
CMYK
RGB Variations
Color information
#79286E (or 0x79286E) is known color: Dark Purple. HEX triplet: 79, 28 and 6E. RGB value is (121,40,110). Sum of RGB (Red+Green+Blue) = 121+40+110=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #79286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79286E is #86D791. Grayscale: #474747. Windows color (decimal): -8837010 or 7219321. OLE color: 7219321.
HSL color Cylindrical-coordinate representation of color #79286E: hue angle of 308.15º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #79286E is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 40 | 110 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.53 |
| HSL | 308.15º | 0.5% | 0.32% | - |
| HSV(B) | 308.15º | 0.67% | 0.47% | - |
| XYZ | 11.46 | 6.71 | 15.44 | - |
| YUV | 72.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 40 | 110 | 0 | 0.67 | 0.09 | 0.53 | 308.15 | 0.5 | 0.32 |
| Hex | 79 | 28 | 6E | 0 | 43 | 9 | 35 | 134 | 32 | 20 |
| Octal | 171 | 50 | 156 | 0 | 103 | 11 | 65 | 464 | 62 | 40 |
| Binary | 1111001 | 101000 | 1101110 | 0 | 1000011 | 1001 | 110101 | 100110100 | 110010 | 100000 |
Color Harmonies of #79286E
Complementary color
Monochromatic Colors of #79286E
Black with #79286E
Text Example
Text Example
White with #79286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79286E; }
p { color: rgb(121,40,110); }
H1.HeaderClassName
{
color: #79286E;
}
.AnyTagClassName
{
color: #79286E;
}
</style>
background-color css
<style>
a { background-color: #79286E; }
a { background-color: rgb(121,40,110); }
div.DivClassName
{
background-color: #79286E;
}
.BgClassName
{
background-color: #79286E;
}
</style>
border-color css
<style>
span { border-color: #79286E; }
span { border-color: rgb(121,40,110); }
td.TdClassName
{
border-color: #79286E;
}
.TagClassName
{
border-color: #79286E;
}
</style>