Shades of Palatinate Purple #70275D
Tints of Palatinate Purple #70275D
RGB
CMYK
RGB Variations
Color information
#70275D (or 0x70275D) is known color: Palatinate Purple. HEX triplet: 70, 27 and 5D. RGB value is (112,39,93). Sum of RGB (Red+Green+Blue) = 112+39+93=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70275D is #8FD8A2. Grayscale: #424242. Windows color (decimal): -9427107 or 6104944. OLE color: 6104944.
HSL color Cylindrical-coordinate representation of color #70275D: hue angle of 315.62º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70275D is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 39 | 93 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.56 |
| HSL | 315.62º | 0.48% | 0.3% | - |
| HSV(B) | 315.62º | 0.65% | 0.44% | - |
| XYZ | 9.38 | 5.69 | 10.96 | - |
| YUV | 66.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 93 | 0 | 0.65 | 0.17 | 0.56 | 315.62 | 0.48 | 0.3 |
| Hex | 70 | 27 | 5D | 0 | 41 | 11 | 38 | 13C | 30 | 1E |
| Octal | 160 | 47 | 135 | 0 | 101 | 21 | 70 | 474 | 60 | 36 |
| Binary | 1110000 | 100111 | 1011101 | 0 | 1000001 | 10001 | 111000 | 100111100 | 110000 | 11110 |
Color Harmonies of #70275D
Complementary color
Monochromatic Colors of #70275D
Black with #70275D
Text Example
Text Example
White with #70275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70275D; }
p { color: rgb(112,39,93); }
H1.HeaderClassName
{
color: #70275D;
}
.AnyTagClassName
{
color: #70275D;
}
</style>
background-color css
<style>
a { background-color: #70275D; }
a { background-color: rgb(112,39,93); }
div.DivClassName
{
background-color: #70275D;
}
.BgClassName
{
background-color: #70275D;
}
</style>
border-color css
<style>
span { border-color: #70275D; }
span { border-color: rgb(112,39,93); }
td.TdClassName
{
border-color: #70275D;
}
.TagClassName
{
border-color: #70275D;
}
</style>