Shades of Palatinate Purple #72145E
Tints of Palatinate Purple #72145E
RGB
CMYK
RGB Variations
Color information
#72145E (or 0x72145E) is known color: Palatinate Purple. HEX triplet: 72, 14 and 5E. RGB value is (114,20,94). Sum of RGB (Red+Green+Blue) = 114+20+94=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72145E is #8DEBA1. Grayscale: #383838. Windows color (decimal): -9300898 or 6165618. OLE color: 6165618.
HSL color Cylindrical-coordinate representation of color #72145E: hue angle of 312.77º 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 #72145E is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 20 | 94 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.55 |
| HSL | 312.77º | 0.7% | 0.26% | - |
| HSV(B) | 312.77º | 0.82% | 0.45% | - |
| XYZ | 9.21 | 4.89 | 11.05 | - |
| YUV | 56.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 94 | 0 | 0.82 | 0.18 | 0.55 | 312.77 | 0.7 | 0.26 |
| Hex | 72 | 14 | 5E | 0 | 52 | 12 | 37 | 139 | 46 | 1A |
| Octal | 162 | 24 | 136 | 0 | 122 | 22 | 67 | 471 | 106 | 32 |
| Binary | 1110010 | 10100 | 1011110 | 0 | 1010010 | 10010 | 110111 | 100111001 | 1000110 | 11010 |
Color Harmonies of #72145E
Complementary color
Monochromatic Colors of #72145E
Black with #72145E
Text Example
Text Example
White with #72145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72145E; }
p { color: rgb(114,20,94); }
H1.HeaderClassName
{
color: #72145E;
}
.AnyTagClassName
{
color: #72145E;
}
</style>
background-color css
<style>
a { background-color: #72145E; }
a { background-color: rgb(114,20,94); }
div.DivClassName
{
background-color: #72145E;
}
.BgClassName
{
background-color: #72145E;
}
</style>
border-color css
<style>
span { border-color: #72145E; }
span { border-color: rgb(114,20,94); }
td.TdClassName
{
border-color: #72145E;
}
.TagClassName
{
border-color: #72145E;
}
</style>