Shades of Palatinate Purple #72286D
Tints of Palatinate Purple #72286D
RGB
CMYK
RGB Variations
Color information
#72286D (or 0x72286D) is known color: Palatinate Purple. HEX triplet: 72, 28 and 6D. RGB value is (114,40,109). Sum of RGB (Red+Green+Blue) = 114+40+109=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #72286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72286D is #8DD792. Grayscale: #454545. Windows color (decimal): -9295763 or 7153778. OLE color: 7153778.
HSL color Cylindrical-coordinate representation of color #72286D: hue angle of 304.05º 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 #72286D is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 40 | 109 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.55 |
| HSL | 304.05º | 0.48% | 0.3% | - |
| HSV(B) | 304.05º | 0.65% | 0.45% | - |
| XYZ | 10.46 | 6.2 | 15.11 | - |
| YUV | 69.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 109 | 0 | 0.65 | 0.04 | 0.55 | 304.05 | 0.48 | 0.3 |
| Hex | 72 | 28 | 6D | 0 | 41 | 4 | 37 | 130 | 30 | 1E |
| Octal | 162 | 50 | 155 | 0 | 101 | 4 | 67 | 460 | 60 | 36 |
| Binary | 1110010 | 101000 | 1101101 | 0 | 1000001 | 100 | 110111 | 100110000 | 110000 | 11110 |
Color Harmonies of #72286D
Complementary color
Monochromatic Colors of #72286D
Black with #72286D
Text Example
Text Example
White with #72286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72286D; }
p { color: rgb(114,40,109); }
H1.HeaderClassName
{
color: #72286D;
}
.AnyTagClassName
{
color: #72286D;
}
</style>
background-color css
<style>
a { background-color: #72286D; }
a { background-color: rgb(114,40,109); }
div.DivClassName
{
background-color: #72286D;
}
.BgClassName
{
background-color: #72286D;
}
</style>
border-color css
<style>
span { border-color: #72286D; }
span { border-color: rgb(114,40,109); }
td.TdClassName
{
border-color: #72286D;
}
.TagClassName
{
border-color: #72286D;
}
</style>