Shades of Palatinate Purple #72316B
Tints of Palatinate Purple #72316B
RGB
CMYK
RGB Variations
Color information
#72316B (or 0x72316B) is known color: Palatinate Purple. HEX triplet: 72, 31 and 6B. RGB value is (114,49,107). Sum of RGB (Red+Green+Blue) = 114+49+107=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #72316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72316B is #8DCE94. Grayscale: #4A4A4A. Windows color (decimal): -9293461 or 7025010. OLE color: 7025010.
HSL color Cylindrical-coordinate representation of color #72316B: hue angle of 306.46º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72316B is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 49 | 107 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.55 |
| HSL | 306.46º | 0.4% | 0.32% | - |
| HSV(B) | 306.46º | 0.57% | 0.45% | - |
| XYZ | 10.69 | 6.84 | 14.67 | - |
| YUV | 75.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 107 | 0 | 0.57 | 0.06 | 0.55 | 306.46 | 0.4 | 0.32 |
| Hex | 72 | 31 | 6B | 0 | 39 | 6 | 37 | 132 | 28 | 20 |
| Octal | 162 | 61 | 153 | 0 | 71 | 6 | 67 | 462 | 50 | 40 |
| Binary | 1110010 | 110001 | 1101011 | 0 | 111001 | 110 | 110111 | 100110010 | 101000 | 100000 |
Color Harmonies of #72316B
Complementary color
Monochromatic Colors of #72316B
Black with #72316B
Text Example
Text Example
White with #72316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72316B; }
p { color: rgb(114,49,107); }
H1.HeaderClassName
{
color: #72316B;
}
.AnyTagClassName
{
color: #72316B;
}
</style>
background-color css
<style>
a { background-color: #72316B; }
a { background-color: rgb(114,49,107); }
div.DivClassName
{
background-color: #72316B;
}
.BgClassName
{
background-color: #72316B;
}
</style>
border-color css
<style>
span { border-color: #72316B; }
span { border-color: rgb(114,49,107); }
td.TdClassName
{
border-color: #72316B;
}
.TagClassName
{
border-color: #72316B;
}
</style>