Shades of Palatinate Purple #72235A
Tints of Palatinate Purple #72235A
RGB
CMYK
RGB Variations
Color information
#72235A (or 0x72235A) is known color: Palatinate Purple. HEX triplet: 72, 23 and 5A. RGB value is (114,35,90). Sum of RGB (Red+Green+Blue) = 114+35+90=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #72235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72235A is #8DDCA5. Grayscale: #404040. Windows color (decimal): -9297062 or 5907314. OLE color: 5907314.
HSL color Cylindrical-coordinate representation of color #72235A: hue angle of 318.23º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72235A is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 35 | 90 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.55 |
| HSL | 318.23º | 0.53% | 0.29% | - |
| HSV(B) | 318.23º | 0.69% | 0.45% | - |
| XYZ | 9.39 | 5.52 | 10.24 | - |
| YUV | 64.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 35 | 90 | 0 | 0.69 | 0.21 | 0.55 | 318.23 | 0.53 | 0.29 |
| Hex | 72 | 23 | 5A | 0 | 45 | 15 | 37 | 13E | 35 | 1D |
| Octal | 162 | 43 | 132 | 0 | 105 | 25 | 67 | 476 | 65 | 35 |
| Binary | 1110010 | 100011 | 1011010 | 0 | 1000101 | 10101 | 110111 | 100111110 | 110101 | 11101 |
Color Harmonies of #72235A
Complementary color
Monochromatic Colors of #72235A
Black with #72235A
Text Example
Text Example
White with #72235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72235A; }
p { color: rgb(114,35,90); }
H1.HeaderClassName
{
color: #72235A;
}
.AnyTagClassName
{
color: #72235A;
}
</style>
background-color css
<style>
a { background-color: #72235A; }
a { background-color: rgb(114,35,90); }
div.DivClassName
{
background-color: #72235A;
}
.BgClassName
{
background-color: #72235A;
}
</style>
border-color css
<style>
span { border-color: #72235A; }
span { border-color: rgb(114,35,90); }
td.TdClassName
{
border-color: #72235A;
}
.TagClassName
{
border-color: #72235A;
}
</style>