Shades of Palatinate Purple #70305E
Tints of Palatinate Purple #70305E
RGB
CMYK
RGB Variations
Color information
#70305E (or 0x70305E) is known color: Palatinate Purple. HEX triplet: 70, 30 and 5E. RGB value is (112,48,94). Sum of RGB (Red+Green+Blue) = 112+48+94=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70305E is #8FCFA1. Grayscale: #484848. Windows color (decimal): -9424802 or 6172784. OLE color: 6172784.
HSL color Cylindrical-coordinate representation of color #70305E: hue angle of 316.88º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70305E is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 94 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.56 |
| HSL | 316.88º | 0.4% | 0.31% | - |
| HSV(B) | 316.88º | 0.57% | 0.44% | - |
| XYZ | 9.76 | 6.37 | 11.3 | - |
| YUV | 72.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 94 | 0 | 0.57 | 0.16 | 0.56 | 316.88 | 0.4 | 0.31 |
| Hex | 70 | 30 | 5E | 0 | 39 | 10 | 38 | 13D | 28 | 1F |
| Octal | 160 | 60 | 136 | 0 | 71 | 20 | 70 | 475 | 50 | 37 |
| Binary | 1110000 | 110000 | 1011110 | 0 | 111001 | 10000 | 111000 | 100111101 | 101000 | 11111 |
Color Harmonies of #70305E
Complementary color
Monochromatic Colors of #70305E
Black with #70305E
Text Example
Text Example
White with #70305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70305E; }
p { color: rgb(112,48,94); }
H1.HeaderClassName
{
color: #70305E;
}
.AnyTagClassName
{
color: #70305E;
}
</style>
background-color css
<style>
a { background-color: #70305E; }
a { background-color: rgb(112,48,94); }
div.DivClassName
{
background-color: #70305E;
}
.BgClassName
{
background-color: #70305E;
}
</style>
border-color css
<style>
span { border-color: #70305E; }
span { border-color: rgb(112,48,94); }
td.TdClassName
{
border-color: #70305E;
}
.TagClassName
{
border-color: #70305E;
}
</style>