Shades of Palatinate Purple #71305F
Tints of Palatinate Purple #71305F
RGB
CMYK
RGB Variations
Color information
#71305F (or 0x71305F) is known color: Palatinate Purple. HEX triplet: 71, 30 and 5F. RGB value is (113,48,95). Sum of RGB (Red+Green+Blue) = 113+48+95=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71305F is #8ECFA0. Grayscale: #484848. Windows color (decimal): -9359265 or 6238321. OLE color: 6238321.
HSL color Cylindrical-coordinate representation of color #71305F: hue angle of 316.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71305F is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 48 | 95 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.56 |
| HSL | 316.62º | 0.4% | 0.32% | - |
| HSV(B) | 316.62º | 0.58% | 0.44% | - |
| XYZ | 9.93 | 6.45 | 11.55 | - |
| YUV | 72.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 95 | 0 | 0.58 | 0.16 | 0.56 | 316.62 | 0.4 | 0.32 |
| Hex | 71 | 30 | 5F | 0 | 3A | 10 | 38 | 13D | 28 | 20 |
| Octal | 161 | 60 | 137 | 0 | 72 | 20 | 70 | 475 | 50 | 40 |
| Binary | 1110001 | 110000 | 1011111 | 0 | 111010 | 10000 | 111000 | 100111101 | 101000 | 100000 |
Color Harmonies of #71305F
Complementary color
Monochromatic Colors of #71305F
Black with #71305F
Text Example
Text Example
White with #71305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71305F; }
p { color: rgb(113,48,95); }
H1.HeaderClassName
{
color: #71305F;
}
.AnyTagClassName
{
color: #71305F;
}
</style>
background-color css
<style>
a { background-color: #71305F; }
a { background-color: rgb(113,48,95); }
div.DivClassName
{
background-color: #71305F;
}
.BgClassName
{
background-color: #71305F;
}
</style>
border-color css
<style>
span { border-color: #71305F; }
span { border-color: rgb(113,48,95); }
td.TdClassName
{
border-color: #71305F;
}
.TagClassName
{
border-color: #71305F;
}
</style>