Shades of Palatinate Purple #72206B
Tints of Palatinate Purple #72206B
RGB
CMYK
RGB Variations
Color information
#72206B (or 0x72206B) is known color: Palatinate Purple. HEX triplet: 72, 20 and 6B. RGB value is (114,32,107). Sum of RGB (Red+Green+Blue) = 114+32+107=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #72206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72206B is #8DDF94. Grayscale: #404040. Windows color (decimal): -9297813 or 7020658. OLE color: 7020658.
HSL color Cylindrical-coordinate representation of color #72206B: hue angle of 305.12º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72206B is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 107 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.55 |
| HSL | 305.12º | 0.56% | 0.29% | - |
| HSV(B) | 305.12º | 0.72% | 0.45% | - |
| XYZ | 10.11 | 5.67 | 14.47 | - |
| YUV | 65.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 107 | 0 | 0.72 | 0.06 | 0.55 | 305.12 | 0.56 | 0.29 |
| Hex | 72 | 20 | 6B | 0 | 48 | 6 | 37 | 131 | 38 | 1D |
| Octal | 162 | 40 | 153 | 0 | 110 | 6 | 67 | 461 | 70 | 35 |
| Binary | 1110010 | 100000 | 1101011 | 0 | 1001000 | 110 | 110111 | 100110001 | 111000 | 11101 |
Color Harmonies of #72206B
Complementary color
Monochromatic Colors of #72206B
Black with #72206B
Text Example
Text Example
White with #72206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72206B; }
p { color: rgb(114,32,107); }
H1.HeaderClassName
{
color: #72206B;
}
.AnyTagClassName
{
color: #72206B;
}
</style>
background-color css
<style>
a { background-color: #72206B; }
a { background-color: rgb(114,32,107); }
div.DivClassName
{
background-color: #72206B;
}
.BgClassName
{
background-color: #72206B;
}
</style>
border-color css
<style>
span { border-color: #72206B; }
span { border-color: rgb(114,32,107); }
td.TdClassName
{
border-color: #72206B;
}
.TagClassName
{
border-color: #72206B;
}
</style>