Shades of Palatinate Purple #72065D
Tints of Palatinate Purple #72065D
RGB
CMYK
RGB Variations
Color information
#72065D (or 0x72065D) is known color: Palatinate Purple. HEX triplet: 72, 06 and 5D. RGB value is (114,6,93). Sum of RGB (Red+Green+Blue) = 114+6+93=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72065D is #8DF9A2. Grayscale: #2F2F2F. Windows color (decimal): -9304483 or 6096498. OLE color: 6096498.
HSL color Cylindrical-coordinate representation of color #72065D: hue angle of 311.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72065D is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 93 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.55 |
| HSL | 311.67º | 0.9% | 0.24% | - |
| HSV(B) | 311.67º | 0.95% | 0.45% | - |
| XYZ | 8.98 | 4.5 | 10.75 | - |
| YUV | 48.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 93 | 0 | 0.95 | 0.18 | 0.55 | 311.67 | 0.9 | 0.24 |
| Hex | 72 | 6 | 5D | 0 | 5F | 12 | 37 | 138 | 5A | 18 |
| Octal | 162 | 6 | 135 | 0 | 137 | 22 | 67 | 470 | 132 | 30 |
| Binary | 1110010 | 110 | 1011101 | 0 | 1011111 | 10010 | 110111 | 100111000 | 1011010 | 11000 |
Color Harmonies of #72065D
Complementary color
Monochromatic Colors of #72065D
Black with #72065D
Text Example
Text Example
White with #72065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72065D; }
p { color: rgb(114,6,93); }
H1.HeaderClassName
{
color: #72065D;
}
.AnyTagClassName
{
color: #72065D;
}
</style>
background-color css
<style>
a { background-color: #72065D; }
a { background-color: rgb(114,6,93); }
div.DivClassName
{
background-color: #72065D;
}
.BgClassName
{
background-color: #72065D;
}
</style>
border-color css
<style>
span { border-color: #72065D; }
span { border-color: rgb(114,6,93); }
td.TdClassName
{
border-color: #72065D;
}
.TagClassName
{
border-color: #72065D;
}
</style>