Shades of Palatinate Purple #713A62
Tints of Palatinate Purple #713A62
RGB
CMYK
RGB Variations
Color information
#713A62 (or 0x713A62) is known color: Palatinate Purple. HEX triplet: 71, 3A and 62. RGB value is (113,58,98). Sum of RGB (Red+Green+Blue) = 113+58+98=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #713A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A62 is #8EC59D. Grayscale: #4E4E4E. Windows color (decimal): -9356702 or 6437489. OLE color: 6437489.
HSL color Cylindrical-coordinate representation of color #713A62: hue angle of 316.36º 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 #713A62 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 98 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.56 |
| HSL | 316.36º | 0.32% | 0.34% | - |
| HSV(B) | 316.36º | 0.49% | 0.44% | - |
| XYZ | 10.53 | 7.42 | 12.43 | - |
| YUV | 79.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 98 | 0 | 0.49 | 0.13 | 0.56 | 316.36 | 0.32 | 0.34 |
| Hex | 71 | 3A | 62 | 0 | 31 | D | 38 | 13C | 20 | 22 |
| Octal | 161 | 72 | 142 | 0 | 61 | 15 | 70 | 474 | 40 | 42 |
| Binary | 1110001 | 111010 | 1100010 | 0 | 110001 | 1101 | 111000 | 100111100 | 100000 | 100010 |
Color Harmonies of #713A62
Complementary color
Monochromatic Colors of #713A62
Black with #713A62
Text Example
Text Example
White with #713A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A62; }
p { color: rgb(113,58,98); }
H1.HeaderClassName
{
color: #713A62;
}
.AnyTagClassName
{
color: #713A62;
}
</style>
background-color css
<style>
a { background-color: #713A62; }
a { background-color: rgb(113,58,98); }
div.DivClassName
{
background-color: #713A62;
}
.BgClassName
{
background-color: #713A62;
}
</style>
border-color css
<style>
span { border-color: #713A62; }
span { border-color: rgb(113,58,98); }
td.TdClassName
{
border-color: #713A62;
}
.TagClassName
{
border-color: #713A62;
}
</style>