Shades of Purple #790C72
Tints of Purple #790C72
RGB
CMYK
RGB Variations
Color information
#790C72 (or 0x790C72) is known color: Purple. HEX triplet: 79, 0C and 72. RGB value is (121,12,114). Sum of RGB (Red+Green+Blue) = 121+12+114=247 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.99% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 121 - color contains mainly: red. Hex color #790C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C72 is #86F38D. Grayscale: #373737. Windows color (decimal): -8844174 or 7474297. OLE color: 7474297.
HSL color Cylindrical-coordinate representation of color #790C72: hue angle of 303.85º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C72 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 12 | 114 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.53 |
| HSL | 303.85º | 0.82% | 0.26% | - |
| HSV(B) | 303.85º | 0.9% | 0.47% | - |
| XYZ | 11.05 | 5.54 | 16.41 | - |
| YUV | 56.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 114 | 0 | 0.90 | 0.06 | 0.53 | 303.85 | 0.82 | 0.26 |
| Hex | 79 | C | 72 | 0 | 5A | 6 | 35 | 130 | 52 | 1A |
| Octal | 171 | 14 | 162 | 0 | 132 | 6 | 65 | 460 | 122 | 32 |
| Binary | 1111001 | 1100 | 1110010 | 0 | 1011010 | 110 | 110101 | 100110000 | 1010010 | 11010 |
Color Harmonies of #790C72
Complementary color
Monochromatic Colors of #790C72
Black with #790C72
Text Example
Text Example
White with #790C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C72; }
p { color: rgb(121,12,114); }
H1.HeaderClassName
{
color: #790C72;
}
.AnyTagClassName
{
color: #790C72;
}
</style>
background-color css
<style>
a { background-color: #790C72; }
a { background-color: rgb(121,12,114); }
div.DivClassName
{
background-color: #790C72;
}
.BgClassName
{
background-color: #790C72;
}
</style>
border-color css
<style>
span { border-color: #790C72; }
span { border-color: rgb(121,12,114); }
td.TdClassName
{
border-color: #790C72;
}
.TagClassName
{
border-color: #790C72;
}
</style>