Shades of Palatinate Purple #71126D
Tints of Palatinate Purple #71126D
RGB
CMYK
RGB Variations
Color information
#71126D (or 0x71126D) is known color: Palatinate Purple. HEX triplet: 71, 12 and 6D. RGB value is (113,18,109). Sum of RGB (Red+Green+Blue) = 113+18+109=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71126D is #8EED92. Grayscale: #383838. Windows color (decimal): -9366931 or 7148145. OLE color: 7148145.
HSL color Cylindrical-coordinate representation of color #71126D: hue angle of 302.53º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71126D is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 18 | 109 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.56 |
| HSL | 302.53º | 0.73% | 0.26% | - |
| HSV(B) | 302.53º | 0.84% | 0.44% | - |
| XYZ | 9.79 | 5.05 | 14.93 | - |
| YUV | 56.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 109 | 0 | 0.84 | 0.04 | 0.56 | 302.53 | 0.73 | 0.26 |
| Hex | 71 | 12 | 6D | 0 | 54 | 4 | 38 | 12F | 49 | 1A |
| Octal | 161 | 22 | 155 | 0 | 124 | 4 | 70 | 457 | 111 | 32 |
| Binary | 1110001 | 10010 | 1101101 | 0 | 1010100 | 100 | 111000 | 100101111 | 1001001 | 11010 |
Color Harmonies of #71126D
Complementary color
Monochromatic Colors of #71126D
Black with #71126D
Text Example
Text Example
White with #71126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71126D; }
p { color: rgb(113,18,109); }
H1.HeaderClassName
{
color: #71126D;
}
.AnyTagClassName
{
color: #71126D;
}
</style>
background-color css
<style>
a { background-color: #71126D; }
a { background-color: rgb(113,18,109); }
div.DivClassName
{
background-color: #71126D;
}
.BgClassName
{
background-color: #71126D;
}
</style>
border-color css
<style>
span { border-color: #71126D; }
span { border-color: rgb(113,18,109); }
td.TdClassName
{
border-color: #71126D;
}
.TagClassName
{
border-color: #71126D;
}
</style>