Shades of Palatinate Purple #72155A
Tints of Palatinate Purple #72155A
RGB
CMYK
RGB Variations
Color information
#72155A (or 0x72155A) is known color: Palatinate Purple. HEX triplet: 72, 15 and 5A. RGB value is (114,21,90). Sum of RGB (Red+Green+Blue) = 114+21+90=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72155A is #8DEAA5. Grayscale: #383838. Windows color (decimal): -9300646 or 5903730. OLE color: 5903730.
HSL color Cylindrical-coordinate representation of color #72155A: hue angle of 315.48º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72155A is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 21 | 90 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.55 |
| HSL | 315.48º | 0.69% | 0.26% | - |
| HSV(B) | 315.48º | 0.82% | 0.45% | - |
| XYZ | 9.05 | 4.85 | 10.13 | - |
| YUV | 56.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 90 | 0 | 0.82 | 0.21 | 0.55 | 315.48 | 0.69 | 0.26 |
| Hex | 72 | 15 | 5A | 0 | 52 | 15 | 37 | 13B | 45 | 1A |
| Octal | 162 | 25 | 132 | 0 | 122 | 25 | 67 | 473 | 105 | 32 |
| Binary | 1110010 | 10101 | 1011010 | 0 | 1010010 | 10101 | 110111 | 100111011 | 1000101 | 11010 |
Color Harmonies of #72155A
Complementary color
Monochromatic Colors of #72155A
Black with #72155A
Text Example
Text Example
White with #72155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72155A; }
p { color: rgb(114,21,90); }
H1.HeaderClassName
{
color: #72155A;
}
.AnyTagClassName
{
color: #72155A;
}
</style>
background-color css
<style>
a { background-color: #72155A; }
a { background-color: rgb(114,21,90); }
div.DivClassName
{
background-color: #72155A;
}
.BgClassName
{
background-color: #72155A;
}
</style>
border-color css
<style>
span { border-color: #72155A; }
span { border-color: rgb(114,21,90); }
td.TdClassName
{
border-color: #72155A;
}
.TagClassName
{
border-color: #72155A;
}
</style>