Shades of Palatinate Purple #71105E
Tints of Palatinate Purple #71105E
RGB
CMYK
RGB Variations
Color information
#71105E (or 0x71105E) is known color: Palatinate Purple. HEX triplet: 71, 10 and 5E. RGB value is (113,16,94). Sum of RGB (Red+Green+Blue) = 113+16+94=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71105E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71105E is #8EEFA1. Grayscale: #353535. Windows color (decimal): -9367458 or 6164593. OLE color: 6164593.
HSL color Cylindrical-coordinate representation of color #71105E: hue angle of 311.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71105E is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 16 | 94 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.56 |
| HSL | 311.75º | 0.75% | 0.25% | - |
| HSV(B) | 311.75º | 0.86% | 0.44% | - |
| XYZ | 9.02 | 4.69 | 11.02 | - |
| YUV | 53.9 | 150.64 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 94 | 0 | 0.86 | 0.17 | 0.56 | 311.75 | 0.75 | 0.25 |
| Hex | 71 | 10 | 5E | 0 | 56 | 11 | 38 | 138 | 4B | 19 |
| Octal | 161 | 20 | 136 | 0 | 126 | 21 | 70 | 470 | 113 | 31 |
| Binary | 1110001 | 10000 | 1011110 | 0 | 1010110 | 10001 | 111000 | 100111000 | 1001011 | 11001 |
Color Harmonies of #71105E
Complementary color
Monochromatic Colors of #71105E
Black with #71105E
Text Example
Text Example
White with #71105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71105E; }
p { color: rgb(113,16,94); }
H1.HeaderClassName
{
color: #71105E;
}
.AnyTagClassName
{
color: #71105E;
}
</style>
background-color css
<style>
a { background-color: #71105E; }
a { background-color: rgb(113,16,94); }
div.DivClassName
{
background-color: #71105E;
}
.BgClassName
{
background-color: #71105E;
}
</style>
border-color css
<style>
span { border-color: #71105E; }
span { border-color: rgb(113,16,94); }
td.TdClassName
{
border-color: #71105E;
}
.TagClassName
{
border-color: #71105E;
}
</style>