Shades of Palatinate Purple #70165D
Tints of Palatinate Purple #70165D
RGB
CMYK
RGB Variations
Color information
#70165D (or 0x70165D) is known color: Palatinate Purple. HEX triplet: 70, 16 and 5D. RGB value is (112,22,93). Sum of RGB (Red+Green+Blue) = 112+22+93=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70165D is #8FE9A2. Grayscale: #383838. Windows color (decimal): -9431459 or 6100592. OLE color: 6100592.
HSL color Cylindrical-coordinate representation of color #70165D: hue angle of 312.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70165D is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 93 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.56 |
| HSL | 312.67º | 0.67% | 0.26% | - |
| HSV(B) | 312.67º | 0.8% | 0.44% | - |
| XYZ | 8.94 | 4.81 | 10.81 | - |
| YUV | 57 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 93 | 0 | 0.80 | 0.17 | 0.56 | 312.67 | 0.67 | 0.26 |
| Hex | 70 | 16 | 5D | 0 | 50 | 11 | 38 | 139 | 43 | 1A |
| Octal | 160 | 26 | 135 | 0 | 120 | 21 | 70 | 471 | 103 | 32 |
| Binary | 1110000 | 10110 | 1011101 | 0 | 1010000 | 10001 | 111000 | 100111001 | 1000011 | 11010 |
Color Harmonies of #70165D
Complementary color
Monochromatic Colors of #70165D
Black with #70165D
Text Example
Text Example
White with #70165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70165D; }
p { color: rgb(112,22,93); }
H1.HeaderClassName
{
color: #70165D;
}
.AnyTagClassName
{
color: #70165D;
}
</style>
background-color css
<style>
a { background-color: #70165D; }
a { background-color: rgb(112,22,93); }
div.DivClassName
{
background-color: #70165D;
}
.BgClassName
{
background-color: #70165D;
}
</style>
border-color css
<style>
span { border-color: #70165D; }
span { border-color: rgb(112,22,93); }
td.TdClassName
{
border-color: #70165D;
}
.TagClassName
{
border-color: #70165D;
}
</style>