Shades of Palatinate Purple #70055E
Tints of Palatinate Purple #70055E
RGB
CMYK
RGB Variations
Color information
#70055E (or 0x70055E) is known color: Palatinate Purple. HEX triplet: 70, 05 and 5E. RGB value is (112,5,94). Sum of RGB (Red+Green+Blue) = 112+5+94=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70055E is #8FFAA1. Grayscale: #2E2E2E. Windows color (decimal): -9435810 or 6161776. OLE color: 6161776.
HSL color Cylindrical-coordinate representation of color #70055E: hue angle of 310.09º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70055E is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 94 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.56 |
| HSL | 310.09º | 0.91% | 0.23% | - |
| HSV(B) | 310.09º | 0.96% | 0.44% | - |
| XYZ | 8.76 | 4.36 | 10.97 | - |
| YUV | 47.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 94 | 0 | 0.96 | 0.16 | 0.56 | 310.09 | 0.91 | 0.23 |
| Hex | 70 | 5 | 5E | 0 | 60 | 10 | 38 | 136 | 5B | 17 |
| Octal | 160 | 5 | 136 | 0 | 140 | 20 | 70 | 466 | 133 | 27 |
| Binary | 1110000 | 101 | 1011110 | 0 | 1100000 | 10000 | 111000 | 100110110 | 1011011 | 10111 |
Color Harmonies of #70055E
Complementary color
Monochromatic Colors of #70055E
Black with #70055E
Text Example
Text Example
White with #70055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70055E; }
p { color: rgb(112,5,94); }
H1.HeaderClassName
{
color: #70055E;
}
.AnyTagClassName
{
color: #70055E;
}
</style>
background-color css
<style>
a { background-color: #70055E; }
a { background-color: rgb(112,5,94); }
div.DivClassName
{
background-color: #70055E;
}
.BgClassName
{
background-color: #70055E;
}
</style>
border-color css
<style>
span { border-color: #70055E; }
span { border-color: rgb(112,5,94); }
td.TdClassName
{
border-color: #70055E;
}
.TagClassName
{
border-color: #70055E;
}
</style>