Shades of Palatinate Purple #71206A
Tints of Palatinate Purple #71206A
RGB
CMYK
RGB Variations
Color information
#71206A (or 0x71206A) is known color: Palatinate Purple. HEX triplet: 71, 20 and 6A. RGB value is (113,32,106). Sum of RGB (Red+Green+Blue) = 113+32+106=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #71206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71206A is #8EDF95. Grayscale: #404040. Windows color (decimal): -9363350 or 6955121. OLE color: 6955121.
HSL color Cylindrical-coordinate representation of color #71206A: hue angle of 305.19º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71206A is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 32 | 106 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.56 |
| HSL | 305.19º | 0.56% | 0.28% | - |
| HSV(B) | 305.19º | 0.72% | 0.44% | - |
| XYZ | 9.93 | 5.58 | 14.19 | - |
| YUV | 64.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 106 | 0 | 0.72 | 0.06 | 0.56 | 305.19 | 0.56 | 0.28 |
| Hex | 71 | 20 | 6A | 0 | 48 | 6 | 38 | 131 | 38 | 1C |
| Octal | 161 | 40 | 152 | 0 | 110 | 6 | 70 | 461 | 70 | 34 |
| Binary | 1110001 | 100000 | 1101010 | 0 | 1001000 | 110 | 111000 | 100110001 | 111000 | 11100 |
Color Harmonies of #71206A
Complementary color
Monochromatic Colors of #71206A
Black with #71206A
Text Example
Text Example
White with #71206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71206A; }
p { color: rgb(113,32,106); }
H1.HeaderClassName
{
color: #71206A;
}
.AnyTagClassName
{
color: #71206A;
}
</style>
background-color css
<style>
a { background-color: #71206A; }
a { background-color: rgb(113,32,106); }
div.DivClassName
{
background-color: #71206A;
}
.BgClassName
{
background-color: #71206A;
}
</style>
border-color css
<style>
span { border-color: #71206A; }
span { border-color: rgb(113,32,106); }
td.TdClassName
{
border-color: #71206A;
}
.TagClassName
{
border-color: #71206A;
}
</style>