Shades of Palatinate Purple #712F64
Tints of Palatinate Purple #712F64
RGB
CMYK
RGB Variations
Color information
#712F64 (or 0x712F64) is known color: Palatinate Purple. HEX triplet: 71, 2F and 64. RGB value is (113,47,100). Sum of RGB (Red+Green+Blue) = 113+47+100=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #712F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F64 is #8ED09B. Grayscale: #484848. Windows color (decimal): -9359516 or 6565745. OLE color: 6565745.
HSL color Cylindrical-coordinate representation of color #712F64: hue angle of 311.82º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #712F64 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 100 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.56 |
| HSL | 311.82º | 0.41% | 0.31% | - |
| HSV(B) | 311.82º | 0.58% | 0.44% | - |
| XYZ | 10.13 | 6.46 | 12.77 | - |
| YUV | 72.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 100 | 0 | 0.58 | 0.12 | 0.56 | 311.82 | 0.41 | 0.31 |
| Hex | 71 | 2F | 64 | 0 | 3A | C | 38 | 138 | 29 | 1F |
| Octal | 161 | 57 | 144 | 0 | 72 | 14 | 70 | 470 | 51 | 37 |
| Binary | 1110001 | 101111 | 1100100 | 0 | 111010 | 1100 | 111000 | 100111000 | 101001 | 11111 |
Color Harmonies of #712F64
Complementary color
Monochromatic Colors of #712F64
Black with #712F64
Text Example
Text Example
White with #712F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F64; }
p { color: rgb(113,47,100); }
H1.HeaderClassName
{
color: #712F64;
}
.AnyTagClassName
{
color: #712F64;
}
</style>
background-color css
<style>
a { background-color: #712F64; }
a { background-color: rgb(113,47,100); }
div.DivClassName
{
background-color: #712F64;
}
.BgClassName
{
background-color: #712F64;
}
</style>
border-color css
<style>
span { border-color: #712F64; }
span { border-color: rgb(113,47,100); }
td.TdClassName
{
border-color: #712F64;
}
.TagClassName
{
border-color: #712F64;
}
</style>