Shades of Palatinate Purple #71235C
Tints of Palatinate Purple #71235C
RGB
CMYK
RGB Variations
Color information
#71235C (or 0x71235C) is known color: Palatinate Purple. HEX triplet: 71, 23 and 5C. RGB value is (113,35,92). Sum of RGB (Red+Green+Blue) = 113+35+92=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71235C is #8EDCA3. Grayscale: #404040. Windows color (decimal): -9362596 or 6038385. OLE color: 6038385.
HSL color Cylindrical-coordinate representation of color #71235C: hue angle of 316.15º 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 #71235C is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 92 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.56 |
| HSL | 316.15º | 0.53% | 0.29% | - |
| HSV(B) | 316.15º | 0.69% | 0.44% | - |
| XYZ | 9.34 | 5.49 | 10.69 | - |
| YUV | 64.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 92 | 0 | 0.69 | 0.19 | 0.56 | 316.15 | 0.53 | 0.29 |
| Hex | 71 | 23 | 5C | 0 | 45 | 13 | 38 | 13C | 35 | 1D |
| Octal | 161 | 43 | 134 | 0 | 105 | 23 | 70 | 474 | 65 | 35 |
| Binary | 1110001 | 100011 | 1011100 | 0 | 1000101 | 10011 | 111000 | 100111100 | 110101 | 11101 |
Color Harmonies of #71235C
Complementary color
Monochromatic Colors of #71235C
Black with #71235C
Text Example
Text Example
White with #71235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71235C; }
p { color: rgb(113,35,92); }
H1.HeaderClassName
{
color: #71235C;
}
.AnyTagClassName
{
color: #71235C;
}
</style>
background-color css
<style>
a { background-color: #71235C; }
a { background-color: rgb(113,35,92); }
div.DivClassName
{
background-color: #71235C;
}
.BgClassName
{
background-color: #71235C;
}
</style>
border-color css
<style>
span { border-color: #71235C; }
span { border-color: rgb(113,35,92); }
td.TdClassName
{
border-color: #71235C;
}
.TagClassName
{
border-color: #71235C;
}
</style>