Shades of Palatinate Purple #71125A
Tints of Palatinate Purple #71125A
RGB
CMYK
RGB Variations
Color information
#71125A (or 0x71125A) is known color: Palatinate Purple. HEX triplet: 71, 12 and 5A. RGB value is (113,18,90). Sum of RGB (Red+Green+Blue) = 113+18+90=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71125A is #8EEDA5. Grayscale: #363636. Windows color (decimal): -9366950 or 5902961. OLE color: 5902961.
HSL color Cylindrical-coordinate representation of color #71125A: hue angle of 314.53º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71125A is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 18 | 90 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.56 |
| HSL | 314.53º | 0.73% | 0.26% | - |
| HSV(B) | 314.53º | 0.84% | 0.44% | - |
| XYZ | 8.87 | 4.68 | 10.11 | - |
| YUV | 54.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 90 | 0 | 0.84 | 0.20 | 0.56 | 314.53 | 0.73 | 0.26 |
| Hex | 71 | 12 | 5A | 0 | 54 | 14 | 38 | 13B | 49 | 1A |
| Octal | 161 | 22 | 132 | 0 | 124 | 24 | 70 | 473 | 111 | 32 |
| Binary | 1110001 | 10010 | 1011010 | 0 | 1010100 | 10100 | 111000 | 100111011 | 1001001 | 11010 |
Color Harmonies of #71125A
Complementary color
Monochromatic Colors of #71125A
Black with #71125A
Text Example
Text Example
White with #71125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71125A; }
p { color: rgb(113,18,90); }
H1.HeaderClassName
{
color: #71125A;
}
.AnyTagClassName
{
color: #71125A;
}
</style>
background-color css
<style>
a { background-color: #71125A; }
a { background-color: rgb(113,18,90); }
div.DivClassName
{
background-color: #71125A;
}
.BgClassName
{
background-color: #71125A;
}
</style>
border-color css
<style>
span { border-color: #71125A; }
span { border-color: rgb(113,18,90); }
td.TdClassName
{
border-color: #71125A;
}
.TagClassName
{
border-color: #71125A;
}
</style>