Shades of Palatinate Purple #792D68
Tints of Palatinate Purple #792D68
RGB
CMYK
RGB Variations
Color information
#792D68 (or 0x792D68) is known color: Palatinate Purple. HEX triplet: 79, 2D and 68. RGB value is (121,45,104). Sum of RGB (Red+Green+Blue) = 121+45+104=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #792D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792D68 is #86D297. Grayscale: #4A4A4A. Windows color (decimal): -8835736 or 6827385. OLE color: 6827385.
HSL color Cylindrical-coordinate representation of color #792D68: hue angle of 313.42º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #792D68 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 104 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.53 |
| HSL | 313.42º | 0.46% | 0.33% | - |
| HSV(B) | 313.42º | 0.63% | 0.47% | - |
| XYZ | 11.32 | 6.94 | 13.84 | - |
| YUV | 74.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 104 | 0 | 0.63 | 0.14 | 0.53 | 313.42 | 0.46 | 0.33 |
| Hex | 79 | 2D | 68 | 0 | 3F | E | 35 | 139 | 2E | 21 |
| Octal | 171 | 55 | 150 | 0 | 77 | 16 | 65 | 471 | 56 | 41 |
| Binary | 1111001 | 101101 | 1101000 | 0 | 111111 | 1110 | 110101 | 100111001 | 101110 | 100001 |
Color Harmonies of #792D68
Complementary color
Monochromatic Colors of #792D68
Black with #792D68
Text Example
Text Example
White with #792D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D68; }
p { color: rgb(121,45,104); }
H1.HeaderClassName
{
color: #792D68;
}
.AnyTagClassName
{
color: #792D68;
}
</style>
background-color css
<style>
a { background-color: #792D68; }
a { background-color: rgb(121,45,104); }
div.DivClassName
{
background-color: #792D68;
}
.BgClassName
{
background-color: #792D68;
}
</style>
border-color css
<style>
span { border-color: #792D68; }
span { border-color: rgb(121,45,104); }
td.TdClassName
{
border-color: #792D68;
}
.TagClassName
{
border-color: #792D68;
}
</style>