Shades of Palatinate Purple #71185B
Tints of Palatinate Purple #71185B
RGB
CMYK
RGB Variations
Color information
#71185B (or 0x71185B) is known color: Palatinate Purple. HEX triplet: 71, 18 and 5B. RGB value is (113,24,91). Sum of RGB (Red+Green+Blue) = 113+24+91=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71185B is #8EE7A4. Grayscale: #3A3A3A. Windows color (decimal): -9365413 or 5970033. OLE color: 5970033.
HSL color Cylindrical-coordinate representation of color #71185B: hue angle of 314.83º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71185B is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 24 | 91 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.56 |
| HSL | 314.83º | 0.65% | 0.27% | - |
| HSV(B) | 314.83º | 0.79% | 0.44% | - |
| XYZ | 9.03 | 4.92 | 10.37 | - |
| YUV | 58.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 24 | 91 | 0 | 0.79 | 0.19 | 0.56 | 314.83 | 0.65 | 0.27 |
| Hex | 71 | 18 | 5B | 0 | 4F | 13 | 38 | 13B | 41 | 1B |
| Octal | 161 | 30 | 133 | 0 | 117 | 23 | 70 | 473 | 101 | 33 |
| Binary | 1110001 | 11000 | 1011011 | 0 | 1001111 | 10011 | 111000 | 100111011 | 1000001 | 11011 |
Color Harmonies of #71185B
Complementary color
Monochromatic Colors of #71185B
Black with #71185B
Text Example
Text Example
White with #71185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71185B; }
p { color: rgb(113,24,91); }
H1.HeaderClassName
{
color: #71185B;
}
.AnyTagClassName
{
color: #71185B;
}
</style>
background-color css
<style>
a { background-color: #71185B; }
a { background-color: rgb(113,24,91); }
div.DivClassName
{
background-color: #71185B;
}
.BgClassName
{
background-color: #71185B;
}
</style>
border-color css
<style>
span { border-color: #71185B; }
span { border-color: rgb(113,24,91); }
td.TdClassName
{
border-color: #71185B;
}
.TagClassName
{
border-color: #71185B;
}
</style>