Shades of Palatinate Purple #72146D
Tints of Palatinate Purple #72146D
RGB
CMYK
RGB Variations
Color information
#72146D (or 0x72146D) is known color: Palatinate Purple. HEX triplet: 72, 14 and 6D. RGB value is (114,20,109). Sum of RGB (Red+Green+Blue) = 114+20+109=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72146D is #8DEB92. Grayscale: #393939. Windows color (decimal): -9300883 or 7148658. OLE color: 7148658.
HSL color Cylindrical-coordinate representation of color #72146D: hue angle of 303.19º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72146D is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 20 | 109 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.55 |
| HSL | 303.19º | 0.7% | 0.26% | - |
| HSV(B) | 303.19º | 0.82% | 0.45% | - |
| XYZ | 9.95 | 5.18 | 14.94 | - |
| YUV | 58.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 109 | 0 | 0.82 | 0.04 | 0.55 | 303.19 | 0.7 | 0.26 |
| Hex | 72 | 14 | 6D | 0 | 52 | 4 | 37 | 12F | 46 | 1A |
| Octal | 162 | 24 | 155 | 0 | 122 | 4 | 67 | 457 | 106 | 32 |
| Binary | 1110010 | 10100 | 1101101 | 0 | 1010010 | 100 | 110111 | 100101111 | 1000110 | 11010 |
Color Harmonies of #72146D
Complementary color
Monochromatic Colors of #72146D
Black with #72146D
Text Example
Text Example
White with #72146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72146D; }
p { color: rgb(114,20,109); }
H1.HeaderClassName
{
color: #72146D;
}
.AnyTagClassName
{
color: #72146D;
}
</style>
background-color css
<style>
a { background-color: #72146D; }
a { background-color: rgb(114,20,109); }
div.DivClassName
{
background-color: #72146D;
}
.BgClassName
{
background-color: #72146D;
}
</style>
border-color css
<style>
span { border-color: #72146D; }
span { border-color: rgb(114,20,109); }
td.TdClassName
{
border-color: #72146D;
}
.TagClassName
{
border-color: #72146D;
}
</style>