Shades of Palatinate Purple #72295F
Tints of Palatinate Purple #72295F
RGB
CMYK
RGB Variations
Color information
#72295F (or 0x72295F) is known color: Palatinate Purple. HEX triplet: 72, 29 and 5F. RGB value is (114,41,95). Sum of RGB (Red+Green+Blue) = 114+41+95=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #72295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72295F is #8DD6A0. Grayscale: #444444. Windows color (decimal): -9295521 or 6236530. OLE color: 6236530.
HSL color Cylindrical-coordinate representation of color #72295F: hue angle of 315.62º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72295F is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 41 | 95 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.55 |
| HSL | 315.62º | 0.47% | 0.3% | - |
| HSV(B) | 315.62º | 0.64% | 0.45% | - |
| XYZ | 9.8 | 5.99 | 11.47 | - |
| YUV | 68.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 95 | 0 | 0.64 | 0.17 | 0.55 | 315.62 | 0.47 | 0.3 |
| Hex | 72 | 29 | 5F | 0 | 40 | 11 | 37 | 13C | 2F | 1E |
| Octal | 162 | 51 | 137 | 0 | 100 | 21 | 67 | 474 | 57 | 36 |
| Binary | 1110010 | 101001 | 1011111 | 0 | 1000000 | 10001 | 110111 | 100111100 | 101111 | 11110 |
Color Harmonies of #72295F
Complementary color
Monochromatic Colors of #72295F
Black with #72295F
Text Example
Text Example
White with #72295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72295F; }
p { color: rgb(114,41,95); }
H1.HeaderClassName
{
color: #72295F;
}
.AnyTagClassName
{
color: #72295F;
}
</style>
background-color css
<style>
a { background-color: #72295F; }
a { background-color: rgb(114,41,95); }
div.DivClassName
{
background-color: #72295F;
}
.BgClassName
{
background-color: #72295F;
}
</style>
border-color css
<style>
span { border-color: #72295F; }
span { border-color: rgb(114,41,95); }
td.TdClassName
{
border-color: #72295F;
}
.TagClassName
{
border-color: #72295F;
}
</style>