Shades of Palatinate Purple #72156C
Tints of Palatinate Purple #72156C
RGB
CMYK
RGB Variations
Color information
#72156C (or 0x72156C) is known color: Palatinate Purple. HEX triplet: 72, 15 and 6C. RGB value is (114,21,108). Sum of RGB (Red+Green+Blue) = 114+21+108=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72156C is #8DEA93. Grayscale: #3A3A3A. Windows color (decimal): -9300628 or 7083378. OLE color: 7083378.
HSL color Cylindrical-coordinate representation of color #72156C: hue angle of 303.87º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72156C is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 108 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.55 |
| HSL | 303.87º | 0.69% | 0.26% | - |
| HSV(B) | 303.87º | 0.82% | 0.45% | - |
| XYZ | 9.91 | 5.2 | 14.67 | - |
| YUV | 58.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 108 | 0 | 0.82 | 0.05 | 0.55 | 303.87 | 0.69 | 0.26 |
| Hex | 72 | 15 | 6C | 0 | 52 | 5 | 37 | 130 | 45 | 1A |
| Octal | 162 | 25 | 154 | 0 | 122 | 5 | 67 | 460 | 105 | 32 |
| Binary | 1110010 | 10101 | 1101100 | 0 | 1010010 | 101 | 110111 | 100110000 | 1000101 | 11010 |
Color Harmonies of #72156C
Complementary color
Monochromatic Colors of #72156C
Black with #72156C
Text Example
Text Example
White with #72156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72156C; }
p { color: rgb(114,21,108); }
H1.HeaderClassName
{
color: #72156C;
}
.AnyTagClassName
{
color: #72156C;
}
</style>
background-color css
<style>
a { background-color: #72156C; }
a { background-color: rgb(114,21,108); }
div.DivClassName
{
background-color: #72156C;
}
.BgClassName
{
background-color: #72156C;
}
</style>
border-color css
<style>
span { border-color: #72156C; }
span { border-color: rgb(114,21,108); }
td.TdClassName
{
border-color: #72156C;
}
.TagClassName
{
border-color: #72156C;
}
</style>