Shades of Palatinate Purple #72256C
Tints of Palatinate Purple #72256C
RGB
CMYK
RGB Variations
Color information
#72256C (or 0x72256C) is known color: Palatinate Purple. HEX triplet: 72, 25 and 6C. RGB value is (114,37,108). Sum of RGB (Red+Green+Blue) = 114+37+108=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72256C is #8DDA93. Grayscale: #434343. Windows color (decimal): -9296532 or 7087474. OLE color: 7087474.
HSL color Cylindrical-coordinate representation of color #72256C: hue angle of 304.68º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72256C is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 37 | 108 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.55 |
| HSL | 304.68º | 0.51% | 0.3% | - |
| HSV(B) | 304.68º | 0.68% | 0.45% | - |
| XYZ | 10.31 | 5.98 | 14.8 | - |
| YUV | 68.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 108 | 0 | 0.68 | 0.05 | 0.55 | 304.68 | 0.51 | 0.3 |
| Hex | 72 | 25 | 6C | 0 | 44 | 5 | 37 | 131 | 33 | 1E |
| Octal | 162 | 45 | 154 | 0 | 104 | 5 | 67 | 461 | 63 | 36 |
| Binary | 1110010 | 100101 | 1101100 | 0 | 1000100 | 101 | 110111 | 100110001 | 110011 | 11110 |
Color Harmonies of #72256C
Complementary color
Monochromatic Colors of #72256C
Black with #72256C
Text Example
Text Example
White with #72256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72256C; }
p { color: rgb(114,37,108); }
H1.HeaderClassName
{
color: #72256C;
}
.AnyTagClassName
{
color: #72256C;
}
</style>
background-color css
<style>
a { background-color: #72256C; }
a { background-color: rgb(114,37,108); }
div.DivClassName
{
background-color: #72256C;
}
.BgClassName
{
background-color: #72256C;
}
</style>
border-color css
<style>
span { border-color: #72256C; }
span { border-color: rgb(114,37,108); }
td.TdClassName
{
border-color: #72256C;
}
.TagClassName
{
border-color: #72256C;
}
</style>