Shades of Palatinate Purple #71255B
Tints of Palatinate Purple #71255B
RGB
CMYK
RGB Variations
Color information
#71255B (or 0x71255B) is known color: Palatinate Purple. HEX triplet: 71, 25 and 5B. RGB value is (113,37,91). Sum of RGB (Red+Green+Blue) = 113+37+91=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71255B is #8EDAA4. Grayscale: #414141. Windows color (decimal): -9362085 or 5973361. OLE color: 5973361.
HSL color Cylindrical-coordinate representation of color #71255B: hue angle of 317.37º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71255B is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 37 | 91 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.56 |
| HSL | 317.37º | 0.51% | 0.29% | - |
| HSV(B) | 317.37º | 0.67% | 0.44% | - |
| XYZ | 9.36 | 5.59 | 10.48 | - |
| YUV | 65.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 91 | 0 | 0.67 | 0.19 | 0.56 | 317.37 | 0.51 | 0.29 |
| Hex | 71 | 25 | 5B | 0 | 43 | 13 | 38 | 13D | 33 | 1D |
| Octal | 161 | 45 | 133 | 0 | 103 | 23 | 70 | 475 | 63 | 35 |
| Binary | 1110001 | 100101 | 1011011 | 0 | 1000011 | 10011 | 111000 | 100111101 | 110011 | 11101 |
Color Harmonies of #71255B
Complementary color
Monochromatic Colors of #71255B
Black with #71255B
Text Example
Text Example
White with #71255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71255B; }
p { color: rgb(113,37,91); }
H1.HeaderClassName
{
color: #71255B;
}
.AnyTagClassName
{
color: #71255B;
}
</style>
background-color css
<style>
a { background-color: #71255B; }
a { background-color: rgb(113,37,91); }
div.DivClassName
{
background-color: #71255B;
}
.BgClassName
{
background-color: #71255B;
}
</style>
border-color css
<style>
span { border-color: #71255B; }
span { border-color: rgb(113,37,91); }
td.TdClassName
{
border-color: #71255B;
}
.TagClassName
{
border-color: #71255B;
}
</style>