Shades of Palatinate Purple #71285B
Tints of Palatinate Purple #71285B
RGB
CMYK
RGB Variations
Color information
#71285B (or 0x71285B) is known color: Palatinate Purple. HEX triplet: 71, 28 and 5B. RGB value is (113,40,91). Sum of RGB (Red+Green+Blue) = 113+40+91=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71285B is #8ED7A4. Grayscale: #434343. Windows color (decimal): -9361317 or 5974129. OLE color: 5974129.
HSL color Cylindrical-coordinate representation of color #71285B: hue angle of 318.08º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71285B is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 91 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.56 |
| HSL | 318.08º | 0.48% | 0.3% | - |
| HSV(B) | 318.08º | 0.65% | 0.44% | - |
| XYZ | 9.46 | 5.78 | 10.52 | - |
| YUV | 67.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 91 | 0 | 0.65 | 0.19 | 0.56 | 318.08 | 0.48 | 0.3 |
| Hex | 71 | 28 | 5B | 0 | 41 | 13 | 38 | 13E | 30 | 1E |
| Octal | 161 | 50 | 133 | 0 | 101 | 23 | 70 | 476 | 60 | 36 |
| Binary | 1110001 | 101000 | 1011011 | 0 | 1000001 | 10011 | 111000 | 100111110 | 110000 | 11110 |
Color Harmonies of #71285B
Complementary color
Monochromatic Colors of #71285B
Black with #71285B
Text Example
Text Example
White with #71285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71285B; }
p { color: rgb(113,40,91); }
H1.HeaderClassName
{
color: #71285B;
}
.AnyTagClassName
{
color: #71285B;
}
</style>
background-color css
<style>
a { background-color: #71285B; }
a { background-color: rgb(113,40,91); }
div.DivClassName
{
background-color: #71285B;
}
.BgClassName
{
background-color: #71285B;
}
</style>
border-color css
<style>
span { border-color: #71285B; }
span { border-color: rgb(113,40,91); }
td.TdClassName
{
border-color: #71285B;
}
.TagClassName
{
border-color: #71285B;
}
</style>