Shades of Palatinate Purple #792264
Tints of Palatinate Purple #792264
RGB
CMYK
RGB Variations
Color information
#792264 (or 0x792264) is known color: Palatinate Purple. HEX triplet: 79, 22 and 64. RGB value is (121,34,100). Sum of RGB (Red+Green+Blue) = 121+34+100=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #792264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792264 is #86DD9B. Grayscale: #434343. Windows color (decimal): -8838556 or 6562425. OLE color: 6562425.
HSL color Cylindrical-coordinate representation of color #792264: hue angle of 314.48º 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 #792264 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 34 | 100 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.53 |
| HSL | 314.48º | 0.56% | 0.3% | - |
| HSV(B) | 314.48º | 0.72% | 0.47% | - |
| XYZ | 10.76 | 6.13 | 12.67 | - |
| YUV | 67.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 34 | 100 | 0 | 0.72 | 0.17 | 0.53 | 314.48 | 0.56 | 0.3 |
| Hex | 79 | 22 | 64 | 0 | 48 | 11 | 35 | 13A | 38 | 1E |
| Octal | 171 | 42 | 144 | 0 | 110 | 21 | 65 | 472 | 70 | 36 |
| Binary | 1111001 | 100010 | 1100100 | 0 | 1001000 | 10001 | 110101 | 100111010 | 111000 | 11110 |
Color Harmonies of #792264
Complementary color
Monochromatic Colors of #792264
Black with #792264
Text Example
Text Example
White with #792264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792264; }
p { color: rgb(121,34,100); }
H1.HeaderClassName
{
color: #792264;
}
.AnyTagClassName
{
color: #792264;
}
</style>
background-color css
<style>
a { background-color: #792264; }
a { background-color: rgb(121,34,100); }
div.DivClassName
{
background-color: #792264;
}
.BgClassName
{
background-color: #792264;
}
</style>
border-color css
<style>
span { border-color: #792264; }
span { border-color: rgb(121,34,100); }
td.TdClassName
{
border-color: #792264;
}
.TagClassName
{
border-color: #792264;
}
</style>