Shades of Palatinate Purple #71385E
Tints of Palatinate Purple #71385E
RGB
CMYK
RGB Variations
Color information
#71385E (or 0x71385E) is known color: Palatinate Purple. HEX triplet: 71, 38 and 5E. RGB value is (113,56,94). Sum of RGB (Red+Green+Blue) = 113+56+94=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #71385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71385E is #8EC7A1. Grayscale: #4D4D4D. Windows color (decimal): -9357218 or 6174833. OLE color: 6174833.
HSL color Cylindrical-coordinate representation of color #71385E: hue angle of 320º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71385E is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 56 | 94 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.56 |
| HSL | 320º | 0.34% | 0.33% | - |
| HSV(B) | 320º | 0.5% | 0.44% | - |
| XYZ | 10.24 | 7.15 | 11.43 | - |
| YUV | 77.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 94 | 0 | 0.50 | 0.17 | 0.56 | 320 | 0.34 | 0.33 |
| Hex | 71 | 38 | 5E | 0 | 32 | 11 | 38 | 140 | 22 | 21 |
| Octal | 161 | 70 | 136 | 0 | 62 | 21 | 70 | 500 | 42 | 41 |
| Binary | 1110001 | 111000 | 1011110 | 0 | 110010 | 10001 | 111000 | 101000000 | 100010 | 100001 |
Color Harmonies of #71385E
Complementary color
Monochromatic Colors of #71385E
Black with #71385E
Text Example
Text Example
White with #71385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71385E; }
p { color: rgb(113,56,94); }
H1.HeaderClassName
{
color: #71385E;
}
.AnyTagClassName
{
color: #71385E;
}
</style>
background-color css
<style>
a { background-color: #71385E; }
a { background-color: rgb(113,56,94); }
div.DivClassName
{
background-color: #71385E;
}
.BgClassName
{
background-color: #71385E;
}
</style>
border-color css
<style>
span { border-color: #71385E; }
span { border-color: rgb(113,56,94); }
td.TdClassName
{
border-color: #71385E;
}
.TagClassName
{
border-color: #71385E;
}
</style>