Shades of Palatinate Purple #723264
Tints of Palatinate Purple #723264
RGB
CMYK
RGB Variations
Color information
#723264 (or 0x723264) is known color: Palatinate Purple. HEX triplet: 72, 32 and 64. RGB value is (114,50,100). Sum of RGB (Red+Green+Blue) = 114+50+100=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #723264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723264 is #8DCD9B. Grayscale: #4A4A4A. Windows color (decimal): -9293212 or 6566514. OLE color: 6566514.
HSL color Cylindrical-coordinate representation of color #723264: hue angle of 313.12º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #723264 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 100 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.55 |
| HSL | 313.13º | 0.39% | 0.32% | - |
| HSV(B) | 313.13º | 0.56% | 0.45% | - |
| XYZ | 10.38 | 6.78 | 12.82 | - |
| YUV | 74.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 100 | 0 | 0.56 | 0.12 | 0.55 | 313.13 | 0.39 | 0.32 |
| Hex | 72 | 32 | 64 | 0 | 38 | C | 37 | 139 | 27 | 20 |
| Octal | 162 | 62 | 144 | 0 | 70 | 14 | 67 | 471 | 47 | 40 |
| Binary | 1110010 | 110010 | 1100100 | 0 | 111000 | 1100 | 110111 | 100111001 | 100111 | 100000 |
Color Harmonies of #723264
Complementary color
Monochromatic Colors of #723264
Black with #723264
Text Example
Text Example
White with #723264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723264; }
p { color: rgb(114,50,100); }
H1.HeaderClassName
{
color: #723264;
}
.AnyTagClassName
{
color: #723264;
}
</style>
background-color css
<style>
a { background-color: #723264; }
a { background-color: rgb(114,50,100); }
div.DivClassName
{
background-color: #723264;
}
.BgClassName
{
background-color: #723264;
}
</style>
border-color css
<style>
span { border-color: #723264; }
span { border-color: rgb(114,50,100); }
td.TdClassName
{
border-color: #723264;
}
.TagClassName
{
border-color: #723264;
}
</style>