Shades of Palatinate Purple #71325A
Tints of Palatinate Purple #71325A
RGB
CMYK
RGB Variations
Color information
#71325A (or 0x71325A) is known color: Palatinate Purple. HEX triplet: 71, 32 and 5A. RGB value is (113,50,90). Sum of RGB (Red+Green+Blue) = 113+50+90=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #71325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71325A is #8ECDA5. Grayscale: #494949. Windows color (decimal): -9358758 or 5911153. OLE color: 5911153.
HSL color Cylindrical-coordinate representation of color #71325A: hue angle of 321.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71325A is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 50 | 90 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.56 |
| HSL | 321.9º | 0.39% | 0.32% | - |
| HSV(B) | 321.9º | 0.56% | 0.44% | - |
| XYZ | 9.8 | 6.53 | 10.42 | - |
| YUV | 73.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 90 | 0 | 0.56 | 0.20 | 0.56 | 321.9 | 0.39 | 0.32 |
| Hex | 71 | 32 | 5A | 0 | 38 | 14 | 38 | 142 | 27 | 20 |
| Octal | 161 | 62 | 132 | 0 | 70 | 24 | 70 | 502 | 47 | 40 |
| Binary | 1110001 | 110010 | 1011010 | 0 | 111000 | 10100 | 111000 | 101000010 | 100111 | 100000 |
Color Harmonies of #71325A
Complementary color
Monochromatic Colors of #71325A
Black with #71325A
Text Example
Text Example
White with #71325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71325A; }
p { color: rgb(113,50,90); }
H1.HeaderClassName
{
color: #71325A;
}
.AnyTagClassName
{
color: #71325A;
}
</style>
background-color css
<style>
a { background-color: #71325A; }
a { background-color: rgb(113,50,90); }
div.DivClassName
{
background-color: #71325A;
}
.BgClassName
{
background-color: #71325A;
}
</style>
border-color css
<style>
span { border-color: #71325A; }
span { border-color: rgb(113,50,90); }
td.TdClassName
{
border-color: #71325A;
}
.TagClassName
{
border-color: #71325A;
}
</style>