Shades of Palatinate Purple #71385F
Tints of Palatinate Purple #71385F
RGB
CMYK
RGB Variations
Color information
#71385F (or 0x71385F) is known color: Palatinate Purple. HEX triplet: 71, 38 and 5F. RGB value is (113,56,95). Sum of RGB (Red+Green+Blue) = 113+56+95=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #71385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71385F is #8EC7A0. Grayscale: #4D4D4D. Windows color (decimal): -9357217 or 6240369. OLE color: 6240369.
HSL color Cylindrical-coordinate representation of color #71385F: hue angle of 318.95º 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 #71385F is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 56 | 95 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.56 |
| HSL | 318.95º | 0.34% | 0.33% | - |
| HSV(B) | 318.95º | 0.5% | 0.44% | - |
| XYZ | 10.29 | 7.17 | 11.67 | - |
| YUV | 77.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 95 | 0 | 0.50 | 0.16 | 0.56 | 318.95 | 0.34 | 0.33 |
| Hex | 71 | 38 | 5F | 0 | 32 | 10 | 38 | 13F | 22 | 21 |
| Octal | 161 | 70 | 137 | 0 | 62 | 20 | 70 | 477 | 42 | 41 |
| Binary | 1110001 | 111000 | 1011111 | 0 | 110010 | 10000 | 111000 | 100111111 | 100010 | 100001 |
Color Harmonies of #71385F
Complementary color
Monochromatic Colors of #71385F
Black with #71385F
Text Example
Text Example
White with #71385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71385F; }
p { color: rgb(113,56,95); }
H1.HeaderClassName
{
color: #71385F;
}
.AnyTagClassName
{
color: #71385F;
}
</style>
background-color css
<style>
a { background-color: #71385F; }
a { background-color: rgb(113,56,95); }
div.DivClassName
{
background-color: #71385F;
}
.BgClassName
{
background-color: #71385F;
}
</style>
border-color css
<style>
span { border-color: #71385F; }
span { border-color: rgb(113,56,95); }
td.TdClassName
{
border-color: #71385F;
}
.TagClassName
{
border-color: #71385F;
}
</style>