Shades of Palatinate Purple #71065D
Tints of Palatinate Purple #71065D
RGB
CMYK
RGB Variations
Color information
#71065D (or 0x71065D) is known color: Palatinate Purple. HEX triplet: 71, 06 and 5D. RGB value is (113,6,93). Sum of RGB (Red+Green+Blue) = 113+6+93=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71065D is #8EF9A2. Grayscale: #2F2F2F. Windows color (decimal): -9370019 or 6096497. OLE color: 6096497.
HSL color Cylindrical-coordinate representation of color #71065D: hue angle of 311.21º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71065D is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 6 | 93 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.56 |
| HSL | 311.22º | 0.9% | 0.23% | - |
| HSV(B) | 311.22º | 0.95% | 0.44% | - |
| XYZ | 8.85 | 4.43 | 10.74 | - |
| YUV | 47.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 93 | 0 | 0.95 | 0.18 | 0.56 | 311.22 | 0.9 | 0.23 |
| Hex | 71 | 6 | 5D | 0 | 5F | 12 | 38 | 137 | 5A | 17 |
| Octal | 161 | 6 | 135 | 0 | 137 | 22 | 70 | 467 | 132 | 27 |
| Binary | 1110001 | 110 | 1011101 | 0 | 1011111 | 10010 | 111000 | 100110111 | 1011010 | 10111 |
Color Harmonies of #71065D
Complementary color
Monochromatic Colors of #71065D
Black with #71065D
Text Example
Text Example
White with #71065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71065D; }
p { color: rgb(113,6,93); }
H1.HeaderClassName
{
color: #71065D;
}
.AnyTagClassName
{
color: #71065D;
}
</style>
background-color css
<style>
a { background-color: #71065D; }
a { background-color: rgb(113,6,93); }
div.DivClassName
{
background-color: #71065D;
}
.BgClassName
{
background-color: #71065D;
}
</style>
border-color css
<style>
span { border-color: #71065D; }
span { border-color: rgb(113,6,93); }
td.TdClassName
{
border-color: #71065D;
}
.TagClassName
{
border-color: #71065D;
}
</style>