Shades of Palatinate Purple #723565
Tints of Palatinate Purple #723565
RGB
CMYK
RGB Variations
Color information
#723565 (or 0x723565) is known color: Palatinate Purple. HEX triplet: 72, 35 and 65. RGB value is (114,53,101). Sum of RGB (Red+Green+Blue) = 114+53+101=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #723565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723565 is #8DCA9A. Grayscale: #4C4C4C. Windows color (decimal): -9292443 or 6632818. OLE color: 6632818.
HSL color Cylindrical-coordinate representation of color #723565: hue angle of 312.79º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #723565 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 53 | 101 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.55 |
| HSL | 312.79º | 0.37% | 0.33% | - |
| HSV(B) | 312.79º | 0.54% | 0.45% | - |
| XYZ | 10.56 | 7.06 | 13.12 | - |
| YUV | 76.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 101 | 0 | 0.54 | 0.11 | 0.55 | 312.79 | 0.37 | 0.33 |
| Hex | 72 | 35 | 65 | 0 | 36 | B | 37 | 139 | 25 | 21 |
| Octal | 162 | 65 | 145 | 0 | 66 | 13 | 67 | 471 | 45 | 41 |
| Binary | 1110010 | 110101 | 1100101 | 0 | 110110 | 1011 | 110111 | 100111001 | 100101 | 100001 |
Color Harmonies of #723565
Complementary color
Monochromatic Colors of #723565
Black with #723565
Text Example
Text Example
White with #723565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723565; }
p { color: rgb(114,53,101); }
H1.HeaderClassName
{
color: #723565;
}
.AnyTagClassName
{
color: #723565;
}
</style>
background-color css
<style>
a { background-color: #723565; }
a { background-color: rgb(114,53,101); }
div.DivClassName
{
background-color: #723565;
}
.BgClassName
{
background-color: #723565;
}
</style>
border-color css
<style>
span { border-color: #723565; }
span { border-color: rgb(114,53,101); }
td.TdClassName
{
border-color: #723565;
}
.TagClassName
{
border-color: #723565;
}
</style>