Shades of Palatinate Purple #713A68
Tints of Palatinate Purple #713A68
RGB
CMYK
RGB Variations
Color information
#713A68 (or 0x713A68) is known color: Palatinate Purple. HEX triplet: 71, 3A and 68. RGB value is (113,58,104). Sum of RGB (Red+Green+Blue) = 113+58+104=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #713A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A68 is #8EC597. Grayscale: #4F4F4F. Windows color (decimal): -9356696 or 6830705. OLE color: 6830705.
HSL color Cylindrical-coordinate representation of color #713A68: hue angle of 309.82º 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 #713A68 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 104 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.56 |
| HSL | 309.82º | 0.32% | 0.34% | - |
| HSV(B) | 309.82º | 0.49% | 0.44% | - |
| XYZ | 10.82 | 7.54 | 13.98 | - |
| YUV | 79.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 104 | 0 | 0.49 | 0.08 | 0.56 | 309.82 | 0.32 | 0.34 |
| Hex | 71 | 3A | 68 | 0 | 31 | 8 | 38 | 136 | 20 | 22 |
| Octal | 161 | 72 | 150 | 0 | 61 | 10 | 70 | 466 | 40 | 42 |
| Binary | 1110001 | 111010 | 1101000 | 0 | 110001 | 1000 | 111000 | 100110110 | 100000 | 100010 |
Color Harmonies of #713A68
Complementary color
Monochromatic Colors of #713A68
Black with #713A68
Text Example
Text Example
White with #713A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A68; }
p { color: rgb(113,58,104); }
H1.HeaderClassName
{
color: #713A68;
}
.AnyTagClassName
{
color: #713A68;
}
</style>
background-color css
<style>
a { background-color: #713A68; }
a { background-color: rgb(113,58,104); }
div.DivClassName
{
background-color: #713A68;
}
.BgClassName
{
background-color: #713A68;
}
</style>
border-color css
<style>
span { border-color: #713A68; }
span { border-color: rgb(113,58,104); }
td.TdClassName
{
border-color: #713A68;
}
.TagClassName
{
border-color: #713A68;
}
</style>