Shades of Palatinate Purple #70155C
Tints of Palatinate Purple #70155C
RGB
CMYK
RGB Variations
Color information
#70155C (or 0x70155C) is known color: Palatinate Purple. HEX triplet: 70, 15 and 5C. RGB value is (112,21,92). Sum of RGB (Red+Green+Blue) = 112+21+92=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70155C is #8FEAA3. Grayscale: #383838. Windows color (decimal): -9431716 or 6034800. OLE color: 6034800.
HSL color Cylindrical-coordinate representation of color #70155C: hue angle of 313.19º 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 #70155C is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 21 | 92 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.56 |
| HSL | 313.19º | 0.68% | 0.26% | - |
| HSV(B) | 313.19º | 0.81% | 0.44% | - |
| XYZ | 8.88 | 4.75 | 10.57 | - |
| YUV | 56.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 92 | 0 | 0.81 | 0.18 | 0.56 | 313.19 | 0.68 | 0.26 |
| Hex | 70 | 15 | 5C | 0 | 51 | 12 | 38 | 139 | 44 | 1A |
| Octal | 160 | 25 | 134 | 0 | 121 | 22 | 70 | 471 | 104 | 32 |
| Binary | 1110000 | 10101 | 1011100 | 0 | 1010001 | 10010 | 111000 | 100111001 | 1000100 | 11010 |
Color Harmonies of #70155C
Complementary color
Monochromatic Colors of #70155C
Black with #70155C
Text Example
Text Example
White with #70155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70155C; }
p { color: rgb(112,21,92); }
H1.HeaderClassName
{
color: #70155C;
}
.AnyTagClassName
{
color: #70155C;
}
</style>
background-color css
<style>
a { background-color: #70155C; }
a { background-color: rgb(112,21,92); }
div.DivClassName
{
background-color: #70155C;
}
.BgClassName
{
background-color: #70155C;
}
</style>
border-color css
<style>
span { border-color: #70155C; }
span { border-color: rgb(112,21,92); }
td.TdClassName
{
border-color: #70155C;
}
.TagClassName
{
border-color: #70155C;
}
</style>