Shades of Palatinate Purple #71165D
Tints of Palatinate Purple #71165D
RGB
CMYK
RGB Variations
Color information
#71165D (or 0x71165D) is known color: Palatinate Purple. HEX triplet: 71, 16 and 5D. RGB value is (113,22,93). Sum of RGB (Red+Green+Blue) = 113+22+93=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71165D is #8EE9A2. Grayscale: #393939. Windows color (decimal): -9365923 or 6100593. OLE color: 6100593.
HSL color Cylindrical-coordinate representation of color #71165D: hue angle of 313.19º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71165D is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 22 | 93 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.56 |
| HSL | 313.19º | 0.67% | 0.26% | - |
| HSV(B) | 313.19º | 0.81% | 0.44% | - |
| XYZ | 9.07 | 4.87 | 10.82 | - |
| YUV | 57.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 93 | 0 | 0.81 | 0.18 | 0.56 | 313.19 | 0.67 | 0.26 |
| Hex | 71 | 16 | 5D | 0 | 51 | 12 | 38 | 139 | 43 | 1A |
| Octal | 161 | 26 | 135 | 0 | 121 | 22 | 70 | 471 | 103 | 32 |
| Binary | 1110001 | 10110 | 1011101 | 0 | 1010001 | 10010 | 111000 | 100111001 | 1000011 | 11010 |
Color Harmonies of #71165D
Complementary color
Monochromatic Colors of #71165D
Black with #71165D
Text Example
Text Example
White with #71165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71165D; }
p { color: rgb(113,22,93); }
H1.HeaderClassName
{
color: #71165D;
}
.AnyTagClassName
{
color: #71165D;
}
</style>
background-color css
<style>
a { background-color: #71165D; }
a { background-color: rgb(113,22,93); }
div.DivClassName
{
background-color: #71165D;
}
.BgClassName
{
background-color: #71165D;
}
</style>
border-color css
<style>
span { border-color: #71165D; }
span { border-color: rgb(113,22,93); }
td.TdClassName
{
border-color: #71165D;
}
.TagClassName
{
border-color: #71165D;
}
</style>