Shades of Purple #79018D
Tints of Purple #79018D
RGB
CMYK
RGB Variations
Color information
#79018D (or 0x79018D) is known color: Purple. HEX triplet: 79, 01 and 8D. RGB value is (121,1,141). Sum of RGB (Red+Green+Blue) = 121+1+141=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #79018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79018D is #86FE72. Grayscale: #343434. Windows color (decimal): -8846963 or 9240953. OLE color: 9240953.
HSL color Cylindrical-coordinate representation of color #79018D: hue angle of 291.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79018D is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 1 | 141 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.45 |
| HSL | 291.43º | 0.99% | 0.28% | - |
| HSV(B) | 291.43º | 0.99% | 0.55% | - |
| XYZ | 12.7 | 6.01 | 25.69 | - |
| YUV | 52.84 | 177.76 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 141 | 0.14 | 0.99 | 0 | 0.45 | 291.43 | 0.99 | 0.28 |
| Hex | 79 | 1 | 8D | E | 63 | 0 | 2D | 123 | 63 | 1C |
| Octal | 171 | 1 | 215 | 16 | 143 | 0 | 55 | 443 | 143 | 34 |
| Binary | 1111001 | 1 | 10001101 | 1110 | 1100011 | 0 | 101101 | 100100011 | 1100011 | 11100 |
Color Harmonies of #79018D
Complementary color
Monochromatic Colors of #79018D
Black with #79018D
Text Example
Text Example
White with #79018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79018D; }
p { color: rgb(121,1,141); }
H1.HeaderClassName
{
color: #79018D;
}
.AnyTagClassName
{
color: #79018D;
}
</style>
background-color css
<style>
a { background-color: #79018D; }
a { background-color: rgb(121,1,141); }
div.DivClassName
{
background-color: #79018D;
}
.BgClassName
{
background-color: #79018D;
}
</style>
border-color css
<style>
span { border-color: #79018D; }
span { border-color: rgb(121,1,141); }
td.TdClassName
{
border-color: #79018D;
}
.TagClassName
{
border-color: #79018D;
}
</style>