Shades of Palatinate Purple #70045E
Tints of Palatinate Purple #70045E
RGB
CMYK
RGB Variations
Color information
#70045E (or 0x70045E) is known color: Palatinate Purple. HEX triplet: 70, 04 and 5E. RGB value is (112,4,94). Sum of RGB (Red+Green+Blue) = 112+4+94=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70045E is #8FFBA1. Grayscale: #2E2E2E. Windows color (decimal): -9436066 or 6161520. OLE color: 6161520.
HSL color Cylindrical-coordinate representation of color #70045E: hue angle of 310º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70045E is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 94 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.56 |
| HSL | 310º | 0.93% | 0.23% | - |
| HSV(B) | 310º | 0.96% | 0.44% | - |
| XYZ | 8.75 | 4.34 | 10.97 | - |
| YUV | 46.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 94 | 0 | 0.96 | 0.16 | 0.56 | 310 | 0.93 | 0.23 |
| Hex | 70 | 4 | 5E | 0 | 60 | 10 | 38 | 136 | 5D | 17 |
| Octal | 160 | 4 | 136 | 0 | 140 | 20 | 70 | 466 | 135 | 27 |
| Binary | 1110000 | 100 | 1011110 | 0 | 1100000 | 10000 | 111000 | 100110110 | 1011101 | 10111 |
Color Harmonies of #70045E
Complementary color
Monochromatic Colors of #70045E
Black with #70045E
Text Example
Text Example
White with #70045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70045E; }
p { color: rgb(112,4,94); }
H1.HeaderClassName
{
color: #70045E;
}
.AnyTagClassName
{
color: #70045E;
}
</style>
background-color css
<style>
a { background-color: #70045E; }
a { background-color: rgb(112,4,94); }
div.DivClassName
{
background-color: #70045E;
}
.BgClassName
{
background-color: #70045E;
}
</style>
border-color css
<style>
span { border-color: #70045E; }
span { border-color: rgb(112,4,94); }
td.TdClassName
{
border-color: #70045E;
}
.TagClassName
{
border-color: #70045E;
}
</style>