Shades of Palatinate Purple #712A64
Tints of Palatinate Purple #712A64
RGB
CMYK
RGB Variations
Color information
#712A64 (or 0x712A64) is known color: Palatinate Purple. HEX triplet: 71, 2A and 64. RGB value is (113,42,100). Sum of RGB (Red+Green+Blue) = 113+42+100=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #712A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A64 is #8ED59B. Grayscale: #454545. Windows color (decimal): -9360796 or 6564465. OLE color: 6564465.
HSL color Cylindrical-coordinate representation of color #712A64: hue angle of 310.99º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A64 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 100 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.56 |
| HSL | 310.99º | 0.46% | 0.3% | - |
| HSV(B) | 310.99º | 0.63% | 0.44% | - |
| XYZ | 9.94 | 6.09 | 12.71 | - |
| YUV | 69.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 100 | 0 | 0.63 | 0.12 | 0.56 | 310.99 | 0.46 | 0.3 |
| Hex | 71 | 2A | 64 | 0 | 3F | C | 38 | 137 | 2E | 1E |
| Octal | 161 | 52 | 144 | 0 | 77 | 14 | 70 | 467 | 56 | 36 |
| Binary | 1110001 | 101010 | 1100100 | 0 | 111111 | 1100 | 111000 | 100110111 | 101110 | 11110 |
Color Harmonies of #712A64
Complementary color
Monochromatic Colors of #712A64
Black with #712A64
Text Example
Text Example
White with #712A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A64; }
p { color: rgb(113,42,100); }
H1.HeaderClassName
{
color: #712A64;
}
.AnyTagClassName
{
color: #712A64;
}
</style>
background-color css
<style>
a { background-color: #712A64; }
a { background-color: rgb(113,42,100); }
div.DivClassName
{
background-color: #712A64;
}
.BgClassName
{
background-color: #712A64;
}
</style>
border-color css
<style>
span { border-color: #712A64; }
span { border-color: rgb(113,42,100); }
td.TdClassName
{
border-color: #712A64;
}
.TagClassName
{
border-color: #712A64;
}
</style>