Shades of Dark Purple #79296E
Tints of Dark Purple #79296E
RGB
CMYK
RGB Variations
Color information
#79296E (or 0x79296E) is known color: Dark Purple. HEX triplet: 79, 29 and 6E. RGB value is (121,41,110). Sum of RGB (Red+Green+Blue) = 121+41+110=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #79296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79296E is #86D691. Grayscale: #484848. Windows color (decimal): -8836754 or 7219577. OLE color: 7219577.
HSL color Cylindrical-coordinate representation of color #79296E: hue angle of 308.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #79296E is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 41 | 110 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.53 |
| HSL | 308.25º | 0.49% | 0.32% | - |
| HSV(B) | 308.25º | 0.66% | 0.47% | - |
| XYZ | 11.49 | 6.78 | 15.45 | - |
| YUV | 72.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 110 | 0 | 0.66 | 0.09 | 0.53 | 308.25 | 0.49 | 0.32 |
| Hex | 79 | 29 | 6E | 0 | 42 | 9 | 35 | 134 | 31 | 20 |
| Octal | 171 | 51 | 156 | 0 | 102 | 11 | 65 | 464 | 61 | 40 |
| Binary | 1111001 | 101001 | 1101110 | 0 | 1000010 | 1001 | 110101 | 100110100 | 110001 | 100000 |
Color Harmonies of #79296E
Complementary color
Monochromatic Colors of #79296E
Black with #79296E
Text Example
Text Example
White with #79296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79296E; }
p { color: rgb(121,41,110); }
H1.HeaderClassName
{
color: #79296E;
}
.AnyTagClassName
{
color: #79296E;
}
</style>
background-color css
<style>
a { background-color: #79296E; }
a { background-color: rgb(121,41,110); }
div.DivClassName
{
background-color: #79296E;
}
.BgClassName
{
background-color: #79296E;
}
</style>
border-color css
<style>
span { border-color: #79296E; }
span { border-color: rgb(121,41,110); }
td.TdClassName
{
border-color: #79296E;
}
.TagClassName
{
border-color: #79296E;
}
</style>