Shades of Palatinate Purple #790C5D
Tints of Palatinate Purple #790C5D
RGB
CMYK
RGB Variations
Color information
#790C5D (or 0x790C5D) is known color: Palatinate Purple. HEX triplet: 79, 0C and 5D. RGB value is (121,12,93). Sum of RGB (Red+Green+Blue) = 121+12+93=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #790C5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C5D is #86F3A2. Grayscale: #353535. Windows color (decimal): -8844195 or 6098041. OLE color: 6098041.
HSL color Cylindrical-coordinate representation of color #790C5D: hue angle of 315.41º 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 #790C5D is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 12 | 93 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.53 |
| HSL | 315.41º | 0.82% | 0.26% | - |
| HSV(B) | 315.41º | 0.9% | 0.47% | - |
| XYZ | 9.99 | 5.12 | 10.82 | - |
| YUV | 53.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 93 | 0 | 0.90 | 0.23 | 0.53 | 315.41 | 0.82 | 0.26 |
| Hex | 79 | C | 5D | 0 | 5A | 17 | 35 | 13B | 52 | 1A |
| Octal | 171 | 14 | 135 | 0 | 132 | 27 | 65 | 473 | 122 | 32 |
| Binary | 1111001 | 1100 | 1011101 | 0 | 1011010 | 10111 | 110101 | 100111011 | 1010010 | 11010 |
Color Harmonies of #790C5D
Complementary color
Monochromatic Colors of #790C5D
Black with #790C5D
Text Example
Text Example
White with #790C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790C5D; }
p { color: rgb(121,12,93); }
H1.HeaderClassName
{
color: #790C5D;
}
.AnyTagClassName
{
color: #790C5D;
}
</style>
background-color css
<style>
a { background-color: #790C5D; }
a { background-color: rgb(121,12,93); }
div.DivClassName
{
background-color: #790C5D;
}
.BgClassName
{
background-color: #790C5D;
}
</style>
border-color css
<style>
span { border-color: #790C5D; }
span { border-color: rgb(121,12,93); }
td.TdClassName
{
border-color: #790C5D;
}
.TagClassName
{
border-color: #790C5D;
}
</style>