Shades of Palatinate Purple #71135B
Tints of Palatinate Purple #71135B
RGB
CMYK
RGB Variations
Color information
#71135B (or 0x71135B) is known color: Palatinate Purple. HEX triplet: 71, 13 and 5B. RGB value is (113,19,91). Sum of RGB (Red+Green+Blue) = 113+19+91=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71135B is #8EECA4. Grayscale: #373737. Windows color (decimal): -9366693 or 5968753. OLE color: 5968753.
HSL color Cylindrical-coordinate representation of color #71135B: hue angle of 314.04º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71135B is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 19 | 91 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.56 |
| HSL | 314.04º | 0.71% | 0.26% | - |
| HSV(B) | 314.04º | 0.83% | 0.44% | - |
| XYZ | 8.93 | 4.73 | 10.34 | - |
| YUV | 55.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 91 | 0 | 0.83 | 0.19 | 0.56 | 314.04 | 0.71 | 0.26 |
| Hex | 71 | 13 | 5B | 0 | 53 | 13 | 38 | 13A | 47 | 1A |
| Octal | 161 | 23 | 133 | 0 | 123 | 23 | 70 | 472 | 107 | 32 |
| Binary | 1110001 | 10011 | 1011011 | 0 | 1010011 | 10011 | 111000 | 100111010 | 1000111 | 11010 |
Color Harmonies of #71135B
Complementary color
Monochromatic Colors of #71135B
Black with #71135B
Text Example
Text Example
White with #71135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71135B; }
p { color: rgb(113,19,91); }
H1.HeaderClassName
{
color: #71135B;
}
.AnyTagClassName
{
color: #71135B;
}
</style>
background-color css
<style>
a { background-color: #71135B; }
a { background-color: rgb(113,19,91); }
div.DivClassName
{
background-color: #71135B;
}
.BgClassName
{
background-color: #71135B;
}
</style>
border-color css
<style>
span { border-color: #71135B; }
span { border-color: rgb(113,19,91); }
td.TdClassName
{
border-color: #71135B;
}
.TagClassName
{
border-color: #71135B;
}
</style>