Shades of Palatinate Purple #72165D
Tints of Palatinate Purple #72165D
RGB
CMYK
RGB Variations
Color information
#72165D (or 0x72165D) is known color: Palatinate Purple. HEX triplet: 72, 16 and 5D. RGB value is (114,22,93). Sum of RGB (Red+Green+Blue) = 114+22+93=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72165D is #8DE9A2. Grayscale: #393939. Windows color (decimal): -9300387 or 6100594. OLE color: 6100594.
HSL color Cylindrical-coordinate representation of color #72165D: hue angle of 313.7º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72165D is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 22 | 93 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.55 |
| HSL | 313.7º | 0.68% | 0.27% | - |
| HSV(B) | 313.7º | 0.81% | 0.45% | - |
| XYZ | 9.2 | 4.94 | 10.82 | - |
| YUV | 57.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 93 | 0 | 0.81 | 0.18 | 0.55 | 313.7 | 0.68 | 0.27 |
| Hex | 72 | 16 | 5D | 0 | 51 | 12 | 37 | 13A | 44 | 1B |
| Octal | 162 | 26 | 135 | 0 | 121 | 22 | 67 | 472 | 104 | 33 |
| Binary | 1110010 | 10110 | 1011101 | 0 | 1010001 | 10010 | 110111 | 100111010 | 1000100 | 11011 |
Color Harmonies of #72165D
Complementary color
Monochromatic Colors of #72165D
Black with #72165D
Text Example
Text Example
White with #72165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72165D; }
p { color: rgb(114,22,93); }
H1.HeaderClassName
{
color: #72165D;
}
.AnyTagClassName
{
color: #72165D;
}
</style>
background-color css
<style>
a { background-color: #72165D; }
a { background-color: rgb(114,22,93); }
div.DivClassName
{
background-color: #72165D;
}
.BgClassName
{
background-color: #72165D;
}
</style>
border-color css
<style>
span { border-color: #72165D; }
span { border-color: rgb(114,22,93); }
td.TdClassName
{
border-color: #72165D;
}
.TagClassName
{
border-color: #72165D;
}
</style>