Shades of Palatinate Purple #70375F
Tints of Palatinate Purple #70375F
RGB
CMYK
RGB Variations
Color information
#70375F (or 0x70375F) is known color: Palatinate Purple. HEX triplet: 70, 37 and 5F. RGB value is (112,55,95). Sum of RGB (Red+Green+Blue) = 112+55+95=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #70375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70375F is #8FC8A0. Grayscale: #4C4C4C. Windows color (decimal): -9423009 or 6240112. OLE color: 6240112.
HSL color Cylindrical-coordinate representation of color #70375F: hue angle of 317.89º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70375F is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 95 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.56 |
| HSL | 317.89º | 0.34% | 0.33% | - |
| HSV(B) | 317.89º | 0.51% | 0.44% | - |
| XYZ | 10.11 | 7 | 11.65 | - |
| YUV | 76.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 95 | 0 | 0.51 | 0.15 | 0.56 | 317.89 | 0.34 | 0.33 |
| Hex | 70 | 37 | 5F | 0 | 33 | F | 38 | 13E | 22 | 21 |
| Octal | 160 | 67 | 137 | 0 | 63 | 17 | 70 | 476 | 42 | 41 |
| Binary | 1110000 | 110111 | 1011111 | 0 | 110011 | 1111 | 111000 | 100111110 | 100010 | 100001 |
Color Harmonies of #70375F
Complementary color
Monochromatic Colors of #70375F
Black with #70375F
Text Example
Text Example
White with #70375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70375F; }
p { color: rgb(112,55,95); }
H1.HeaderClassName
{
color: #70375F;
}
.AnyTagClassName
{
color: #70375F;
}
</style>
background-color css
<style>
a { background-color: #70375F; }
a { background-color: rgb(112,55,95); }
div.DivClassName
{
background-color: #70375F;
}
.BgClassName
{
background-color: #70375F;
}
</style>
border-color css
<style>
span { border-color: #70375F; }
span { border-color: rgb(112,55,95); }
td.TdClassName
{
border-color: #70375F;
}
.TagClassName
{
border-color: #70375F;
}
</style>