Shades of Palatinate Purple #700D58
Tints of Palatinate Purple #700D58
RGB
CMYK
RGB Variations
Color information
#700D58 (or 0x700D58) is known color: Palatinate Purple. HEX triplet: 70, 0D and 58. RGB value is (112,13,88). Sum of RGB (Red+Green+Blue) = 112+13+88=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #700D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D58 is #8FF2A7. Grayscale: #323232. Windows color (decimal): -9433768 or 5770608. OLE color: 5770608.
HSL color Cylindrical-coordinate representation of color #700D58: hue angle of 314.55º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700D58 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 88 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.56 |
| HSL | 314.55º | 0.79% | 0.25% | - |
| HSV(B) | 314.55º | 0.88% | 0.44% | - |
| XYZ | 8.59 | 4.44 | 9.64 | - |
| YUV | 51.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 88 | 0 | 0.88 | 0.21 | 0.56 | 314.55 | 0.79 | 0.25 |
| Hex | 70 | D | 58 | 0 | 58 | 15 | 38 | 13B | 4F | 19 |
| Octal | 160 | 15 | 130 | 0 | 130 | 25 | 70 | 473 | 117 | 31 |
| Binary | 1110000 | 1101 | 1011000 | 0 | 1011000 | 10101 | 111000 | 100111011 | 1001111 | 11001 |
Color Harmonies of #700D58
Complementary color
Monochromatic Colors of #700D58
Black with #700D58
Text Example
Text Example
White with #700D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D58; }
p { color: rgb(112,13,88); }
H1.HeaderClassName
{
color: #700D58;
}
.AnyTagClassName
{
color: #700D58;
}
</style>
background-color css
<style>
a { background-color: #700D58; }
a { background-color: rgb(112,13,88); }
div.DivClassName
{
background-color: #700D58;
}
.BgClassName
{
background-color: #700D58;
}
</style>
border-color css
<style>
span { border-color: #700D58; }
span { border-color: rgb(112,13,88); }
td.TdClassName
{
border-color: #700D58;
}
.TagClassName
{
border-color: #700D58;
}
</style>