Shades of Palatinate Purple #70365E
Tints of Palatinate Purple #70365E
RGB
CMYK
RGB Variations
Color information
#70365E (or 0x70365E) is known color: Palatinate Purple. HEX triplet: 70, 36 and 5E. RGB value is (112,54,94). Sum of RGB (Red+Green+Blue) = 112+54+94=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70365E is #8FC9A1. Grayscale: #4B4B4B. Windows color (decimal): -9423266 or 6174320. OLE color: 6174320.
HSL color Cylindrical-coordinate representation of color #70365E: hue angle of 318.62º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70365E is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 94 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.56 |
| HSL | 318.62º | 0.35% | 0.33% | - |
| HSV(B) | 318.62º | 0.52% | 0.44% | - |
| XYZ | 10.02 | 6.89 | 11.39 | - |
| YUV | 75.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 94 | 0 | 0.52 | 0.16 | 0.56 | 318.62 | 0.35 | 0.33 |
| Hex | 70 | 36 | 5E | 0 | 34 | 10 | 38 | 13F | 23 | 21 |
| Octal | 160 | 66 | 136 | 0 | 64 | 20 | 70 | 477 | 43 | 41 |
| Binary | 1110000 | 110110 | 1011110 | 0 | 110100 | 10000 | 111000 | 100111111 | 100011 | 100001 |
Color Harmonies of #70365E
Complementary color
Monochromatic Colors of #70365E
Black with #70365E
Text Example
Text Example
White with #70365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70365E; }
p { color: rgb(112,54,94); }
H1.HeaderClassName
{
color: #70365E;
}
.AnyTagClassName
{
color: #70365E;
}
</style>
background-color css
<style>
a { background-color: #70365E; }
a { background-color: rgb(112,54,94); }
div.DivClassName
{
background-color: #70365E;
}
.BgClassName
{
background-color: #70365E;
}
</style>
border-color css
<style>
span { border-color: #70365E; }
span { border-color: rgb(112,54,94); }
td.TdClassName
{
border-color: #70365E;
}
.TagClassName
{
border-color: #70365E;
}
</style>