Shades of Palatinate Purple #71115C
Tints of Palatinate Purple #71115C
RGB
CMYK
RGB Variations
Color information
#71115C (or 0x71115C) is known color: Palatinate Purple. HEX triplet: 71, 11 and 5C. RGB value is (113,17,92). Sum of RGB (Red+Green+Blue) = 113+17+92=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71115C is #8EEEA3. Grayscale: #363636. Windows color (decimal): -9367204 or 6033777. OLE color: 6033777.
HSL color Cylindrical-coordinate representation of color #71115C: hue angle of 313.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71115C is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 17 | 92 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.56 |
| HSL | 313.13º | 0.74% | 0.25% | - |
| HSV(B) | 313.13º | 0.85% | 0.44% | - |
| XYZ | 8.94 | 4.68 | 10.56 | - |
| YUV | 54.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 92 | 0 | 0.85 | 0.19 | 0.56 | 313.13 | 0.74 | 0.25 |
| Hex | 71 | 11 | 5C | 0 | 55 | 13 | 38 | 139 | 4A | 19 |
| Octal | 161 | 21 | 134 | 0 | 125 | 23 | 70 | 471 | 112 | 31 |
| Binary | 1110001 | 10001 | 1011100 | 0 | 1010101 | 10011 | 111000 | 100111001 | 1001010 | 11001 |
Color Harmonies of #71115C
Complementary color
Monochromatic Colors of #71115C
Black with #71115C
Text Example
Text Example
White with #71115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71115C; }
p { color: rgb(113,17,92); }
H1.HeaderClassName
{
color: #71115C;
}
.AnyTagClassName
{
color: #71115C;
}
</style>
background-color css
<style>
a { background-color: #71115C; }
a { background-color: rgb(113,17,92); }
div.DivClassName
{
background-color: #71115C;
}
.BgClassName
{
background-color: #71115C;
}
</style>
border-color css
<style>
span { border-color: #71115C; }
span { border-color: rgb(113,17,92); }
td.TdClassName
{
border-color: #71115C;
}
.TagClassName
{
border-color: #71115C;
}
</style>