Shades of Palatinate Purple #731764
Tints of Palatinate Purple #731764
RGB
CMYK
RGB Variations
Color information
#731764 (or 0x731764) is known color: Palatinate Purple. HEX triplet: 73, 17 and 64. RGB value is (115,23,100). Sum of RGB (Red+Green+Blue) = 115+23+100=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #731764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731764 is #8CE89B. Grayscale: #3B3B3B. Windows color (decimal): -9234588 or 6559603. OLE color: 6559603.
HSL color Cylindrical-coordinate representation of color #731764: hue angle of 309.78º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731764 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 100 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.55 |
| HSL | 309.78º | 0.67% | 0.27% | - |
| HSV(B) | 309.78º | 0.8% | 0.45% | - |
| XYZ | 9.68 | 5.18 | 12.55 | - |
| YUV | 59.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 100 | 0 | 0.80 | 0.13 | 0.55 | 309.78 | 0.67 | 0.27 |
| Hex | 73 | 17 | 64 | 0 | 50 | D | 37 | 136 | 43 | 1B |
| Octal | 163 | 27 | 144 | 0 | 120 | 15 | 67 | 466 | 103 | 33 |
| Binary | 1110011 | 10111 | 1100100 | 0 | 1010000 | 1101 | 110111 | 100110110 | 1000011 | 11011 |
Color Harmonies of #731764
Complementary color
Monochromatic Colors of #731764
Black with #731764
Text Example
Text Example
White with #731764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731764; }
p { color: rgb(115,23,100); }
H1.HeaderClassName
{
color: #731764;
}
.AnyTagClassName
{
color: #731764;
}
</style>
background-color css
<style>
a { background-color: #731764; }
a { background-color: rgb(115,23,100); }
div.DivClassName
{
background-color: #731764;
}
.BgClassName
{
background-color: #731764;
}
</style>
border-color css
<style>
span { border-color: #731764; }
span { border-color: rgb(115,23,100); }
td.TdClassName
{
border-color: #731764;
}
.TagClassName
{
border-color: #731764;
}
</style>