Shades of Palatinate Purple #70055D
Tints of Palatinate Purple #70055D
RGB
CMYK
RGB Variations
Color information
#70055D (or 0x70055D) is known color: Palatinate Purple. HEX triplet: 70, 05 and 5D. RGB value is (112,5,93). Sum of RGB (Red+Green+Blue) = 112+5+93=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70055D is #8FFAA2. Grayscale: #2E2E2E. Windows color (decimal): -9435811 or 6096240. OLE color: 6096240.
HSL color Cylindrical-coordinate representation of color #70055D: hue angle of 310.65º 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 #70055D is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 93 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.56 |
| HSL | 310.65º | 0.91% | 0.23% | - |
| HSV(B) | 310.65º | 0.96% | 0.44% | - |
| XYZ | 8.71 | 4.34 | 10.74 | - |
| YUV | 47.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 93 | 0 | 0.96 | 0.17 | 0.56 | 310.65 | 0.91 | 0.23 |
| Hex | 70 | 5 | 5D | 0 | 60 | 11 | 38 | 137 | 5B | 17 |
| Octal | 160 | 5 | 135 | 0 | 140 | 21 | 70 | 467 | 133 | 27 |
| Binary | 1110000 | 101 | 1011101 | 0 | 1100000 | 10001 | 111000 | 100110111 | 1011011 | 10111 |
Color Harmonies of #70055D
Complementary color
Monochromatic Colors of #70055D
Black with #70055D
Text Example
Text Example
White with #70055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70055D; }
p { color: rgb(112,5,93); }
H1.HeaderClassName
{
color: #70055D;
}
.AnyTagClassName
{
color: #70055D;
}
</style>
background-color css
<style>
a { background-color: #70055D; }
a { background-color: rgb(112,5,93); }
div.DivClassName
{
background-color: #70055D;
}
.BgClassName
{
background-color: #70055D;
}
</style>
border-color css
<style>
span { border-color: #70055D; }
span { border-color: rgb(112,5,93); }
td.TdClassName
{
border-color: #70055D;
}
.TagClassName
{
border-color: #70055D;
}
</style>