Shades of Palatinate Purple #72135C
Tints of Palatinate Purple #72135C
RGB
CMYK
RGB Variations
Color information
#72135C (or 0x72135C) is known color: Palatinate Purple. HEX triplet: 72, 13 and 5C. RGB value is (114,19,92). Sum of RGB (Red+Green+Blue) = 114+19+92=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72135C is #8DECA3. Grayscale: #373737. Windows color (decimal): -9301156 or 6034290. OLE color: 6034290.
HSL color Cylindrical-coordinate representation of color #72135C: hue angle of 313.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72135C is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 19 | 92 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.55 |
| HSL | 313.89º | 0.71% | 0.26% | - |
| HSV(B) | 313.89º | 0.83% | 0.45% | - |
| XYZ | 9.1 | 4.82 | 10.57 | - |
| YUV | 55.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 92 | 0 | 0.83 | 0.19 | 0.55 | 313.89 | 0.71 | 0.26 |
| Hex | 72 | 13 | 5C | 0 | 53 | 13 | 37 | 13A | 47 | 1A |
| Octal | 162 | 23 | 134 | 0 | 123 | 23 | 67 | 472 | 107 | 32 |
| Binary | 1110010 | 10011 | 1011100 | 0 | 1010011 | 10011 | 110111 | 100111010 | 1000111 | 11010 |
Color Harmonies of #72135C
Complementary color
Monochromatic Colors of #72135C
Black with #72135C
Text Example
Text Example
White with #72135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72135C; }
p { color: rgb(114,19,92); }
H1.HeaderClassName
{
color: #72135C;
}
.AnyTagClassName
{
color: #72135C;
}
</style>
background-color css
<style>
a { background-color: #72135C; }
a { background-color: rgb(114,19,92); }
div.DivClassName
{
background-color: #72135C;
}
.BgClassName
{
background-color: #72135C;
}
</style>
border-color css
<style>
span { border-color: #72135C; }
span { border-color: rgb(114,19,92); }
td.TdClassName
{
border-color: #72135C;
}
.TagClassName
{
border-color: #72135C;
}
</style>