Shades of Palatinate Purple #712C67
Tints of Palatinate Purple #712C67
RGB
CMYK
RGB Variations
Color information
#712C67 (or 0x712C67) is known color: Palatinate Purple. HEX triplet: 71, 2C and 67. RGB value is (113,44,103). Sum of RGB (Red+Green+Blue) = 113+44+103=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #712C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C67 is #8ED398. Grayscale: #474747. Windows color (decimal): -9360281 or 6761585. OLE color: 6761585.
HSL color Cylindrical-coordinate representation of color #712C67: hue angle of 308.7º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #712C67 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 103 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.56 |
| HSL | 308.7º | 0.44% | 0.31% | - |
| HSV(B) | 308.7º | 0.61% | 0.44% | - |
| XYZ | 10.16 | 6.29 | 13.51 | - |
| YUV | 71.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 103 | 0 | 0.61 | 0.09 | 0.56 | 308.7 | 0.44 | 0.31 |
| Hex | 71 | 2C | 67 | 0 | 3D | 9 | 38 | 135 | 2C | 1F |
| Octal | 161 | 54 | 147 | 0 | 75 | 11 | 70 | 465 | 54 | 37 |
| Binary | 1110001 | 101100 | 1100111 | 0 | 111101 | 1001 | 111000 | 100110101 | 101100 | 11111 |
Color Harmonies of #712C67
Complementary color
Monochromatic Colors of #712C67
Black with #712C67
Text Example
Text Example
White with #712C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C67; }
p { color: rgb(113,44,103); }
H1.HeaderClassName
{
color: #712C67;
}
.AnyTagClassName
{
color: #712C67;
}
</style>
background-color css
<style>
a { background-color: #712C67; }
a { background-color: rgb(113,44,103); }
div.DivClassName
{
background-color: #712C67;
}
.BgClassName
{
background-color: #712C67;
}
</style>
border-color css
<style>
span { border-color: #712C67; }
span { border-color: rgb(113,44,103); }
td.TdClassName
{
border-color: #712C67;
}
.TagClassName
{
border-color: #712C67;
}
</style>