Shades of Palatinate Purple #72136D
Tints of Palatinate Purple #72136D
RGB
CMYK
RGB Variations
Color information
#72136D (or 0x72136D) is known color: Palatinate Purple. HEX triplet: 72, 13 and 6D. RGB value is (114,19,109). Sum of RGB (Red+Green+Blue) = 114+19+109=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72136D is #8DEC92. Grayscale: #393939. Windows color (decimal): -9301139 or 7148402. OLE color: 7148402.
HSL color Cylindrical-coordinate representation of color #72136D: hue angle of 303.16º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72136D is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 109 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.55 |
| HSL | 303.16º | 0.71% | 0.26% | - |
| HSV(B) | 303.16º | 0.83% | 0.45% | - |
| XYZ | 9.93 | 5.15 | 14.94 | - |
| YUV | 57.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 109 | 0 | 0.83 | 0.04 | 0.55 | 303.16 | 0.71 | 0.26 |
| Hex | 72 | 13 | 6D | 0 | 53 | 4 | 37 | 12F | 47 | 1A |
| Octal | 162 | 23 | 155 | 0 | 123 | 4 | 67 | 457 | 107 | 32 |
| Binary | 1110010 | 10011 | 1101101 | 0 | 1010011 | 100 | 110111 | 100101111 | 1000111 | 11010 |
Color Harmonies of #72136D
Complementary color
Monochromatic Colors of #72136D
Black with #72136D
Text Example
Text Example
White with #72136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72136D; }
p { color: rgb(114,19,109); }
H1.HeaderClassName
{
color: #72136D;
}
.AnyTagClassName
{
color: #72136D;
}
</style>
background-color css
<style>
a { background-color: #72136D; }
a { background-color: rgb(114,19,109); }
div.DivClassName
{
background-color: #72136D;
}
.BgClassName
{
background-color: #72136D;
}
</style>
border-color css
<style>
span { border-color: #72136D; }
span { border-color: rgb(114,19,109); }
td.TdClassName
{
border-color: #72136D;
}
.TagClassName
{
border-color: #72136D;
}
</style>