Shades of Palatinate Purple #71145A
Tints of Palatinate Purple #71145A
RGB
CMYK
RGB Variations
Color information
#71145A (or 0x71145A) is known color: Palatinate Purple. HEX triplet: 71, 14 and 5A. RGB value is (113,20,90). Sum of RGB (Red+Green+Blue) = 113+20+90=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71145A is #8EEBA5. Grayscale: #373737. Windows color (decimal): -9366438 or 5903473. OLE color: 5903473.
HSL color Cylindrical-coordinate representation of color #71145A: hue angle of 314.84º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71145A is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 20 | 90 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.56 |
| HSL | 314.84º | 0.7% | 0.26% | - |
| HSV(B) | 314.84º | 0.82% | 0.44% | - |
| XYZ | 8.91 | 4.75 | 10.12 | - |
| YUV | 55.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 90 | 0 | 0.82 | 0.20 | 0.56 | 314.84 | 0.7 | 0.26 |
| Hex | 71 | 14 | 5A | 0 | 52 | 14 | 38 | 13B | 46 | 1A |
| Octal | 161 | 24 | 132 | 0 | 122 | 24 | 70 | 473 | 106 | 32 |
| Binary | 1110001 | 10100 | 1011010 | 0 | 1010010 | 10100 | 111000 | 100111011 | 1000110 | 11010 |
Color Harmonies of #71145A
Complementary color
Monochromatic Colors of #71145A
Black with #71145A
Text Example
Text Example
White with #71145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71145A; }
p { color: rgb(113,20,90); }
H1.HeaderClassName
{
color: #71145A;
}
.AnyTagClassName
{
color: #71145A;
}
</style>
background-color css
<style>
a { background-color: #71145A; }
a { background-color: rgb(113,20,90); }
div.DivClassName
{
background-color: #71145A;
}
.BgClassName
{
background-color: #71145A;
}
</style>
border-color css
<style>
span { border-color: #71145A; }
span { border-color: rgb(113,20,90); }
td.TdClassName
{
border-color: #71145A;
}
.TagClassName
{
border-color: #71145A;
}
</style>