Shades of Palatinate Purple #71305A
Tints of Palatinate Purple #71305A
RGB
CMYK
RGB Variations
Color information
#71305A (or 0x71305A) is known color: Palatinate Purple. HEX triplet: 71, 30 and 5A. RGB value is (113,48,90). Sum of RGB (Red+Green+Blue) = 113+48+90=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #71305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71305A is #8ECFA5. Grayscale: #484848. Windows color (decimal): -9359270 or 5910641. OLE color: 5910641.
HSL color Cylindrical-coordinate representation of color #71305A: hue angle of 321.23º 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 #71305A is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 48 | 90 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.56 |
| HSL | 321.23º | 0.4% | 0.32% | - |
| HSV(B) | 321.23º | 0.58% | 0.44% | - |
| XYZ | 9.71 | 6.36 | 10.39 | - |
| YUV | 72.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 90 | 0 | 0.58 | 0.20 | 0.56 | 321.23 | 0.4 | 0.32 |
| Hex | 71 | 30 | 5A | 0 | 3A | 14 | 38 | 141 | 28 | 20 |
| Octal | 161 | 60 | 132 | 0 | 72 | 24 | 70 | 501 | 50 | 40 |
| Binary | 1110001 | 110000 | 1011010 | 0 | 111010 | 10100 | 111000 | 101000001 | 101000 | 100000 |
Color Harmonies of #71305A
Complementary color
Monochromatic Colors of #71305A
Black with #71305A
Text Example
Text Example
White with #71305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71305A; }
p { color: rgb(113,48,90); }
H1.HeaderClassName
{
color: #71305A;
}
.AnyTagClassName
{
color: #71305A;
}
</style>
background-color css
<style>
a { background-color: #71305A; }
a { background-color: rgb(113,48,90); }
div.DivClassName
{
background-color: #71305A;
}
.BgClassName
{
background-color: #71305A;
}
</style>
border-color css
<style>
span { border-color: #71305A; }
span { border-color: rgb(113,48,90); }
td.TdClassName
{
border-color: #71305A;
}
.TagClassName
{
border-color: #71305A;
}
</style>