Shades of Palatinate Purple #71245A
Tints of Palatinate Purple #71245A
RGB
CMYK
RGB Variations
Color information
#71245A (or 0x71245A) is known color: Palatinate Purple. HEX triplet: 71, 24 and 5A. RGB value is (113,36,90). Sum of RGB (Red+Green+Blue) = 113+36+90=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71245A is #8EDBA5. Grayscale: #414141. Windows color (decimal): -9362342 or 5907569. OLE color: 5907569.
HSL color Cylindrical-coordinate representation of color #71245A: hue angle of 317.92º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71245A is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 36 | 90 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.56 |
| HSL | 317.92º | 0.52% | 0.29% | - |
| HSV(B) | 317.92º | 0.68% | 0.44% | - |
| XYZ | 9.29 | 5.51 | 10.25 | - |
| YUV | 65.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 90 | 0 | 0.68 | 0.20 | 0.56 | 317.92 | 0.52 | 0.29 |
| Hex | 71 | 24 | 5A | 0 | 44 | 14 | 38 | 13E | 34 | 1D |
| Octal | 161 | 44 | 132 | 0 | 104 | 24 | 70 | 476 | 64 | 35 |
| Binary | 1110001 | 100100 | 1011010 | 0 | 1000100 | 10100 | 111000 | 100111110 | 110100 | 11101 |
Color Harmonies of #71245A
Complementary color
Monochromatic Colors of #71245A
Black with #71245A
Text Example
Text Example
White with #71245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71245A; }
p { color: rgb(113,36,90); }
H1.HeaderClassName
{
color: #71245A;
}
.AnyTagClassName
{
color: #71245A;
}
</style>
background-color css
<style>
a { background-color: #71245A; }
a { background-color: rgb(113,36,90); }
div.DivClassName
{
background-color: #71245A;
}
.BgClassName
{
background-color: #71245A;
}
</style>
border-color css
<style>
span { border-color: #71245A; }
span { border-color: rgb(113,36,90); }
td.TdClassName
{
border-color: #71245A;
}
.TagClassName
{
border-color: #71245A;
}
</style>