Shades of Palatinate Purple #71145C
Tints of Palatinate Purple #71145C
RGB
CMYK
RGB Variations
Color information
#71145C (or 0x71145C) is known color: Palatinate Purple. HEX triplet: 71, 14 and 5C. RGB value is (113,20,92). Sum of RGB (Red+Green+Blue) = 113+20+92=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71145C is #8EEBA3. Grayscale: #373737. Windows color (decimal): -9366436 or 6034545. OLE color: 6034545.
HSL color Cylindrical-coordinate representation of color #71145C: hue angle of 313.55º 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 #71145C is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 20 | 92 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.56 |
| HSL | 313.55º | 0.7% | 0.26% | - |
| HSV(B) | 313.55º | 0.82% | 0.44% | - |
| XYZ | 8.99 | 4.78 | 10.57 | - |
| YUV | 56.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 92 | 0 | 0.82 | 0.19 | 0.56 | 313.55 | 0.7 | 0.26 |
| Hex | 71 | 14 | 5C | 0 | 52 | 13 | 38 | 13A | 46 | 1A |
| Octal | 161 | 24 | 134 | 0 | 122 | 23 | 70 | 472 | 106 | 32 |
| Binary | 1110001 | 10100 | 1011100 | 0 | 1010010 | 10011 | 111000 | 100111010 | 1000110 | 11010 |
Color Harmonies of #71145C
Complementary color
Monochromatic Colors of #71145C
Black with #71145C
Text Example
Text Example
White with #71145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71145C; }
p { color: rgb(113,20,92); }
H1.HeaderClassName
{
color: #71145C;
}
.AnyTagClassName
{
color: #71145C;
}
</style>
background-color css
<style>
a { background-color: #71145C; }
a { background-color: rgb(113,20,92); }
div.DivClassName
{
background-color: #71145C;
}
.BgClassName
{
background-color: #71145C;
}
</style>
border-color css
<style>
span { border-color: #71145C; }
span { border-color: rgb(113,20,92); }
td.TdClassName
{
border-color: #71145C;
}
.TagClassName
{
border-color: #71145C;
}
</style>