Shades of Palatinate Purple #723D68
Tints of Palatinate Purple #723D68
RGB
CMYK
RGB Variations
Color information
#723D68 (or 0x723D68) is known color: Palatinate Purple. HEX triplet: 72, 3D and 68. RGB value is (114,61,104). Sum of RGB (Red+Green+Blue) = 114+61+104=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #723D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723D68 is #8DC297. Grayscale: #515151. Windows color (decimal): -9290392 or 6831474. OLE color: 6831474.
HSL color Cylindrical-coordinate representation of color #723D68: hue angle of 311.32º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #723D68 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 104 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.55 |
| HSL | 311.32º | 0.3% | 0.34% | - |
| HSV(B) | 311.32º | 0.46% | 0.45% | - |
| XYZ | 11.11 | 7.91 | 14.04 | - |
| YUV | 81.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 104 | 0 | 0.46 | 0.09 | 0.55 | 311.32 | 0.3 | 0.34 |
| Hex | 72 | 3D | 68 | 0 | 2E | 9 | 37 | 137 | 1E | 22 |
| Octal | 162 | 75 | 150 | 0 | 56 | 11 | 67 | 467 | 36 | 42 |
| Binary | 1110010 | 111101 | 1101000 | 0 | 101110 | 1001 | 110111 | 100110111 | 11110 | 100010 |
Color Harmonies of #723D68
Complementary color
Monochromatic Colors of #723D68
Black with #723D68
Text Example
Text Example
White with #723D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D68; }
p { color: rgb(114,61,104); }
H1.HeaderClassName
{
color: #723D68;
}
.AnyTagClassName
{
color: #723D68;
}
</style>
background-color css
<style>
a { background-color: #723D68; }
a { background-color: rgb(114,61,104); }
div.DivClassName
{
background-color: #723D68;
}
.BgClassName
{
background-color: #723D68;
}
</style>
border-color css
<style>
span { border-color: #723D68; }
span { border-color: rgb(114,61,104); }
td.TdClassName
{
border-color: #723D68;
}
.TagClassName
{
border-color: #723D68;
}
</style>