Shades of Palatinate Purple #70195B
Tints of Palatinate Purple #70195B
RGB
CMYK
RGB Variations
Color information
#70195B (or 0x70195B) is known color: Palatinate Purple. HEX triplet: 70, 19 and 5B. RGB value is (112,25,91). Sum of RGB (Red+Green+Blue) = 112+25+91=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70195B is #8FE6A4. Grayscale: #3A3A3A. Windows color (decimal): -9430693 or 5970288. OLE color: 5970288.
HSL color Cylindrical-coordinate representation of color #70195B: hue angle of 314.48º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70195B is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 25 | 91 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.56 |
| HSL | 314.48º | 0.64% | 0.27% | - |
| HSV(B) | 314.48º | 0.78% | 0.44% | - |
| XYZ | 8.92 | 4.9 | 10.37 | - |
| YUV | 58.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 91 | 0 | 0.78 | 0.19 | 0.56 | 314.48 | 0.64 | 0.27 |
| Hex | 70 | 19 | 5B | 0 | 4E | 13 | 38 | 13A | 40 | 1B |
| Octal | 160 | 31 | 133 | 0 | 116 | 23 | 70 | 472 | 100 | 33 |
| Binary | 1110000 | 11001 | 1011011 | 0 | 1001110 | 10011 | 111000 | 100111010 | 1000000 | 11011 |
Color Harmonies of #70195B
Complementary color
Monochromatic Colors of #70195B
Black with #70195B
Text Example
Text Example
White with #70195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70195B; }
p { color: rgb(112,25,91); }
H1.HeaderClassName
{
color: #70195B;
}
.AnyTagClassName
{
color: #70195B;
}
</style>
background-color css
<style>
a { background-color: #70195B; }
a { background-color: rgb(112,25,91); }
div.DivClassName
{
background-color: #70195B;
}
.BgClassName
{
background-color: #70195B;
}
</style>
border-color css
<style>
span { border-color: #70195B; }
span { border-color: rgb(112,25,91); }
td.TdClassName
{
border-color: #70195B;
}
.TagClassName
{
border-color: #70195B;
}
</style>