Shades of Palatinate Purple #723869
Tints of Palatinate Purple #723869
RGB
CMYK
RGB Variations
Color information
#723869 (or 0x723869) is known color: Palatinate Purple. HEX triplet: 72, 38 and 69. RGB value is (114,56,105). Sum of RGB (Red+Green+Blue) = 114+56+105=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #723869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723869 is #8DC796. Grayscale: #4E4E4E. Windows color (decimal): -9291671 or 6895730. OLE color: 6895730.
HSL color Cylindrical-coordinate representation of color #723869: hue angle of 309.31º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #723869 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 56 | 105 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.55 |
| HSL | 309.31º | 0.34% | 0.33% | - |
| HSV(B) | 309.31º | 0.51% | 0.45% | - |
| XYZ | 10.9 | 7.43 | 14.22 | - |
| YUV | 78.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 105 | 0 | 0.51 | 0.08 | 0.55 | 309.31 | 0.34 | 0.33 |
| Hex | 72 | 38 | 69 | 0 | 33 | 8 | 37 | 135 | 22 | 21 |
| Octal | 162 | 70 | 151 | 0 | 63 | 10 | 67 | 465 | 42 | 41 |
| Binary | 1110010 | 111000 | 1101001 | 0 | 110011 | 1000 | 110111 | 100110101 | 100010 | 100001 |
Color Harmonies of #723869
Complementary color
Monochromatic Colors of #723869
Black with #723869
Text Example
Text Example
White with #723869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723869; }
p { color: rgb(114,56,105); }
H1.HeaderClassName
{
color: #723869;
}
.AnyTagClassName
{
color: #723869;
}
</style>
background-color css
<style>
a { background-color: #723869; }
a { background-color: rgb(114,56,105); }
div.DivClassName
{
background-color: #723869;
}
.BgClassName
{
background-color: #723869;
}
</style>
border-color css
<style>
span { border-color: #723869; }
span { border-color: rgb(114,56,105); }
td.TdClassName
{
border-color: #723869;
}
.TagClassName
{
border-color: #723869;
}
</style>