Shades of Palatinate Purple #731164
Tints of Palatinate Purple #731164
RGB
CMYK
RGB Variations
Color information
#731164 (or 0x731164) is known color: Palatinate Purple. HEX triplet: 73, 11 and 64. RGB value is (115,17,100). Sum of RGB (Red+Green+Blue) = 115+17+100=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #731164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731164 is #8CEE9B. Grayscale: #373737. Windows color (decimal): -9236124 or 6558067. OLE color: 6558067.
HSL color Cylindrical-coordinate representation of color #731164: hue angle of 309.18º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731164 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 100 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.55 |
| HSL | 309.18º | 0.74% | 0.26% | - |
| HSV(B) | 309.18º | 0.85% | 0.45% | - |
| XYZ | 9.57 | 4.97 | 12.51 | - |
| YUV | 55.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 100 | 0 | 0.85 | 0.13 | 0.55 | 309.18 | 0.74 | 0.26 |
| Hex | 73 | 11 | 64 | 0 | 55 | D | 37 | 135 | 4A | 1A |
| Octal | 163 | 21 | 144 | 0 | 125 | 15 | 67 | 465 | 112 | 32 |
| Binary | 1110011 | 10001 | 1100100 | 0 | 1010101 | 1101 | 110111 | 100110101 | 1001010 | 11010 |
Color Harmonies of #731164
Complementary color
Monochromatic Colors of #731164
Black with #731164
Text Example
Text Example
White with #731164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731164; }
p { color: rgb(115,17,100); }
H1.HeaderClassName
{
color: #731164;
}
.AnyTagClassName
{
color: #731164;
}
</style>
background-color css
<style>
a { background-color: #731164; }
a { background-color: rgb(115,17,100); }
div.DivClassName
{
background-color: #731164;
}
.BgClassName
{
background-color: #731164;
}
</style>
border-color css
<style>
span { border-color: #731164; }
span { border-color: rgb(115,17,100); }
td.TdClassName
{
border-color: #731164;
}
.TagClassName
{
border-color: #731164;
}
</style>