Shades of Palatinate Purple #70176A
Tints of Palatinate Purple #70176A
RGB
CMYK
RGB Variations
Color information
#70176A (or 0x70176A) is known color: Palatinate Purple. HEX triplet: 70, 17 and 6A. RGB value is (112,23,106). Sum of RGB (Red+Green+Blue) = 112+23+106=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70176A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70176A is #8FE895. Grayscale: #3A3A3A. Windows color (decimal): -9431190 or 6952816. OLE color: 6952816.
HSL color Cylindrical-coordinate representation of color #70176A: hue angle of 304.04º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70176A is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 106 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.56 |
| HSL | 304.05º | 0.66% | 0.26% | - |
| HSV(B) | 304.05º | 0.79% | 0.44% | - |
| XYZ | 9.59 | 5.1 | 14.11 | - |
| YUV | 59.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 106 | 0 | 0.79 | 0.05 | 0.56 | 304.05 | 0.66 | 0.26 |
| Hex | 70 | 17 | 6A | 0 | 4F | 5 | 38 | 130 | 42 | 1A |
| Octal | 160 | 27 | 152 | 0 | 117 | 5 | 70 | 460 | 102 | 32 |
| Binary | 1110000 | 10111 | 1101010 | 0 | 1001111 | 101 | 111000 | 100110000 | 1000010 | 11010 |
Color Harmonies of #70176A
Complementary color
Monochromatic Colors of #70176A
Black with #70176A
Text Example
Text Example
White with #70176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70176A; }
p { color: rgb(112,23,106); }
H1.HeaderClassName
{
color: #70176A;
}
.AnyTagClassName
{
color: #70176A;
}
</style>
background-color css
<style>
a { background-color: #70176A; }
a { background-color: rgb(112,23,106); }
div.DivClassName
{
background-color: #70176A;
}
.BgClassName
{
background-color: #70176A;
}
</style>
border-color css
<style>
span { border-color: #70176A; }
span { border-color: rgb(112,23,106); }
td.TdClassName
{
border-color: #70176A;
}
.TagClassName
{
border-color: #70176A;
}
</style>