Shades of Palatinate Purple #723269
Tints of Palatinate Purple #723269
RGB
CMYK
RGB Variations
Color information
#723269 (or 0x723269) is known color: Palatinate Purple. HEX triplet: 72, 32 and 69. RGB value is (114,50,105). Sum of RGB (Red+Green+Blue) = 114+50+105=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #723269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723269 is #8DCD96. Grayscale: #4B4B4B. Windows color (decimal): -9293207 or 6894194. OLE color: 6894194.
HSL color Cylindrical-coordinate representation of color #723269: hue angle of 308.44º 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 #723269 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 105 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.55 |
| HSL | 308.44º | 0.39% | 0.32% | - |
| HSV(B) | 308.44º | 0.56% | 0.45% | - |
| XYZ | 10.63 | 6.88 | 14.13 | - |
| YUV | 75.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 105 | 0 | 0.56 | 0.08 | 0.55 | 308.44 | 0.39 | 0.32 |
| Hex | 72 | 32 | 69 | 0 | 38 | 8 | 37 | 134 | 27 | 20 |
| Octal | 162 | 62 | 151 | 0 | 70 | 10 | 67 | 464 | 47 | 40 |
| Binary | 1110010 | 110010 | 1101001 | 0 | 111000 | 1000 | 110111 | 100110100 | 100111 | 100000 |
Color Harmonies of #723269
Complementary color
Monochromatic Colors of #723269
Black with #723269
Text Example
Text Example
White with #723269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723269; }
p { color: rgb(114,50,105); }
H1.HeaderClassName
{
color: #723269;
}
.AnyTagClassName
{
color: #723269;
}
</style>
background-color css
<style>
a { background-color: #723269; }
a { background-color: rgb(114,50,105); }
div.DivClassName
{
background-color: #723269;
}
.BgClassName
{
background-color: #723269;
}
</style>
border-color css
<style>
span { border-color: #723269; }
span { border-color: rgb(114,50,105); }
td.TdClassName
{
border-color: #723269;
}
.TagClassName
{
border-color: #723269;
}
</style>