Shades of Palatinate Purple #723268
Tints of Palatinate Purple #723268
RGB
CMYK
RGB Variations
Color information
#723268 (or 0x723268) is known color: Palatinate Purple. HEX triplet: 72, 32 and 68. RGB value is (114,50,104). Sum of RGB (Red+Green+Blue) = 114+50+104=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #723268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723268 is #8DCD97. Grayscale: #4B4B4B. Windows color (decimal): -9293208 or 6828658. OLE color: 6828658.
HSL color Cylindrical-coordinate representation of color #723268: hue angle of 309.38º 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 #723268 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 104 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.55 |
| HSL | 309.38º | 0.39% | 0.32% | - |
| HSV(B) | 309.38º | 0.56% | 0.45% | - |
| XYZ | 10.58 | 6.86 | 13.86 | - |
| YUV | 75.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 104 | 0 | 0.56 | 0.09 | 0.55 | 309.38 | 0.39 | 0.32 |
| Hex | 72 | 32 | 68 | 0 | 38 | 9 | 37 | 135 | 27 | 20 |
| Octal | 162 | 62 | 150 | 0 | 70 | 11 | 67 | 465 | 47 | 40 |
| Binary | 1110010 | 110010 | 1101000 | 0 | 111000 | 1001 | 110111 | 100110101 | 100111 | 100000 |
Color Harmonies of #723268
Complementary color
Monochromatic Colors of #723268
Black with #723268
Text Example
Text Example
White with #723268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723268; }
p { color: rgb(114,50,104); }
H1.HeaderClassName
{
color: #723268;
}
.AnyTagClassName
{
color: #723268;
}
</style>
background-color css
<style>
a { background-color: #723268; }
a { background-color: rgb(114,50,104); }
div.DivClassName
{
background-color: #723268;
}
.BgClassName
{
background-color: #723268;
}
</style>
border-color css
<style>
span { border-color: #723268; }
span { border-color: rgb(114,50,104); }
td.TdClassName
{
border-color: #723268;
}
.TagClassName
{
border-color: #723268;
}
</style>