Shades of Palatinate Purple #713863
Tints of Palatinate Purple #713863
RGB
CMYK
RGB Variations
Color information
#713863 (or 0x713863) is known color: Palatinate Purple. HEX triplet: 71, 38 and 63. RGB value is (113,56,99). Sum of RGB (Red+Green+Blue) = 113+56+99=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #713863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713863 is #8EC79C. Grayscale: #4D4D4D. Windows color (decimal): -9357213 or 6502513. OLE color: 6502513.
HSL color Cylindrical-coordinate representation of color #713863: hue angle of 314.74º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713863 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 56 | 99 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.56 |
| HSL | 314.74º | 0.34% | 0.33% | - |
| HSV(B) | 314.74º | 0.5% | 0.44% | - |
| XYZ | 10.48 | 7.24 | 12.65 | - |
| YUV | 77.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 99 | 0 | 0.50 | 0.12 | 0.56 | 314.74 | 0.34 | 0.33 |
| Hex | 71 | 38 | 63 | 0 | 32 | C | 38 | 13B | 22 | 21 |
| Octal | 161 | 70 | 143 | 0 | 62 | 14 | 70 | 473 | 42 | 41 |
| Binary | 1110001 | 111000 | 1100011 | 0 | 110010 | 1100 | 111000 | 100111011 | 100010 | 100001 |
Color Harmonies of #713863
Complementary color
Monochromatic Colors of #713863
Black with #713863
Text Example
Text Example
White with #713863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713863; }
p { color: rgb(113,56,99); }
H1.HeaderClassName
{
color: #713863;
}
.AnyTagClassName
{
color: #713863;
}
</style>
background-color css
<style>
a { background-color: #713863; }
a { background-color: rgb(113,56,99); }
div.DivClassName
{
background-color: #713863;
}
.BgClassName
{
background-color: #713863;
}
</style>
border-color css
<style>
span { border-color: #713863; }
span { border-color: rgb(113,56,99); }
td.TdClassName
{
border-color: #713863;
}
.TagClassName
{
border-color: #713863;
}
</style>