Shades of Palatinate Purple #70045F
Tints of Palatinate Purple #70045F
RGB
CMYK
RGB Variations
Color information
#70045F (or 0x70045F) is known color: Palatinate Purple. HEX triplet: 70, 04 and 5F. RGB value is (112,4,95). Sum of RGB (Red+Green+Blue) = 112+4+95=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70045F is #8FFBA0. Grayscale: #2E2E2E. Windows color (decimal): -9436065 or 6227056. OLE color: 6227056.
HSL color Cylindrical-coordinate representation of color #70045F: hue angle of 309.44º 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 #70045F is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 95 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.56 |
| HSL | 309.44º | 0.93% | 0.23% | - |
| HSV(B) | 309.44º | 0.96% | 0.44% | - |
| XYZ | 8.79 | 4.36 | 11.2 | - |
| YUV | 46.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 95 | 0 | 0.96 | 0.15 | 0.56 | 309.44 | 0.93 | 0.23 |
| Hex | 70 | 4 | 5F | 0 | 60 | F | 38 | 135 | 5D | 17 |
| Octal | 160 | 4 | 137 | 0 | 140 | 17 | 70 | 465 | 135 | 27 |
| Binary | 1110000 | 100 | 1011111 | 0 | 1100000 | 1111 | 111000 | 100110101 | 1011101 | 10111 |
Color Harmonies of #70045F
Complementary color
Monochromatic Colors of #70045F
Black with #70045F
Text Example
Text Example
White with #70045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70045F; }
p { color: rgb(112,4,95); }
H1.HeaderClassName
{
color: #70045F;
}
.AnyTagClassName
{
color: #70045F;
}
</style>
background-color css
<style>
a { background-color: #70045F; }
a { background-color: rgb(112,4,95); }
div.DivClassName
{
background-color: #70045F;
}
.BgClassName
{
background-color: #70045F;
}
</style>
border-color css
<style>
span { border-color: #70045F; }
span { border-color: rgb(112,4,95); }
td.TdClassName
{
border-color: #70045F;
}
.TagClassName
{
border-color: #70045F;
}
</style>