Shades of Palatinate Purple #72125B
Tints of Palatinate Purple #72125B
RGB
CMYK
RGB Variations
Color information
#72125B (or 0x72125B) is known color: Palatinate Purple. HEX triplet: 72, 12 and 5B. RGB value is (114,18,91). Sum of RGB (Red+Green+Blue) = 114+18+91=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72125B is #8DEDA4. Grayscale: #363636. Windows color (decimal): -9301413 or 5968498. OLE color: 5968498.
HSL color Cylindrical-coordinate representation of color #72125B: hue angle of 314.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72125B is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 91 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.55 |
| HSL | 314.38º | 0.73% | 0.26% | - |
| HSV(B) | 314.38º | 0.84% | 0.45% | - |
| XYZ | 9.04 | 4.77 | 10.34 | - |
| YUV | 55.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 91 | 0 | 0.84 | 0.20 | 0.55 | 314.38 | 0.73 | 0.26 |
| Hex | 72 | 12 | 5B | 0 | 54 | 14 | 37 | 13A | 49 | 1A |
| Octal | 162 | 22 | 133 | 0 | 124 | 24 | 67 | 472 | 111 | 32 |
| Binary | 1110010 | 10010 | 1011011 | 0 | 1010100 | 10100 | 110111 | 100111010 | 1001001 | 11010 |
Color Harmonies of #72125B
Complementary color
Monochromatic Colors of #72125B
Black with #72125B
Text Example
Text Example
White with #72125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72125B; }
p { color: rgb(114,18,91); }
H1.HeaderClassName
{
color: #72125B;
}
.AnyTagClassName
{
color: #72125B;
}
</style>
background-color css
<style>
a { background-color: #72125B; }
a { background-color: rgb(114,18,91); }
div.DivClassName
{
background-color: #72125B;
}
.BgClassName
{
background-color: #72125B;
}
</style>
border-color css
<style>
span { border-color: #72125B; }
span { border-color: rgb(114,18,91); }
td.TdClassName
{
border-color: #72125B;
}
.TagClassName
{
border-color: #72125B;
}
</style>