Shades of Palatinate Purple #72226B
Tints of Palatinate Purple #72226B
RGB
CMYK
RGB Variations
Color information
#72226B (or 0x72226B) is known color: Palatinate Purple. HEX triplet: 72, 22 and 6B. RGB value is (114,34,107). Sum of RGB (Red+Green+Blue) = 114+34+107=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72226B is #8DDD94. Grayscale: #424242. Windows color (decimal): -9297301 or 7021170. OLE color: 7021170.
HSL color Cylindrical-coordinate representation of color #72226B: hue angle of 305.25º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72226B is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 34 | 107 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.55 |
| HSL | 305.25º | 0.54% | 0.29% | - |
| HSV(B) | 305.25º | 0.7% | 0.45% | - |
| XYZ | 10.17 | 5.78 | 14.49 | - |
| YUV | 66.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 34 | 107 | 0 | 0.70 | 0.06 | 0.55 | 305.25 | 0.54 | 0.29 |
| Hex | 72 | 22 | 6B | 0 | 46 | 6 | 37 | 131 | 36 | 1D |
| Octal | 162 | 42 | 153 | 0 | 106 | 6 | 67 | 461 | 66 | 35 |
| Binary | 1110010 | 100010 | 1101011 | 0 | 1000110 | 110 | 110111 | 100110001 | 110110 | 11101 |
Color Harmonies of #72226B
Complementary color
Monochromatic Colors of #72226B
Black with #72226B
Text Example
Text Example
White with #72226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72226B; }
p { color: rgb(114,34,107); }
H1.HeaderClassName
{
color: #72226B;
}
.AnyTagClassName
{
color: #72226B;
}
</style>
background-color css
<style>
a { background-color: #72226B; }
a { background-color: rgb(114,34,107); }
div.DivClassName
{
background-color: #72226B;
}
.BgClassName
{
background-color: #72226B;
}
</style>
border-color css
<style>
span { border-color: #72226B; }
span { border-color: rgb(114,34,107); }
td.TdClassName
{
border-color: #72226B;
}
.TagClassName
{
border-color: #72226B;
}
</style>