Shades of Palatinate Purple #70165A
Tints of Palatinate Purple #70165A
RGB
CMYK
RGB Variations
Color information
#70165A (or 0x70165A) is known color: Palatinate Purple. HEX triplet: 70, 16 and 5A. RGB value is (112,22,90). Sum of RGB (Red+Green+Blue) = 112+22+90=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70165A is #8FE9A5. Grayscale: #383838. Windows color (decimal): -9431462 or 5903984. OLE color: 5903984.
HSL color Cylindrical-coordinate representation of color #70165A: hue angle of 314.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70165A is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 22 | 90 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.56 |
| HSL | 314.67º | 0.67% | 0.26% | - |
| HSV(B) | 314.67º | 0.8% | 0.44% | - |
| XYZ | 8.81 | 4.76 | 10.13 | - |
| YUV | 56.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 90 | 0 | 0.80 | 0.20 | 0.56 | 314.67 | 0.67 | 0.26 |
| Hex | 70 | 16 | 5A | 0 | 50 | 14 | 38 | 13B | 43 | 1A |
| Octal | 160 | 26 | 132 | 0 | 120 | 24 | 70 | 473 | 103 | 32 |
| Binary | 1110000 | 10110 | 1011010 | 0 | 1010000 | 10100 | 111000 | 100111011 | 1000011 | 11010 |
Color Harmonies of #70165A
Complementary color
Monochromatic Colors of #70165A
Black with #70165A
Text Example
Text Example
White with #70165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70165A; }
p { color: rgb(112,22,90); }
H1.HeaderClassName
{
color: #70165A;
}
.AnyTagClassName
{
color: #70165A;
}
</style>
background-color css
<style>
a { background-color: #70165A; }
a { background-color: rgb(112,22,90); }
div.DivClassName
{
background-color: #70165A;
}
.BgClassName
{
background-color: #70165A;
}
</style>
border-color css
<style>
span { border-color: #70165A; }
span { border-color: rgb(112,22,90); }
td.TdClassName
{
border-color: #70165A;
}
.TagClassName
{
border-color: #70165A;
}
</style>