Shades of Palatinate Purple #71186B
Tints of Palatinate Purple #71186B
RGB
CMYK
RGB Variations
Color information
#71186B (or 0x71186B) is known color: Palatinate Purple. HEX triplet: 71, 18 and 6B. RGB value is (113,24,107). Sum of RGB (Red+Green+Blue) = 113+24+107=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71186B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71186B is #8EE794. Grayscale: #3B3B3B. Windows color (decimal): -9365397 or 7018609. OLE color: 7018609.
HSL color Cylindrical-coordinate representation of color #71186B: hue angle of 304.04º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71186B is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 24 | 107 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.56 |
| HSL | 304.05º | 0.65% | 0.27% | - |
| HSV(B) | 304.05º | 0.79% | 0.44% | - |
| XYZ | 9.79 | 5.23 | 14.4 | - |
| YUV | 60.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 24 | 107 | 0 | 0.79 | 0.05 | 0.56 | 304.05 | 0.65 | 0.27 |
| Hex | 71 | 18 | 6B | 0 | 4F | 5 | 38 | 130 | 41 | 1B |
| Octal | 161 | 30 | 153 | 0 | 117 | 5 | 70 | 460 | 101 | 33 |
| Binary | 1110001 | 11000 | 1101011 | 0 | 1001111 | 101 | 111000 | 100110000 | 1000001 | 11011 |
Color Harmonies of #71186B
Complementary color
Monochromatic Colors of #71186B
Black with #71186B
Text Example
Text Example
White with #71186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71186B; }
p { color: rgb(113,24,107); }
H1.HeaderClassName
{
color: #71186B;
}
.AnyTagClassName
{
color: #71186B;
}
</style>
background-color css
<style>
a { background-color: #71186B; }
a { background-color: rgb(113,24,107); }
div.DivClassName
{
background-color: #71186B;
}
.BgClassName
{
background-color: #71186B;
}
</style>
border-color css
<style>
span { border-color: #71186B; }
span { border-color: rgb(113,24,107); }
td.TdClassName
{
border-color: #71186B;
}
.TagClassName
{
border-color: #71186B;
}
</style>