Shades of Palatinate Purple #713A60
Tints of Palatinate Purple #713A60
RGB
CMYK
RGB Variations
Color information
#713A60 (or 0x713A60) is known color: Palatinate Purple. HEX triplet: 71, 3A and 60. RGB value is (113,58,96). Sum of RGB (Red+Green+Blue) = 113+58+96=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #713A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A60 is #8EC59F. Grayscale: #4E4E4E. Windows color (decimal): -9356704 or 6306417. OLE color: 6306417.
HSL color Cylindrical-coordinate representation of color #713A60: hue angle of 318.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #713A60 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 96 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.56 |
| HSL | 318.55º | 0.32% | 0.34% | - |
| HSV(B) | 318.55º | 0.49% | 0.44% | - |
| XYZ | 10.43 | 7.38 | 11.94 | - |
| YUV | 78.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 96 | 0 | 0.49 | 0.15 | 0.56 | 318.55 | 0.32 | 0.34 |
| Hex | 71 | 3A | 60 | 0 | 31 | F | 38 | 13F | 20 | 22 |
| Octal | 161 | 72 | 140 | 0 | 61 | 17 | 70 | 477 | 40 | 42 |
| Binary | 1110001 | 111010 | 1100000 | 0 | 110001 | 1111 | 111000 | 100111111 | 100000 | 100010 |
Color Harmonies of #713A60
Complementary color
Monochromatic Colors of #713A60
Black with #713A60
Text Example
Text Example
White with #713A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A60; }
p { color: rgb(113,58,96); }
H1.HeaderClassName
{
color: #713A60;
}
.AnyTagClassName
{
color: #713A60;
}
</style>
background-color css
<style>
a { background-color: #713A60; }
a { background-color: rgb(113,58,96); }
div.DivClassName
{
background-color: #713A60;
}
.BgClassName
{
background-color: #713A60;
}
</style>
border-color css
<style>
span { border-color: #713A60; }
span { border-color: rgb(113,58,96); }
td.TdClassName
{
border-color: #713A60;
}
.TagClassName
{
border-color: #713A60;
}
</style>