Shades of Palatinate Purple #70145C
Tints of Palatinate Purple #70145C
RGB
CMYK
RGB Variations
Color information
#70145C (or 0x70145C) is known color: Palatinate Purple. HEX triplet: 70, 14 and 5C. RGB value is (112,20,92). Sum of RGB (Red+Green+Blue) = 112+20+92=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70145C is #8FEBA3. Grayscale: #373737. Windows color (decimal): -9431972 or 6034544. OLE color: 6034544.
HSL color Cylindrical-coordinate representation of color #70145C: hue angle of 313.04º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70145C is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 92 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.56 |
| HSL | 313.04º | 0.7% | 0.26% | - |
| HSV(B) | 313.04º | 0.82% | 0.44% | - |
| XYZ | 8.86 | 4.72 | 10.57 | - |
| YUV | 55.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 92 | 0 | 0.82 | 0.18 | 0.56 | 313.04 | 0.7 | 0.26 |
| Hex | 70 | 14 | 5C | 0 | 52 | 12 | 38 | 139 | 46 | 1A |
| Octal | 160 | 24 | 134 | 0 | 122 | 22 | 70 | 471 | 106 | 32 |
| Binary | 1110000 | 10100 | 1011100 | 0 | 1010010 | 10010 | 111000 | 100111001 | 1000110 | 11010 |
Color Harmonies of #70145C
Complementary color
Monochromatic Colors of #70145C
Black with #70145C
Text Example
Text Example
White with #70145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70145C; }
p { color: rgb(112,20,92); }
H1.HeaderClassName
{
color: #70145C;
}
.AnyTagClassName
{
color: #70145C;
}
</style>
background-color css
<style>
a { background-color: #70145C; }
a { background-color: rgb(112,20,92); }
div.DivClassName
{
background-color: #70145C;
}
.BgClassName
{
background-color: #70145C;
}
</style>
border-color css
<style>
span { border-color: #70145C; }
span { border-color: rgb(112,20,92); }
td.TdClassName
{
border-color: #70145C;
}
.TagClassName
{
border-color: #70145C;
}
</style>