Shades of Purple #79038E
Tints of Purple #79038E
RGB
CMYK
RGB Variations
Color information
#79038E (or 0x79038E) is known color: Purple. HEX triplet: 79, 03 and 8E. RGB value is (121,3,142). Sum of RGB (Red+Green+Blue) = 121+3+142=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #79038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79038E is #86FC71. Grayscale: #353535. Windows color (decimal): -8846450 or 9307001. OLE color: 9307001.
HSL color Cylindrical-coordinate representation of color #79038E: hue angle of 290.94º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #79038E is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 3 | 142 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.44 |
| HSL | 290.94º | 0.96% | 0.28% | - |
| HSV(B) | 290.94º | 0.98% | 0.56% | - |
| XYZ | 12.8 | 6.08 | 26.09 | - |
| YUV | 54.13 | 177.59 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 3 | 142 | 0.15 | 0.98 | 0 | 0.44 | 290.94 | 0.96 | 0.28 |
| Hex | 79 | 3 | 8E | F | 62 | 0 | 2C | 123 | 60 | 1C |
| Octal | 171 | 3 | 216 | 17 | 142 | 0 | 54 | 443 | 140 | 34 |
| Binary | 1111001 | 11 | 10001110 | 1111 | 1100010 | 0 | 101100 | 100100011 | 1100000 | 11100 |
Color Harmonies of #79038E
Complementary color
Monochromatic Colors of #79038E
Black with #79038E
Text Example
Text Example
White with #79038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79038E; }
p { color: rgb(121,3,142); }
H1.HeaderClassName
{
color: #79038E;
}
.AnyTagClassName
{
color: #79038E;
}
</style>
background-color css
<style>
a { background-color: #79038E; }
a { background-color: rgb(121,3,142); }
div.DivClassName
{
background-color: #79038E;
}
.BgClassName
{
background-color: #79038E;
}
</style>
border-color css
<style>
span { border-color: #79038E; }
span { border-color: rgb(121,3,142); }
td.TdClassName
{
border-color: #79038E;
}
.TagClassName
{
border-color: #79038E;
}
</style>