Shades of Palatinate Purple #792263
Tints of Palatinate Purple #792263
RGB
CMYK
RGB Variations
Color information
#792263 (or 0x792263) is known color: Palatinate Purple. HEX triplet: 79, 22 and 63. RGB value is (121,34,99). Sum of RGB (Red+Green+Blue) = 121+34+99=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #792263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792263 is #86DD9C. Grayscale: #434343. Windows color (decimal): -8838557 or 6496889. OLE color: 6496889.
HSL color Cylindrical-coordinate representation of color #792263: hue angle of 315.17º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #792263 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 34 | 99 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.53 |
| HSL | 315.17º | 0.56% | 0.3% | - |
| HSV(B) | 315.17º | 0.72% | 0.47% | - |
| XYZ | 10.71 | 6.11 | 12.42 | - |
| YUV | 67.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 34 | 99 | 0 | 0.72 | 0.18 | 0.53 | 315.17 | 0.56 | 0.3 |
| Hex | 79 | 22 | 63 | 0 | 48 | 12 | 35 | 13B | 38 | 1E |
| Octal | 171 | 42 | 143 | 0 | 110 | 22 | 65 | 473 | 70 | 36 |
| Binary | 1111001 | 100010 | 1100011 | 0 | 1001000 | 10010 | 110101 | 100111011 | 111000 | 11110 |
Color Harmonies of #792263
Complementary color
Monochromatic Colors of #792263
Black with #792263
Text Example
Text Example
White with #792263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792263; }
p { color: rgb(121,34,99); }
H1.HeaderClassName
{
color: #792263;
}
.AnyTagClassName
{
color: #792263;
}
</style>
background-color css
<style>
a { background-color: #792263; }
a { background-color: rgb(121,34,99); }
div.DivClassName
{
background-color: #792263;
}
.BgClassName
{
background-color: #792263;
}
</style>
border-color css
<style>
span { border-color: #792263; }
span { border-color: rgb(121,34,99); }
td.TdClassName
{
border-color: #792263;
}
.TagClassName
{
border-color: #792263;
}
</style>