Shades of Palatinate Purple #712E67
Tints of Palatinate Purple #712E67
RGB
CMYK
RGB Variations
Color information
#712E67 (or 0x712E67) is known color: Palatinate Purple. HEX triplet: 71, 2E and 67. RGB value is (113,46,103). Sum of RGB (Red+Green+Blue) = 113+46+103=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #712E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712E67 is #8ED198. Grayscale: #484848. Windows color (decimal): -9359769 or 6762097. OLE color: 6762097.
HSL color Cylindrical-coordinate representation of color #712E67: hue angle of 308.96º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #712E67 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 46 | 103 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.56 |
| HSL | 308.96º | 0.42% | 0.31% | - |
| HSV(B) | 308.96º | 0.59% | 0.44% | - |
| XYZ | 10.24 | 6.44 | 13.54 | - |
| YUV | 72.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 103 | 0 | 0.59 | 0.09 | 0.56 | 308.96 | 0.42 | 0.31 |
| Hex | 71 | 2E | 67 | 0 | 3B | 9 | 38 | 135 | 2A | 1F |
| Octal | 161 | 56 | 147 | 0 | 73 | 11 | 70 | 465 | 52 | 37 |
| Binary | 1110001 | 101110 | 1100111 | 0 | 111011 | 1001 | 111000 | 100110101 | 101010 | 11111 |
Color Harmonies of #712E67
Complementary color
Monochromatic Colors of #712E67
Black with #712E67
Text Example
Text Example
White with #712E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E67; }
p { color: rgb(113,46,103); }
H1.HeaderClassName
{
color: #712E67;
}
.AnyTagClassName
{
color: #712E67;
}
</style>
background-color css
<style>
a { background-color: #712E67; }
a { background-color: rgb(113,46,103); }
div.DivClassName
{
background-color: #712E67;
}
.BgClassName
{
background-color: #712E67;
}
</style>
border-color css
<style>
span { border-color: #712E67; }
span { border-color: rgb(113,46,103); }
td.TdClassName
{
border-color: #712E67;
}
.TagClassName
{
border-color: #712E67;
}
</style>