Shades of Purple #790C7D
Tints of Purple #790C7D
RGB
CMYK
RGB Variations
Color information
#790C7D (or 0x790C7D) is known color: Purple. HEX triplet: 79, 0C and 7D. RGB value is (121,12,125). Sum of RGB (Red+Green+Blue) = 121+12+125=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #790C7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C7D is #86F382. Grayscale: #393939. Windows color (decimal): -8844163 or 8195193. OLE color: 8195193.
HSL color Cylindrical-coordinate representation of color #790C7D: hue angle of 297.88º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C7D is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 12 | 125 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.51 |
| HSL | 297.88º | 0.82% | 0.27% | - |
| HSV(B) | 297.88º | 0.9% | 0.49% | - |
| XYZ | 11.72 | 5.81 | 19.91 | - |
| YUV | 57.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 125 | 0.03 | 0.90 | 0 | 0.51 | 297.88 | 0.82 | 0.27 |
| Hex | 79 | C | 7D | 3 | 5A | 0 | 33 | 12A | 52 | 1B |
| Octal | 171 | 14 | 175 | 3 | 132 | 0 | 63 | 452 | 122 | 33 |
| Binary | 1111001 | 1100 | 1111101 | 11 | 1011010 | 0 | 110011 | 100101010 | 1010010 | 11011 |
Color Harmonies of #790C7D
Complementary color
Monochromatic Colors of #790C7D
Black with #790C7D
Text Example
Text Example
White with #790C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C7D; }
p { color: rgb(121,12,125); }
H1.HeaderClassName
{
color: #790C7D;
}
.AnyTagClassName
{
color: #790C7D;
}
</style>
background-color css
<style>
a { background-color: #790C7D; }
a { background-color: rgb(121,12,125); }
div.DivClassName
{
background-color: #790C7D;
}
.BgClassName
{
background-color: #790C7D;
}
</style>
border-color css
<style>
span { border-color: #790C7D; }
span { border-color: rgb(121,12,125); }
td.TdClassName
{
border-color: #790C7D;
}
.TagClassName
{
border-color: #790C7D;
}
</style>