Shades of Palatinate Purple #70155F
Tints of Palatinate Purple #70155F
RGB
CMYK
RGB Variations
Color information
#70155F (or 0x70155F) is known color: Palatinate Purple. HEX triplet: 70, 15 and 5F. RGB value is (112,21,95). Sum of RGB (Red+Green+Blue) = 112+21+95=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70155F is #8FEAA0. Grayscale: #383838. Windows color (decimal): -9431713 or 6231408. OLE color: 6231408.
HSL color Cylindrical-coordinate representation of color #70155F: hue angle of 311.21º 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 #70155F is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 21 | 95 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.56 |
| HSL | 311.21º | 0.68% | 0.26% | - |
| HSV(B) | 311.21º | 0.81% | 0.44% | - |
| XYZ | 9.02 | 4.81 | 11.28 | - |
| YUV | 56.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 95 | 0 | 0.81 | 0.15 | 0.56 | 311.21 | 0.68 | 0.26 |
| Hex | 70 | 15 | 5F | 0 | 51 | F | 38 | 137 | 44 | 1A |
| Octal | 160 | 25 | 137 | 0 | 121 | 17 | 70 | 467 | 104 | 32 |
| Binary | 1110000 | 10101 | 1011111 | 0 | 1010001 | 1111 | 111000 | 100110111 | 1000100 | 11010 |
Color Harmonies of #70155F
Complementary color
Monochromatic Colors of #70155F
Black with #70155F
Text Example
Text Example
White with #70155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70155F; }
p { color: rgb(112,21,95); }
H1.HeaderClassName
{
color: #70155F;
}
.AnyTagClassName
{
color: #70155F;
}
</style>
background-color css
<style>
a { background-color: #70155F; }
a { background-color: rgb(112,21,95); }
div.DivClassName
{
background-color: #70155F;
}
.BgClassName
{
background-color: #70155F;
}
</style>
border-color css
<style>
span { border-color: #70155F; }
span { border-color: rgb(112,21,95); }
td.TdClassName
{
border-color: #70155F;
}
.TagClassName
{
border-color: #70155F;
}
</style>