Shades of Purple #79027E
Tints of Purple #79027E
RGB
CMYK
RGB Variations
Color information
#79027E (or 0x79027E) is known color: Purple. HEX triplet: 79, 02 and 7E. RGB value is (121,2,126). Sum of RGB (Red+Green+Blue) = 121+2+126=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #79027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79027E is #86FD81. Grayscale: #333333. Windows color (decimal): -8846722 or 8258169. OLE color: 8258169.
HSL color Cylindrical-coordinate representation of color #79027E: hue angle of 297.58º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #79027E is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 2 | 126 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.51 |
| HSL | 297.58º | 0.97% | 0.25% | - |
| HSV(B) | 297.58º | 0.98% | 0.49% | - |
| XYZ | 11.67 | 5.61 | 20.21 | - |
| YUV | 51.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 126 | 0.04 | 0.98 | 0 | 0.51 | 297.58 | 0.97 | 0.25 |
| Hex | 79 | 2 | 7E | 4 | 62 | 0 | 33 | 12A | 61 | 19 |
| Octal | 171 | 2 | 176 | 4 | 142 | 0 | 63 | 452 | 141 | 31 |
| Binary | 1111001 | 10 | 1111110 | 100 | 1100010 | 0 | 110011 | 100101010 | 1100001 | 11001 |
Color Harmonies of #79027E
Complementary color
Monochromatic Colors of #79027E
Black with #79027E
Text Example
Text Example
White with #79027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79027E; }
p { color: rgb(121,2,126); }
H1.HeaderClassName
{
color: #79027E;
}
.AnyTagClassName
{
color: #79027E;
}
</style>
background-color css
<style>
a { background-color: #79027E; }
a { background-color: rgb(121,2,126); }
div.DivClassName
{
background-color: #79027E;
}
.BgClassName
{
background-color: #79027E;
}
</style>
border-color css
<style>
span { border-color: #79027E; }
span { border-color: rgb(121,2,126); }
td.TdClassName
{
border-color: #79027E;
}
.TagClassName
{
border-color: #79027E;
}
</style>