Shades of Palatinate Purple #792163
Tints of Palatinate Purple #792163
RGB
CMYK
RGB Variations
Color information
#792163 (or 0x792163) is known color: Palatinate Purple. HEX triplet: 79, 21 and 63. RGB value is (121,33,99). Sum of RGB (Red+Green+Blue) = 121+33+99=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 121 - color contains mainly: red. Hex color #792163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792163 is #86DE9C. Grayscale: #424242. Windows color (decimal): -8838813 or 6496633. OLE color: 6496633.
HSL color Cylindrical-coordinate representation of color #792163: hue angle of 315º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792163 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 33 | 99 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.53 |
| HSL | 315º | 0.57% | 0.3% | - |
| HSV(B) | 315º | 0.73% | 0.47% | - |
| XYZ | 10.68 | 6.05 | 12.41 | - |
| YUV | 66.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 99 | 0 | 0.73 | 0.18 | 0.53 | 315 | 0.57 | 0.3 |
| Hex | 79 | 21 | 63 | 0 | 49 | 12 | 35 | 13B | 39 | 1E |
| Octal | 171 | 41 | 143 | 0 | 111 | 22 | 65 | 473 | 71 | 36 |
| Binary | 1111001 | 100001 | 1100011 | 0 | 1001001 | 10010 | 110101 | 100111011 | 111001 | 11110 |
Color Harmonies of #792163
Complementary color
Monochromatic Colors of #792163
Black with #792163
Text Example
Text Example
White with #792163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792163; }
p { color: rgb(121,33,99); }
H1.HeaderClassName
{
color: #792163;
}
.AnyTagClassName
{
color: #792163;
}
</style>
background-color css
<style>
a { background-color: #792163; }
a { background-color: rgb(121,33,99); }
div.DivClassName
{
background-color: #792163;
}
.BgClassName
{
background-color: #792163;
}
</style>
border-color css
<style>
span { border-color: #792163; }
span { border-color: rgb(121,33,99); }
td.TdClassName
{
border-color: #792163;
}
.TagClassName
{
border-color: #792163;
}
</style>