Shades of Palatinate Purple #72256A
Tints of Palatinate Purple #72256A
RGB
CMYK
RGB Variations
Color information
#72256A (or 0x72256A) is known color: Palatinate Purple. HEX triplet: 72, 25 and 6A. RGB value is (114,37,106). Sum of RGB (Red+Green+Blue) = 114+37+106=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72256A is #8DDA95. Grayscale: #434343. Windows color (decimal): -9296534 or 6956402. OLE color: 6956402.
HSL color Cylindrical-coordinate representation of color #72256A: hue angle of 306.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72256A is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 37 | 106 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.55 |
| HSL | 306.23º | 0.51% | 0.3% | - |
| HSV(B) | 306.23º | 0.68% | 0.45% | - |
| XYZ | 10.2 | 5.94 | 14.24 | - |
| YUV | 67.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 106 | 0 | 0.68 | 0.07 | 0.55 | 306.23 | 0.51 | 0.3 |
| Hex | 72 | 25 | 6A | 0 | 44 | 7 | 37 | 132 | 33 | 1E |
| Octal | 162 | 45 | 152 | 0 | 104 | 7 | 67 | 462 | 63 | 36 |
| Binary | 1110010 | 100101 | 1101010 | 0 | 1000100 | 111 | 110111 | 100110010 | 110011 | 11110 |
Color Harmonies of #72256A
Complementary color
Monochromatic Colors of #72256A
Black with #72256A
Text Example
Text Example
White with #72256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72256A; }
p { color: rgb(114,37,106); }
H1.HeaderClassName
{
color: #72256A;
}
.AnyTagClassName
{
color: #72256A;
}
</style>
background-color css
<style>
a { background-color: #72256A; }
a { background-color: rgb(114,37,106); }
div.DivClassName
{
background-color: #72256A;
}
.BgClassName
{
background-color: #72256A;
}
</style>
border-color css
<style>
span { border-color: #72256A; }
span { border-color: rgb(114,37,106); }
td.TdClassName
{
border-color: #72256A;
}
.TagClassName
{
border-color: #72256A;
}
</style>