Shades of Palatinate Purple #70176B
Tints of Palatinate Purple #70176B
RGB
CMYK
RGB Variations
Color information
#70176B (or 0x70176B) is known color: Palatinate Purple. HEX triplet: 70, 17 and 6B. RGB value is (112,23,107). Sum of RGB (Red+Green+Blue) = 112+23+107=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70176B is #8FE894. Grayscale: #3A3A3A. Windows color (decimal): -9431189 or 7018352. OLE color: 7018352.
HSL color Cylindrical-coordinate representation of color #70176B: hue angle of 303.37º 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 #70176B is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 23 | 107 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.56 |
| HSL | 303.37º | 0.66% | 0.26% | - |
| HSV(B) | 303.37º | 0.79% | 0.44% | - |
| XYZ | 9.64 | 5.12 | 14.39 | - |
| YUV | 59.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 107 | 0 | 0.79 | 0.04 | 0.56 | 303.37 | 0.66 | 0.26 |
| Hex | 70 | 17 | 6B | 0 | 4F | 4 | 38 | 12F | 42 | 1A |
| Octal | 160 | 27 | 153 | 0 | 117 | 4 | 70 | 457 | 102 | 32 |
| Binary | 1110000 | 10111 | 1101011 | 0 | 1001111 | 100 | 111000 | 100101111 | 1000010 | 11010 |
Color Harmonies of #70176B
Complementary color
Monochromatic Colors of #70176B
Black with #70176B
Text Example
Text Example
White with #70176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70176B; }
p { color: rgb(112,23,107); }
H1.HeaderClassName
{
color: #70176B;
}
.AnyTagClassName
{
color: #70176B;
}
</style>
background-color css
<style>
a { background-color: #70176B; }
a { background-color: rgb(112,23,107); }
div.DivClassName
{
background-color: #70176B;
}
.BgClassName
{
background-color: #70176B;
}
</style>
border-color css
<style>
span { border-color: #70176B; }
span { border-color: rgb(112,23,107); }
td.TdClassName
{
border-color: #70176B;
}
.TagClassName
{
border-color: #70176B;
}
</style>