Shades of Palatinate Purple #70075E
Tints of Palatinate Purple #70075E
RGB
CMYK
RGB Variations
Color information
#70075E (or 0x70075E) is known color: Palatinate Purple. HEX triplet: 70, 07 and 5E. RGB value is (112,7,94). Sum of RGB (Red+Green+Blue) = 112+7+94=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #70075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70075E is #8FF8A1. Grayscale: #303030. Windows color (decimal): -9435298 or 6162288. OLE color: 6162288.
HSL color Cylindrical-coordinate representation of color #70075E: hue angle of 310.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70075E is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 94 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.56 |
| HSL | 310.29º | 0.88% | 0.23% | - |
| HSV(B) | 310.29º | 0.94% | 0.44% | - |
| XYZ | 8.78 | 4.4 | 10.98 | - |
| YUV | 48.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 94 | 0 | 0.94 | 0.16 | 0.56 | 310.29 | 0.88 | 0.23 |
| Hex | 70 | 7 | 5E | 0 | 5E | 10 | 38 | 136 | 58 | 17 |
| Octal | 160 | 7 | 136 | 0 | 136 | 20 | 70 | 466 | 130 | 27 |
| Binary | 1110000 | 111 | 1011110 | 0 | 1011110 | 10000 | 111000 | 100110110 | 1011000 | 10111 |
Color Harmonies of #70075E
Complementary color
Monochromatic Colors of #70075E
Black with #70075E
Text Example
Text Example
White with #70075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70075E; }
p { color: rgb(112,7,94); }
H1.HeaderClassName
{
color: #70075E;
}
.AnyTagClassName
{
color: #70075E;
}
</style>
background-color css
<style>
a { background-color: #70075E; }
a { background-color: rgb(112,7,94); }
div.DivClassName
{
background-color: #70075E;
}
.BgClassName
{
background-color: #70075E;
}
</style>
border-color css
<style>
span { border-color: #70075E; }
span { border-color: rgb(112,7,94); }
td.TdClassName
{
border-color: #70075E;
}
.TagClassName
{
border-color: #70075E;
}
</style>