Shades of Palatinate Purple #72336B
Tints of Palatinate Purple #72336B
RGB
CMYK
RGB Variations
Color information
#72336B (or 0x72336B) is known color: Palatinate Purple. HEX triplet: 72, 33 and 6B. RGB value is (114,51,107). Sum of RGB (Red+Green+Blue) = 114+51+107=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72336B is #8DCC94. Grayscale: #4C4C4C. Windows color (decimal): -9292949 or 7025522. OLE color: 7025522.
HSL color Cylindrical-coordinate representation of color #72336B: hue angle of 306.67º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72336B is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 51 | 107 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.55 |
| HSL | 306.67º | 0.38% | 0.32% | - |
| HSV(B) | 306.67º | 0.55% | 0.45% | - |
| XYZ | 10.78 | 7.01 | 14.69 | - |
| YUV | 76.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 107 | 0 | 0.55 | 0.06 | 0.55 | 306.67 | 0.38 | 0.32 |
| Hex | 72 | 33 | 6B | 0 | 37 | 6 | 37 | 133 | 26 | 20 |
| Octal | 162 | 63 | 153 | 0 | 67 | 6 | 67 | 463 | 46 | 40 |
| Binary | 1110010 | 110011 | 1101011 | 0 | 110111 | 110 | 110111 | 100110011 | 100110 | 100000 |
Color Harmonies of #72336B
Complementary color
Monochromatic Colors of #72336B
Black with #72336B
Text Example
Text Example
White with #72336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72336B; }
p { color: rgb(114,51,107); }
H1.HeaderClassName
{
color: #72336B;
}
.AnyTagClassName
{
color: #72336B;
}
</style>
background-color css
<style>
a { background-color: #72336B; }
a { background-color: rgb(114,51,107); }
div.DivClassName
{
background-color: #72336B;
}
.BgClassName
{
background-color: #72336B;
}
</style>
border-color css
<style>
span { border-color: #72336B; }
span { border-color: rgb(114,51,107); }
td.TdClassName
{
border-color: #72336B;
}
.TagClassName
{
border-color: #72336B;
}
</style>