Shades of Palatinate Purple #70025E
Tints of Palatinate Purple #70025E
RGB
CMYK
RGB Variations
Color information
#70025E (or 0x70025E) is known color: Palatinate Purple. HEX triplet: 70, 02 and 5E. RGB value is (112,2,94). Sum of RGB (Red+Green+Blue) = 112+2+94=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70025E is #8FFDA1. Grayscale: #2D2D2D. Windows color (decimal): -9436578 or 6161008. OLE color: 6161008.
HSL color Cylindrical-coordinate representation of color #70025E: hue angle of 309.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70025E is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 94 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.56 |
| HSL | 309.82º | 0.96% | 0.22% | - |
| HSV(B) | 309.82º | 0.98% | 0.44% | - |
| XYZ | 8.72 | 4.3 | 10.96 | - |
| YUV | 45.38 | 155.44 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 94 | 0 | 0.98 | 0.16 | 0.56 | 309.82 | 0.96 | 0.22 |
| Hex | 70 | 2 | 5E | 0 | 62 | 10 | 38 | 136 | 60 | 16 |
| Octal | 160 | 2 | 136 | 0 | 142 | 20 | 70 | 466 | 140 | 26 |
| Binary | 1110000 | 10 | 1011110 | 0 | 1100010 | 10000 | 111000 | 100110110 | 1100000 | 10110 |
Color Harmonies of #70025E
Complementary color
Monochromatic Colors of #70025E
Black with #70025E
Text Example
Text Example
White with #70025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70025E; }
p { color: rgb(112,2,94); }
H1.HeaderClassName
{
color: #70025E;
}
.AnyTagClassName
{
color: #70025E;
}
</style>
background-color css
<style>
a { background-color: #70025E; }
a { background-color: rgb(112,2,94); }
div.DivClassName
{
background-color: #70025E;
}
.BgClassName
{
background-color: #70025E;
}
</style>
border-color css
<style>
span { border-color: #70025E; }
span { border-color: rgb(112,2,94); }
td.TdClassName
{
border-color: #70025E;
}
.TagClassName
{
border-color: #70025E;
}
</style>