Shades of Palatinate Purple #712568
Tints of Palatinate Purple #712568
RGB
CMYK
RGB Variations
Color information
#712568 (or 0x712568) is known color: Palatinate Purple. HEX triplet: 71, 25 and 68. RGB value is (113,37,104). Sum of RGB (Red+Green+Blue) = 113+37+104=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #712568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712568 is #8EDA97. Grayscale: #434343. Windows color (decimal): -9362072 or 6825329. OLE color: 6825329.
HSL color Cylindrical-coordinate representation of color #712568: hue angle of 307.11º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #712568 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 37 | 104 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.56 |
| HSL | 307.11º | 0.51% | 0.29% | - |
| HSV(B) | 307.11º | 0.67% | 0.44% | - |
| XYZ | 9.97 | 5.83 | 13.7 | - |
| YUV | 67.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 104 | 0 | 0.67 | 0.08 | 0.56 | 307.11 | 0.51 | 0.29 |
| Hex | 71 | 25 | 68 | 0 | 43 | 8 | 38 | 133 | 33 | 1D |
| Octal | 161 | 45 | 150 | 0 | 103 | 10 | 70 | 463 | 63 | 35 |
| Binary | 1110001 | 100101 | 1101000 | 0 | 1000011 | 1000 | 111000 | 100110011 | 110011 | 11101 |
Color Harmonies of #712568
Complementary color
Monochromatic Colors of #712568
Black with #712568
Text Example
Text Example
White with #712568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712568; }
p { color: rgb(113,37,104); }
H1.HeaderClassName
{
color: #712568;
}
.AnyTagClassName
{
color: #712568;
}
</style>
background-color css
<style>
a { background-color: #712568; }
a { background-color: rgb(113,37,104); }
div.DivClassName
{
background-color: #712568;
}
.BgClassName
{
background-color: #712568;
}
</style>
border-color css
<style>
span { border-color: #712568; }
span { border-color: rgb(113,37,104); }
td.TdClassName
{
border-color: #712568;
}
.TagClassName
{
border-color: #712568;
}
</style>