Shades of Palatinate Purple #70155B
Tints of Palatinate Purple #70155B
RGB
CMYK
RGB Variations
Color information
#70155B (or 0x70155B) is known color: Palatinate Purple. HEX triplet: 70, 15 and 5B. RGB value is (112,21,91). Sum of RGB (Red+Green+Blue) = 112+21+91=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70155B is #8FEAA4. Grayscale: #383838. Windows color (decimal): -9431717 or 5969264. OLE color: 5969264.
HSL color Cylindrical-coordinate representation of color #70155B: hue angle of 313.85º 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 #70155B is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 21 | 91 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.56 |
| HSL | 313.85º | 0.68% | 0.26% | - |
| HSV(B) | 313.85º | 0.81% | 0.44% | - |
| XYZ | 8.84 | 4.74 | 10.35 | - |
| YUV | 56.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 91 | 0 | 0.81 | 0.19 | 0.56 | 313.85 | 0.68 | 0.26 |
| Hex | 70 | 15 | 5B | 0 | 51 | 13 | 38 | 13A | 44 | 1A |
| Octal | 160 | 25 | 133 | 0 | 121 | 23 | 70 | 472 | 104 | 32 |
| Binary | 1110000 | 10101 | 1011011 | 0 | 1010001 | 10011 | 111000 | 100111010 | 1000100 | 11010 |
Color Harmonies of #70155B
Complementary color
Monochromatic Colors of #70155B
Black with #70155B
Text Example
Text Example
White with #70155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70155B; }
p { color: rgb(112,21,91); }
H1.HeaderClassName
{
color: #70155B;
}
.AnyTagClassName
{
color: #70155B;
}
</style>
background-color css
<style>
a { background-color: #70155B; }
a { background-color: rgb(112,21,91); }
div.DivClassName
{
background-color: #70155B;
}
.BgClassName
{
background-color: #70155B;
}
</style>
border-color css
<style>
span { border-color: #70155B; }
span { border-color: rgb(112,21,91); }
td.TdClassName
{
border-color: #70155B;
}
.TagClassName
{
border-color: #70155B;
}
</style>