Shades of Palatinate Purple #72115D
Tints of Palatinate Purple #72115D
RGB
CMYK
RGB Variations
Color information
#72115D (or 0x72115D) is known color: Palatinate Purple. HEX triplet: 72, 11 and 5D. RGB value is (114,17,93). Sum of RGB (Red+Green+Blue) = 114+17+93=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72115D is #8DEEA2. Grayscale: #363636. Windows color (decimal): -9301667 or 6099314. OLE color: 6099314.
HSL color Cylindrical-coordinate representation of color #72115D: hue angle of 312.99º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72115D is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 93 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.55 |
| HSL | 312.99º | 0.74% | 0.26% | - |
| HSV(B) | 312.99º | 0.85% | 0.45% | - |
| XYZ | 9.12 | 4.77 | 10.8 | - |
| YUV | 54.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 93 | 0 | 0.85 | 0.18 | 0.55 | 312.99 | 0.74 | 0.26 |
| Hex | 72 | 11 | 5D | 0 | 55 | 12 | 37 | 139 | 4A | 1A |
| Octal | 162 | 21 | 135 | 0 | 125 | 22 | 67 | 471 | 112 | 32 |
| Binary | 1110010 | 10001 | 1011101 | 0 | 1010101 | 10010 | 110111 | 100111001 | 1001010 | 11010 |
Color Harmonies of #72115D
Complementary color
Monochromatic Colors of #72115D
Black with #72115D
Text Example
Text Example
White with #72115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72115D; }
p { color: rgb(114,17,93); }
H1.HeaderClassName
{
color: #72115D;
}
.AnyTagClassName
{
color: #72115D;
}
</style>
background-color css
<style>
a { background-color: #72115D; }
a { background-color: rgb(114,17,93); }
div.DivClassName
{
background-color: #72115D;
}
.BgClassName
{
background-color: #72115D;
}
</style>
border-color css
<style>
span { border-color: #72115D; }
span { border-color: rgb(114,17,93); }
td.TdClassName
{
border-color: #72115D;
}
.TagClassName
{
border-color: #72115D;
}
</style>