Shades of Palatinate Purple #72085A
Tints of Palatinate Purple #72085A
RGB
CMYK
RGB Variations
Color information
#72085A (or 0x72085A) is known color: Palatinate Purple. HEX triplet: 72, 08 and 5A. RGB value is (114,8,90). Sum of RGB (Red+Green+Blue) = 114+8+90=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72085A is #8DF7A5. Grayscale: #303030. Windows color (decimal): -9303974 or 5900402. OLE color: 5900402.
HSL color Cylindrical-coordinate representation of color #72085A: hue angle of 313.58º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72085A is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 8 | 90 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.55 |
| HSL | 313.58º | 0.87% | 0.24% | - |
| HSV(B) | 313.58º | 0.93% | 0.45% | - |
| XYZ | 8.87 | 4.49 | 10.07 | - |
| YUV | 49.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 90 | 0 | 0.93 | 0.21 | 0.55 | 313.58 | 0.87 | 0.24 |
| Hex | 72 | 8 | 5A | 0 | 5D | 15 | 37 | 13A | 57 | 18 |
| Octal | 162 | 10 | 132 | 0 | 135 | 25 | 67 | 472 | 127 | 30 |
| Binary | 1110010 | 1000 | 1011010 | 0 | 1011101 | 10101 | 110111 | 100111010 | 1010111 | 11000 |
Color Harmonies of #72085A
Complementary color
Monochromatic Colors of #72085A
Black with #72085A
Text Example
Text Example
White with #72085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72085A; }
p { color: rgb(114,8,90); }
H1.HeaderClassName
{
color: #72085A;
}
.AnyTagClassName
{
color: #72085A;
}
</style>
background-color css
<style>
a { background-color: #72085A; }
a { background-color: rgb(114,8,90); }
div.DivClassName
{
background-color: #72085A;
}
.BgClassName
{
background-color: #72085A;
}
</style>
border-color css
<style>
span { border-color: #72085A; }
span { border-color: rgb(114,8,90); }
td.TdClassName
{
border-color: #72085A;
}
.TagClassName
{
border-color: #72085A;
}
</style>