Shades of Palatinate Purple #71236D
Tints of Palatinate Purple #71236D
RGB
CMYK
RGB Variations
Color information
#71236D (or 0x71236D) is known color: Palatinate Purple. HEX triplet: 71, 23 and 6D. RGB value is (113,35,109). Sum of RGB (Red+Green+Blue) = 113+35+109=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71236D is #8EDC92. Grayscale: #424242. Windows color (decimal): -9362579 or 7152497. OLE color: 7152497.
HSL color Cylindrical-coordinate representation of color #71236D: hue angle of 303.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71236D is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 109 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.56 |
| HSL | 303.08º | 0.53% | 0.29% | - |
| HSV(B) | 303.08º | 0.69% | 0.44% | - |
| XYZ | 10.17 | 5.82 | 15.05 | - |
| YUV | 66.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 109 | 0 | 0.69 | 0.04 | 0.56 | 303.08 | 0.53 | 0.29 |
| Hex | 71 | 23 | 6D | 0 | 45 | 4 | 38 | 12F | 35 | 1D |
| Octal | 161 | 43 | 155 | 0 | 105 | 4 | 70 | 457 | 65 | 35 |
| Binary | 1110001 | 100011 | 1101101 | 0 | 1000101 | 100 | 111000 | 100101111 | 110101 | 11101 |
Color Harmonies of #71236D
Complementary color
Monochromatic Colors of #71236D
Black with #71236D
Text Example
Text Example
White with #71236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71236D; }
p { color: rgb(113,35,109); }
H1.HeaderClassName
{
color: #71236D;
}
.AnyTagClassName
{
color: #71236D;
}
</style>
background-color css
<style>
a { background-color: #71236D; }
a { background-color: rgb(113,35,109); }
div.DivClassName
{
background-color: #71236D;
}
.BgClassName
{
background-color: #71236D;
}
</style>
border-color css
<style>
span { border-color: #71236D; }
span { border-color: rgb(113,35,109); }
td.TdClassName
{
border-color: #71236D;
}
.TagClassName
{
border-color: #71236D;
}
</style>