Shades of Palatinate Purple #71286B
Tints of Palatinate Purple #71286B
RGB
CMYK
RGB Variations
Color information
#71286B (or 0x71286B) is known color: Palatinate Purple. HEX triplet: 71, 28 and 6B. RGB value is (113,40,107). Sum of RGB (Red+Green+Blue) = 113+40+107=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71286B is #8ED794. Grayscale: #454545. Windows color (decimal): -9361301 or 7022705. OLE color: 7022705.
HSL color Cylindrical-coordinate representation of color #71286B: hue angle of 304.93º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71286B is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 107 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.56 |
| HSL | 304.93º | 0.48% | 0.3% | - |
| HSV(B) | 304.93º | 0.65% | 0.44% | - |
| XYZ | 10.22 | 6.09 | 14.55 | - |
| YUV | 69.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 107 | 0 | 0.65 | 0.05 | 0.56 | 304.93 | 0.48 | 0.3 |
| Hex | 71 | 28 | 6B | 0 | 41 | 5 | 38 | 131 | 30 | 1E |
| Octal | 161 | 50 | 153 | 0 | 101 | 5 | 70 | 461 | 60 | 36 |
| Binary | 1110001 | 101000 | 1101011 | 0 | 1000001 | 101 | 111000 | 100110001 | 110000 | 11110 |
Color Harmonies of #71286B
Complementary color
Monochromatic Colors of #71286B
Black with #71286B
Text Example
Text Example
White with #71286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71286B; }
p { color: rgb(113,40,107); }
H1.HeaderClassName
{
color: #71286B;
}
.AnyTagClassName
{
color: #71286B;
}
</style>
background-color css
<style>
a { background-color: #71286B; }
a { background-color: rgb(113,40,107); }
div.DivClassName
{
background-color: #71286B;
}
.BgClassName
{
background-color: #71286B;
}
</style>
border-color css
<style>
span { border-color: #71286B; }
span { border-color: rgb(113,40,107); }
td.TdClassName
{
border-color: #71286B;
}
.TagClassName
{
border-color: #71286B;
}
</style>