Shades of Palatinate Purple #72145F
Tints of Palatinate Purple #72145F
RGB
CMYK
RGB Variations
Color information
#72145F (or 0x72145F) is known color: Palatinate Purple. HEX triplet: 72, 14 and 5F. RGB value is (114,20,95). Sum of RGB (Red+Green+Blue) = 114+20+95=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72145F is #8DEBA0. Grayscale: #383838. Windows color (decimal): -9300897 or 6231154. OLE color: 6231154.
HSL color Cylindrical-coordinate representation of color #72145F: hue angle of 312.13º 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 #72145F is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 20 | 95 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.55 |
| HSL | 312.13º | 0.7% | 0.26% | - |
| HSV(B) | 312.13º | 0.82% | 0.45% | - |
| XYZ | 9.26 | 4.9 | 11.29 | - |
| YUV | 56.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 95 | 0 | 0.82 | 0.17 | 0.55 | 312.13 | 0.7 | 0.26 |
| Hex | 72 | 14 | 5F | 0 | 52 | 11 | 37 | 138 | 46 | 1A |
| Octal | 162 | 24 | 137 | 0 | 122 | 21 | 67 | 470 | 106 | 32 |
| Binary | 1110010 | 10100 | 1011111 | 0 | 1010010 | 10001 | 110111 | 100111000 | 1000110 | 11010 |
Color Harmonies of #72145F
Complementary color
Monochromatic Colors of #72145F
Black with #72145F
Text Example
Text Example
White with #72145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72145F; }
p { color: rgb(114,20,95); }
H1.HeaderClassName
{
color: #72145F;
}
.AnyTagClassName
{
color: #72145F;
}
</style>
background-color css
<style>
a { background-color: #72145F; }
a { background-color: rgb(114,20,95); }
div.DivClassName
{
background-color: #72145F;
}
.BgClassName
{
background-color: #72145F;
}
</style>
border-color css
<style>
span { border-color: #72145F; }
span { border-color: rgb(114,20,95); }
td.TdClassName
{
border-color: #72145F;
}
.TagClassName
{
border-color: #72145F;
}
</style>