Shades of Palatinate Purple #71246D
Tints of Palatinate Purple #71246D
RGB
CMYK
RGB Variations
Color information
#71246D (or 0x71246D) is known color: Palatinate Purple. HEX triplet: 71, 24 and 6D. RGB value is (113,36,109). Sum of RGB (Red+Green+Blue) = 113+36+109=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71246D is #8EDB92. Grayscale: #434343. Windows color (decimal): -9362323 or 7152753. OLE color: 7152753.
HSL color Cylindrical-coordinate representation of color #71246D: hue angle of 303.12º 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 #71246D is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 36 | 109 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.56 |
| HSL | 303.12º | 0.52% | 0.29% | - |
| HSV(B) | 303.12º | 0.68% | 0.44% | - |
| XYZ | 10.2 | 5.88 | 15.06 | - |
| YUV | 67.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 109 | 0 | 0.68 | 0.04 | 0.56 | 303.12 | 0.52 | 0.29 |
| Hex | 71 | 24 | 6D | 0 | 44 | 4 | 38 | 12F | 34 | 1D |
| Octal | 161 | 44 | 155 | 0 | 104 | 4 | 70 | 457 | 64 | 35 |
| Binary | 1110001 | 100100 | 1101101 | 0 | 1000100 | 100 | 111000 | 100101111 | 110100 | 11101 |
Color Harmonies of #71246D
Complementary color
Monochromatic Colors of #71246D
Black with #71246D
Text Example
Text Example
White with #71246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71246D; }
p { color: rgb(113,36,109); }
H1.HeaderClassName
{
color: #71246D;
}
.AnyTagClassName
{
color: #71246D;
}
</style>
background-color css
<style>
a { background-color: #71246D; }
a { background-color: rgb(113,36,109); }
div.DivClassName
{
background-color: #71246D;
}
.BgClassName
{
background-color: #71246D;
}
</style>
border-color css
<style>
span { border-color: #71246D; }
span { border-color: rgb(113,36,109); }
td.TdClassName
{
border-color: #71246D;
}
.TagClassName
{
border-color: #71246D;
}
</style>