Shades of Palatinate Purple #723365
Tints of Palatinate Purple #723365
RGB
CMYK
RGB Variations
Color information
#723365 (or 0x723365) is known color: Palatinate Purple. HEX triplet: 72, 33 and 65. RGB value is (114,51,101). Sum of RGB (Red+Green+Blue) = 114+51+101=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #723365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723365 is #8DCC9A. Grayscale: #4B4B4B. Windows color (decimal): -9292955 or 6632306. OLE color: 6632306.
HSL color Cylindrical-coordinate representation of color #723365: hue angle of 312.38º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #723365 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 51 | 101 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.55 |
| HSL | 312.38º | 0.38% | 0.32% | - |
| HSV(B) | 312.38º | 0.55% | 0.45% | - |
| XYZ | 10.47 | 6.88 | 13.09 | - |
| YUV | 75.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 101 | 0 | 0.55 | 0.11 | 0.55 | 312.38 | 0.38 | 0.32 |
| Hex | 72 | 33 | 65 | 0 | 37 | B | 37 | 138 | 26 | 20 |
| Octal | 162 | 63 | 145 | 0 | 67 | 13 | 67 | 470 | 46 | 40 |
| Binary | 1110010 | 110011 | 1100101 | 0 | 110111 | 1011 | 110111 | 100111000 | 100110 | 100000 |
Color Harmonies of #723365
Complementary color
Monochromatic Colors of #723365
Black with #723365
Text Example
Text Example
White with #723365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723365; }
p { color: rgb(114,51,101); }
H1.HeaderClassName
{
color: #723365;
}
.AnyTagClassName
{
color: #723365;
}
</style>
background-color css
<style>
a { background-color: #723365; }
a { background-color: rgb(114,51,101); }
div.DivClassName
{
background-color: #723365;
}
.BgClassName
{
background-color: #723365;
}
</style>
border-color css
<style>
span { border-color: #723365; }
span { border-color: rgb(114,51,101); }
td.TdClassName
{
border-color: #723365;
}
.TagClassName
{
border-color: #723365;
}
</style>