Shades of Palatinate Purple #792865
Tints of Palatinate Purple #792865
RGB
CMYK
RGB Variations
Color information
#792865 (or 0x792865) is known color: Palatinate Purple. HEX triplet: 79, 28 and 65. RGB value is (121,40,101). Sum of RGB (Red+Green+Blue) = 121+40+101=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #792865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792865 is #86D79A. Grayscale: #474747. Windows color (decimal): -8837019 or 6629497. OLE color: 6629497.
HSL color Cylindrical-coordinate representation of color #792865: hue angle of 314.81º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #792865 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 40 | 101 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.53 |
| HSL | 314.81º | 0.5% | 0.32% | - |
| HSV(B) | 314.81º | 0.67% | 0.47% | - |
| XYZ | 10.99 | 6.52 | 12.99 | - |
| YUV | 71.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 40 | 101 | 0 | 0.67 | 0.17 | 0.53 | 314.81 | 0.5 | 0.32 |
| Hex | 79 | 28 | 65 | 0 | 43 | 11 | 35 | 13B | 32 | 20 |
| Octal | 171 | 50 | 145 | 0 | 103 | 21 | 65 | 473 | 62 | 40 |
| Binary | 1111001 | 101000 | 1100101 | 0 | 1000011 | 10001 | 110101 | 100111011 | 110010 | 100000 |
Color Harmonies of #792865
Complementary color
Monochromatic Colors of #792865
Black with #792865
Text Example
Text Example
White with #792865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792865; }
p { color: rgb(121,40,101); }
H1.HeaderClassName
{
color: #792865;
}
.AnyTagClassName
{
color: #792865;
}
</style>
background-color css
<style>
a { background-color: #792865; }
a { background-color: rgb(121,40,101); }
div.DivClassName
{
background-color: #792865;
}
.BgClassName
{
background-color: #792865;
}
</style>
border-color css
<style>
span { border-color: #792865; }
span { border-color: rgb(121,40,101); }
td.TdClassName
{
border-color: #792865;
}
.TagClassName
{
border-color: #792865;
}
</style>