Shades of Palatinate Purple #70175F
Tints of Palatinate Purple #70175F
RGB
CMYK
RGB Variations
Color information
#70175F (or 0x70175F) is known color: Palatinate Purple. HEX triplet: 70, 17 and 5F. RGB value is (112,23,95). Sum of RGB (Red+Green+Blue) = 112+23+95=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70175F is #8FE8A0. Grayscale: #393939. Windows color (decimal): -9431201 or 6231920. OLE color: 6231920.
HSL color Cylindrical-coordinate representation of color #70175F: hue angle of 311.46º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70175F is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 95 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.56 |
| HSL | 311.46º | 0.66% | 0.26% | - |
| HSV(B) | 311.46º | 0.79% | 0.44% | - |
| XYZ | 9.05 | 4.88 | 11.29 | - |
| YUV | 57.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 95 | 0 | 0.79 | 0.15 | 0.56 | 311.46 | 0.66 | 0.26 |
| Hex | 70 | 17 | 5F | 0 | 4F | F | 38 | 137 | 42 | 1A |
| Octal | 160 | 27 | 137 | 0 | 117 | 17 | 70 | 467 | 102 | 32 |
| Binary | 1110000 | 10111 | 1011111 | 0 | 1001111 | 1111 | 111000 | 100110111 | 1000010 | 11010 |
Color Harmonies of #70175F
Complementary color
Monochromatic Colors of #70175F
Black with #70175F
Text Example
Text Example
White with #70175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70175F; }
p { color: rgb(112,23,95); }
H1.HeaderClassName
{
color: #70175F;
}
.AnyTagClassName
{
color: #70175F;
}
</style>
background-color css
<style>
a { background-color: #70175F; }
a { background-color: rgb(112,23,95); }
div.DivClassName
{
background-color: #70175F;
}
.BgClassName
{
background-color: #70175F;
}
</style>
border-color css
<style>
span { border-color: #70175F; }
span { border-color: rgb(112,23,95); }
td.TdClassName
{
border-color: #70175F;
}
.TagClassName
{
border-color: #70175F;
}
</style>