Shades of Palatinate Purple #71245D
Tints of Palatinate Purple #71245D
RGB
CMYK
RGB Variations
Color information
#71245D (or 0x71245D) is known color: Palatinate Purple. HEX triplet: 71, 24 and 5D. RGB value is (113,36,93). Sum of RGB (Red+Green+Blue) = 113+36+93=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71245D is #8EDBA2. Grayscale: #414141. Windows color (decimal): -9362339 or 6104177. OLE color: 6104177.
HSL color Cylindrical-coordinate representation of color #71245D: hue angle of 315.58º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71245D is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 36 | 93 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.56 |
| HSL | 315.58º | 0.52% | 0.29% | - |
| HSV(B) | 315.58º | 0.68% | 0.44% | - |
| XYZ | 9.42 | 5.56 | 10.93 | - |
| YUV | 65.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 93 | 0 | 0.68 | 0.18 | 0.56 | 315.58 | 0.52 | 0.29 |
| Hex | 71 | 24 | 5D | 0 | 44 | 12 | 38 | 13C | 34 | 1D |
| Octal | 161 | 44 | 135 | 0 | 104 | 22 | 70 | 474 | 64 | 35 |
| Binary | 1110001 | 100100 | 1011101 | 0 | 1000100 | 10010 | 111000 | 100111100 | 110100 | 11101 |
Color Harmonies of #71245D
Complementary color
Monochromatic Colors of #71245D
Black with #71245D
Text Example
Text Example
White with #71245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71245D; }
p { color: rgb(113,36,93); }
H1.HeaderClassName
{
color: #71245D;
}
.AnyTagClassName
{
color: #71245D;
}
</style>
background-color css
<style>
a { background-color: #71245D; }
a { background-color: rgb(113,36,93); }
div.DivClassName
{
background-color: #71245D;
}
.BgClassName
{
background-color: #71245D;
}
</style>
border-color css
<style>
span { border-color: #71245D; }
span { border-color: rgb(113,36,93); }
td.TdClassName
{
border-color: #71245D;
}
.TagClassName
{
border-color: #71245D;
}
</style>