Shades of Palatinate Purple #71095B
Tints of Palatinate Purple #71095B
RGB
CMYK
RGB Variations
Color information
#71095B (or 0x71095B) is known color: Palatinate Purple. HEX triplet: 71, 09 and 5B. RGB value is (113,9,91). Sum of RGB (Red+Green+Blue) = 113+9+91=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71095B is #8EF6A4. Grayscale: #313131. Windows color (decimal): -9369253 or 5966193. OLE color: 5966193.
HSL color Cylindrical-coordinate representation of color #71095B: hue angle of 312.69º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71095B is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 9 | 91 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.56 |
| HSL | 312.69º | 0.85% | 0.24% | - |
| HSV(B) | 312.69º | 0.92% | 0.44% | - |
| XYZ | 8.8 | 4.46 | 10.3 | - |
| YUV | 49.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 91 | 0 | 0.92 | 0.19 | 0.56 | 312.69 | 0.85 | 0.24 |
| Hex | 71 | 9 | 5B | 0 | 5C | 13 | 38 | 139 | 55 | 18 |
| Octal | 161 | 11 | 133 | 0 | 134 | 23 | 70 | 471 | 125 | 30 |
| Binary | 1110001 | 1001 | 1011011 | 0 | 1011100 | 10011 | 111000 | 100111001 | 1010101 | 11000 |
Color Harmonies of #71095B
Complementary color
Monochromatic Colors of #71095B
Black with #71095B
Text Example
Text Example
White with #71095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71095B; }
p { color: rgb(113,9,91); }
H1.HeaderClassName
{
color: #71095B;
}
.AnyTagClassName
{
color: #71095B;
}
</style>
background-color css
<style>
a { background-color: #71095B; }
a { background-color: rgb(113,9,91); }
div.DivClassName
{
background-color: #71095B;
}
.BgClassName
{
background-color: #71095B;
}
</style>
border-color css
<style>
span { border-color: #71095B; }
span { border-color: rgb(113,9,91); }
td.TdClassName
{
border-color: #71095B;
}
.TagClassName
{
border-color: #71095B;
}
</style>