Shades of Palatinate Purple #70155A
Tints of Palatinate Purple #70155A
RGB
CMYK
RGB Variations
Color information
#70155A (or 0x70155A) is known color: Palatinate Purple. HEX triplet: 70, 15 and 5A. RGB value is (112,21,90). Sum of RGB (Red+Green+Blue) = 112+21+90=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70155A is #8FEAA5. Grayscale: #373737. Windows color (decimal): -9431718 or 5903728. OLE color: 5903728.
HSL color Cylindrical-coordinate representation of color #70155A: hue angle of 314.51º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70155A is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 21 | 90 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.56 |
| HSL | 314.51º | 0.68% | 0.26% | - |
| HSV(B) | 314.51º | 0.81% | 0.44% | - |
| XYZ | 8.8 | 4.72 | 10.12 | - |
| YUV | 56.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 90 | 0 | 0.81 | 0.20 | 0.56 | 314.51 | 0.68 | 0.26 |
| Hex | 70 | 15 | 5A | 0 | 51 | 14 | 38 | 13B | 44 | 1A |
| Octal | 160 | 25 | 132 | 0 | 121 | 24 | 70 | 473 | 104 | 32 |
| Binary | 1110000 | 10101 | 1011010 | 0 | 1010001 | 10100 | 111000 | 100111011 | 1000100 | 11010 |
Color Harmonies of #70155A
Complementary color
Monochromatic Colors of #70155A
Black with #70155A
Text Example
Text Example
White with #70155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70155A; }
p { color: rgb(112,21,90); }
H1.HeaderClassName
{
color: #70155A;
}
.AnyTagClassName
{
color: #70155A;
}
</style>
background-color css
<style>
a { background-color: #70155A; }
a { background-color: rgb(112,21,90); }
div.DivClassName
{
background-color: #70155A;
}
.BgClassName
{
background-color: #70155A;
}
</style>
border-color css
<style>
span { border-color: #70155A; }
span { border-color: rgb(112,21,90); }
td.TdClassName
{
border-color: #70155A;
}
.TagClassName
{
border-color: #70155A;
}
</style>