Shades of Palatinate Purple #72295C
Tints of Palatinate Purple #72295C
RGB
CMYK
RGB Variations
Color information
#72295C (or 0x72295C) is known color: Palatinate Purple. HEX triplet: 72, 29 and 5C. RGB value is (114,41,92). Sum of RGB (Red+Green+Blue) = 114+41+92=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #72295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72295C is #8DD6A3. Grayscale: #444444. Windows color (decimal): -9295524 or 6039922. OLE color: 6039922.
HSL color Cylindrical-coordinate representation of color #72295C: hue angle of 318.08º 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 #72295C is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 41 | 92 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.55 |
| HSL | 318.08º | 0.47% | 0.3% | - |
| HSV(B) | 318.08º | 0.64% | 0.45% | - |
| XYZ | 9.66 | 5.94 | 10.76 | - |
| YUV | 68.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 92 | 0 | 0.64 | 0.19 | 0.55 | 318.08 | 0.47 | 0.3 |
| Hex | 72 | 29 | 5C | 0 | 40 | 13 | 37 | 13E | 2F | 1E |
| Octal | 162 | 51 | 134 | 0 | 100 | 23 | 67 | 476 | 57 | 36 |
| Binary | 1110010 | 101001 | 1011100 | 0 | 1000000 | 10011 | 110111 | 100111110 | 101111 | 11110 |
Color Harmonies of #72295C
Complementary color
Monochromatic Colors of #72295C
Black with #72295C
Text Example
Text Example
White with #72295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72295C; }
p { color: rgb(114,41,92); }
H1.HeaderClassName
{
color: #72295C;
}
.AnyTagClassName
{
color: #72295C;
}
</style>
background-color css
<style>
a { background-color: #72295C; }
a { background-color: rgb(114,41,92); }
div.DivClassName
{
background-color: #72295C;
}
.BgClassName
{
background-color: #72295C;
}
</style>
border-color css
<style>
span { border-color: #72295C; }
span { border-color: rgb(114,41,92); }
td.TdClassName
{
border-color: #72295C;
}
.TagClassName
{
border-color: #72295C;
}
</style>