Shades of Purple #79138E
Tints of Purple #79138E
RGB
CMYK
RGB Variations
Color information
#79138E (or 0x79138E) is known color: Purple. HEX triplet: 79, 13 and 8E. RGB value is (121,19,142). Sum of RGB (Red+Green+Blue) = 121+19+142=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #79138E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79138E is #86EC71. Grayscale: #3F3F3F. Windows color (decimal): -8842354 or 9311097. OLE color: 9311097.
HSL color Cylindrical-coordinate representation of color #79138E: hue angle of 289.76º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #79138E is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 19 | 142 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.44 |
| HSL | 289.76º | 0.76% | 0.32% | - |
| HSV(B) | 289.76º | 0.87% | 0.56% | - |
| XYZ | 13 | 6.48 | 26.16 | - |
| YUV | 63.52 | 172.29 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 19 | 142 | 0.15 | 0.87 | 0 | 0.44 | 289.76 | 0.76 | 0.32 |
| Hex | 79 | 13 | 8E | F | 57 | 0 | 2C | 122 | 4C | 20 |
| Octal | 171 | 23 | 216 | 17 | 127 | 0 | 54 | 442 | 114 | 40 |
| Binary | 1111001 | 10011 | 10001110 | 1111 | 1010111 | 0 | 101100 | 100100010 | 1001100 | 100000 |
Color Harmonies of #79138E
Complementary color
Monochromatic Colors of #79138E
Black with #79138E
Text Example
Text Example
White with #79138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79138E; }
p { color: rgb(121,19,142); }
H1.HeaderClassName
{
color: #79138E;
}
.AnyTagClassName
{
color: #79138E;
}
</style>
background-color css
<style>
a { background-color: #79138E; }
a { background-color: rgb(121,19,142); }
div.DivClassName
{
background-color: #79138E;
}
.BgClassName
{
background-color: #79138E;
}
</style>
border-color css
<style>
span { border-color: #79138E; }
span { border-color: rgb(121,19,142); }
td.TdClassName
{
border-color: #79138E;
}
.TagClassName
{
border-color: #79138E;
}
</style>