Shades of Palatinate Purple #72285C
Tints of Palatinate Purple #72285C
RGB
CMYK
RGB Variations
Color information
#72285C (or 0x72285C) is known color: Palatinate Purple. HEX triplet: 72, 28 and 5C. RGB value is (114,40,92). Sum of RGB (Red+Green+Blue) = 114+40+92=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72285C is #8DD7A3. Grayscale: #434343. Windows color (decimal): -9295780 or 6039666. OLE color: 6039666.
HSL color Cylindrical-coordinate representation of color #72285C: hue angle of 317.84º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72285C is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 40 | 92 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.55 |
| HSL | 317.84º | 0.48% | 0.3% | - |
| HSV(B) | 317.84º | 0.65% | 0.45% | - |
| XYZ | 9.63 | 5.87 | 10.75 | - |
| YUV | 68.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 92 | 0 | 0.65 | 0.19 | 0.55 | 317.84 | 0.48 | 0.3 |
| Hex | 72 | 28 | 5C | 0 | 41 | 13 | 37 | 13E | 30 | 1E |
| Octal | 162 | 50 | 134 | 0 | 101 | 23 | 67 | 476 | 60 | 36 |
| Binary | 1110010 | 101000 | 1011100 | 0 | 1000001 | 10011 | 110111 | 100111110 | 110000 | 11110 |
Color Harmonies of #72285C
Complementary color
Monochromatic Colors of #72285C
Black with #72285C
Text Example
Text Example
White with #72285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72285C; }
p { color: rgb(114,40,92); }
H1.HeaderClassName
{
color: #72285C;
}
.AnyTagClassName
{
color: #72285C;
}
</style>
background-color css
<style>
a { background-color: #72285C; }
a { background-color: rgb(114,40,92); }
div.DivClassName
{
background-color: #72285C;
}
.BgClassName
{
background-color: #72285C;
}
</style>
border-color css
<style>
span { border-color: #72285C; }
span { border-color: rgb(114,40,92); }
td.TdClassName
{
border-color: #72285C;
}
.TagClassName
{
border-color: #72285C;
}
</style>