Shades of Palatinate Purple #723E68
Tints of Palatinate Purple #723E68
RGB
CMYK
RGB Variations
Color information
#723E68 (or 0x723E68) is known color: Palatinate Purple. HEX triplet: 72, 3E and 68. RGB value is (114,62,104). Sum of RGB (Red+Green+Blue) = 114+62+104=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #723E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723E68 is #8DC197. Grayscale: #525252. Windows color (decimal): -9290136 or 6831730. OLE color: 6831730.
HSL color Cylindrical-coordinate representation of color #723E68: hue angle of 311.54º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #723E68 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 62 | 104 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.55 |
| HSL | 311.54º | 0.3% | 0.35% | - |
| HSV(B) | 311.54º | 0.46% | 0.45% | - |
| XYZ | 11.16 | 8.02 | 14.06 | - |
| YUV | 82.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 62 | 104 | 0 | 0.46 | 0.09 | 0.55 | 311.54 | 0.3 | 0.35 |
| Hex | 72 | 3E | 68 | 0 | 2E | 9 | 37 | 138 | 1E | 23 |
| Octal | 162 | 76 | 150 | 0 | 56 | 11 | 67 | 470 | 36 | 43 |
| Binary | 1110010 | 111110 | 1101000 | 0 | 101110 | 1001 | 110111 | 100111000 | 11110 | 100011 |
Color Harmonies of #723E68
Complementary color
Monochromatic Colors of #723E68
Black with #723E68
Text Example
Text Example
White with #723E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723E68; }
p { color: rgb(114,62,104); }
H1.HeaderClassName
{
color: #723E68;
}
.AnyTagClassName
{
color: #723E68;
}
</style>
background-color css
<style>
a { background-color: #723E68; }
a { background-color: rgb(114,62,104); }
div.DivClassName
{
background-color: #723E68;
}
.BgClassName
{
background-color: #723E68;
}
</style>
border-color css
<style>
span { border-color: #723E68; }
span { border-color: rgb(114,62,104); }
td.TdClassName
{
border-color: #723E68;
}
.TagClassName
{
border-color: #723E68;
}
</style>