Shades of Palatinate Purple #72286C
Tints of Palatinate Purple #72286C
RGB
CMYK
RGB Variations
Color information
#72286C (or 0x72286C) is known color: Palatinate Purple. HEX triplet: 72, 28 and 6C. RGB value is (114,40,108). Sum of RGB (Red+Green+Blue) = 114+40+108=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72286C is #8DD793. Grayscale: #454545. Windows color (decimal): -9295764 or 7088242. OLE color: 7088242.
HSL color Cylindrical-coordinate representation of color #72286C: hue angle of 304.86º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72286C is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 40 | 108 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.55 |
| HSL | 304.86º | 0.48% | 0.3% | - |
| HSV(B) | 304.86º | 0.65% | 0.45% | - |
| XYZ | 10.41 | 6.18 | 14.83 | - |
| YUV | 69.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 108 | 0 | 0.65 | 0.05 | 0.55 | 304.86 | 0.48 | 0.3 |
| Hex | 72 | 28 | 6C | 0 | 41 | 5 | 37 | 131 | 30 | 1E |
| Octal | 162 | 50 | 154 | 0 | 101 | 5 | 67 | 461 | 60 | 36 |
| Binary | 1110010 | 101000 | 1101100 | 0 | 1000001 | 101 | 110111 | 100110001 | 110000 | 11110 |
Color Harmonies of #72286C
Complementary color
Monochromatic Colors of #72286C
Black with #72286C
Text Example
Text Example
White with #72286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72286C; }
p { color: rgb(114,40,108); }
H1.HeaderClassName
{
color: #72286C;
}
.AnyTagClassName
{
color: #72286C;
}
</style>
background-color css
<style>
a { background-color: #72286C; }
a { background-color: rgb(114,40,108); }
div.DivClassName
{
background-color: #72286C;
}
.BgClassName
{
background-color: #72286C;
}
</style>
border-color css
<style>
span { border-color: #72286C; }
span { border-color: rgb(114,40,108); }
td.TdClassName
{
border-color: #72286C;
}
.TagClassName
{
border-color: #72286C;
}
</style>