Shades of Palatinate Purple #72335D
Tints of Palatinate Purple #72335D
RGB
CMYK
RGB Variations
Color information
#72335D (or 0x72335D) is known color: Palatinate Purple. HEX triplet: 72, 33 and 5D. RGB value is (114,51,93). Sum of RGB (Red+Green+Blue) = 114+51+93=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72335D is #8DCCA2. Grayscale: #4A4A4A. Windows color (decimal): -9292963 or 6108018. OLE color: 6108018.
HSL color Cylindrical-coordinate representation of color #72335D: hue angle of 320º 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 #72335D is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 51 | 93 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.55 |
| HSL | 320º | 0.38% | 0.32% | - |
| HSV(B) | 320º | 0.55% | 0.45% | - |
| XYZ | 10.1 | 6.74 | 11.12 | - |
| YUV | 74.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 93 | 0 | 0.55 | 0.18 | 0.55 | 320 | 0.38 | 0.32 |
| Hex | 72 | 33 | 5D | 0 | 37 | 12 | 37 | 140 | 26 | 20 |
| Octal | 162 | 63 | 135 | 0 | 67 | 22 | 67 | 500 | 46 | 40 |
| Binary | 1110010 | 110011 | 1011101 | 0 | 110111 | 10010 | 110111 | 101000000 | 100110 | 100000 |
Color Harmonies of #72335D
Complementary color
Monochromatic Colors of #72335D
Black with #72335D
Text Example
Text Example
White with #72335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72335D; }
p { color: rgb(114,51,93); }
H1.HeaderClassName
{
color: #72335D;
}
.AnyTagClassName
{
color: #72335D;
}
</style>
background-color css
<style>
a { background-color: #72335D; }
a { background-color: rgb(114,51,93); }
div.DivClassName
{
background-color: #72335D;
}
.BgClassName
{
background-color: #72335D;
}
</style>
border-color css
<style>
span { border-color: #72335D; }
span { border-color: rgb(114,51,93); }
td.TdClassName
{
border-color: #72335D;
}
.TagClassName
{
border-color: #72335D;
}
</style>