Shades of Palatinate Purple #71395F
Tints of Palatinate Purple #71395F
RGB
CMYK
RGB Variations
Color information
#71395F (or 0x71395F) is known color: Palatinate Purple. HEX triplet: 71, 39 and 5F. RGB value is (113,57,95). Sum of RGB (Red+Green+Blue) = 113+57+95=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #71395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71395F is #8EC6A0. Grayscale: #4D4D4D. Windows color (decimal): -9356961 or 6240625. OLE color: 6240625.
HSL color Cylindrical-coordinate representation of color #71395F: hue angle of 319.29º degrees, saturation: 0.33, 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 #71395F is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 57 | 95 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.56 |
| HSL | 319.29º | 0.33% | 0.33% | - |
| HSV(B) | 319.29º | 0.5% | 0.44% | - |
| XYZ | 10.34 | 7.26 | 11.68 | - |
| YUV | 78.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 95 | 0 | 0.50 | 0.16 | 0.56 | 319.29 | 0.33 | 0.33 |
| Hex | 71 | 39 | 5F | 0 | 32 | 10 | 38 | 13F | 21 | 21 |
| Octal | 161 | 71 | 137 | 0 | 62 | 20 | 70 | 477 | 41 | 41 |
| Binary | 1110001 | 111001 | 1011111 | 0 | 110010 | 10000 | 111000 | 100111111 | 100001 | 100001 |
Color Harmonies of #71395F
Complementary color
Monochromatic Colors of #71395F
Black with #71395F
Text Example
Text Example
White with #71395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71395F; }
p { color: rgb(113,57,95); }
H1.HeaderClassName
{
color: #71395F;
}
.AnyTagClassName
{
color: #71395F;
}
</style>
background-color css
<style>
a { background-color: #71395F; }
a { background-color: rgb(113,57,95); }
div.DivClassName
{
background-color: #71395F;
}
.BgClassName
{
background-color: #71395F;
}
</style>
border-color css
<style>
span { border-color: #71395F; }
span { border-color: rgb(113,57,95); }
td.TdClassName
{
border-color: #71395F;
}
.TagClassName
{
border-color: #71395F;
}
</style>