Shades of Palatinate Purple #71105D
Tints of Palatinate Purple #71105D
RGB
CMYK
RGB Variations
Color information
#71105D (or 0x71105D) is known color: Palatinate Purple. HEX triplet: 71, 10 and 5D. RGB value is (113,16,93). Sum of RGB (Red+Green+Blue) = 113+16+93=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71105D is #8EEFA2. Grayscale: #353535. Windows color (decimal): -9367459 or 6099057. OLE color: 6099057.
HSL color Cylindrical-coordinate representation of color #71105D: hue angle of 312.37º 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 #71105D is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 16 | 93 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.56 |
| HSL | 312.37º | 0.75% | 0.25% | - |
| HSV(B) | 312.37º | 0.86% | 0.44% | - |
| XYZ | 8.97 | 4.67 | 10.78 | - |
| YUV | 53.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 93 | 0 | 0.86 | 0.18 | 0.56 | 312.37 | 0.75 | 0.25 |
| Hex | 71 | 10 | 5D | 0 | 56 | 12 | 38 | 138 | 4B | 19 |
| Octal | 161 | 20 | 135 | 0 | 126 | 22 | 70 | 470 | 113 | 31 |
| Binary | 1110001 | 10000 | 1011101 | 0 | 1010110 | 10010 | 111000 | 100111000 | 1001011 | 11001 |
Color Harmonies of #71105D
Complementary color
Monochromatic Colors of #71105D
Black with #71105D
Text Example
Text Example
White with #71105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71105D; }
p { color: rgb(113,16,93); }
H1.HeaderClassName
{
color: #71105D;
}
.AnyTagClassName
{
color: #71105D;
}
</style>
background-color css
<style>
a { background-color: #71105D; }
a { background-color: rgb(113,16,93); }
div.DivClassName
{
background-color: #71105D;
}
.BgClassName
{
background-color: #71105D;
}
</style>
border-color css
<style>
span { border-color: #71105D; }
span { border-color: rgb(113,16,93); }
td.TdClassName
{
border-color: #71105D;
}
.TagClassName
{
border-color: #71105D;
}
</style>