Shades of Palatinate Purple #70105E
Tints of Palatinate Purple #70105E
RGB
CMYK
RGB Variations
Color information
#70105E (or 0x70105E) is known color: Palatinate Purple. HEX triplet: 70, 10 and 5E. RGB value is (112,16,94). Sum of RGB (Red+Green+Blue) = 112+16+94=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70105E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70105E is #8FEFA1. Grayscale: #353535. Windows color (decimal): -9432994 or 6164592. OLE color: 6164592.
HSL color Cylindrical-coordinate representation of color #70105E: hue angle of 311.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70105E is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 94 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.56 |
| HSL | 311.25º | 0.75% | 0.25% | - |
| HSV(B) | 311.25º | 0.86% | 0.44% | - |
| XYZ | 8.89 | 4.62 | 11.01 | - |
| YUV | 53.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 94 | 0 | 0.86 | 0.16 | 0.56 | 311.25 | 0.75 | 0.25 |
| Hex | 70 | 10 | 5E | 0 | 56 | 10 | 38 | 137 | 4B | 19 |
| Octal | 160 | 20 | 136 | 0 | 126 | 20 | 70 | 467 | 113 | 31 |
| Binary | 1110000 | 10000 | 1011110 | 0 | 1010110 | 10000 | 111000 | 100110111 | 1001011 | 11001 |
Color Harmonies of #70105E
Complementary color
Monochromatic Colors of #70105E
Black with #70105E
Text Example
Text Example
White with #70105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70105E; }
p { color: rgb(112,16,94); }
H1.HeaderClassName
{
color: #70105E;
}
.AnyTagClassName
{
color: #70105E;
}
</style>
background-color css
<style>
a { background-color: #70105E; }
a { background-color: rgb(112,16,94); }
div.DivClassName
{
background-color: #70105E;
}
.BgClassName
{
background-color: #70105E;
}
</style>
border-color css
<style>
span { border-color: #70105E; }
span { border-color: rgb(112,16,94); }
td.TdClassName
{
border-color: #70105E;
}
.TagClassName
{
border-color: #70105E;
}
</style>