Shades of Palatinate Purple #70115B
Tints of Palatinate Purple #70115B
RGB
CMYK
RGB Variations
Color information
#70115B (or 0x70115B) is known color: Palatinate Purple. HEX triplet: 70, 11 and 5B. RGB value is (112,17,91). Sum of RGB (Red+Green+Blue) = 112+17+91=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70115B is #8FEEA4. Grayscale: #353535. Windows color (decimal): -9432741 or 5968240. OLE color: 5968240.
HSL color Cylindrical-coordinate representation of color #70115B: hue angle of 313.26º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70115B is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 91 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.56 |
| HSL | 313.26º | 0.74% | 0.25% | - |
| HSV(B) | 313.26º | 0.85% | 0.44% | - |
| XYZ | 8.77 | 4.6 | 10.32 | - |
| YUV | 53.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 91 | 0 | 0.85 | 0.19 | 0.56 | 313.26 | 0.74 | 0.25 |
| Hex | 70 | 11 | 5B | 0 | 55 | 13 | 38 | 139 | 4A | 19 |
| Octal | 160 | 21 | 133 | 0 | 125 | 23 | 70 | 471 | 112 | 31 |
| Binary | 1110000 | 10001 | 1011011 | 0 | 1010101 | 10011 | 111000 | 100111001 | 1001010 | 11001 |
Color Harmonies of #70115B
Complementary color
Monochromatic Colors of #70115B
Black with #70115B
Text Example
Text Example
White with #70115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70115B; }
p { color: rgb(112,17,91); }
H1.HeaderClassName
{
color: #70115B;
}
.AnyTagClassName
{
color: #70115B;
}
</style>
background-color css
<style>
a { background-color: #70115B; }
a { background-color: rgb(112,17,91); }
div.DivClassName
{
background-color: #70115B;
}
.BgClassName
{
background-color: #70115B;
}
</style>
border-color css
<style>
span { border-color: #70115B; }
span { border-color: rgb(112,17,91); }
td.TdClassName
{
border-color: #70115B;
}
.TagClassName
{
border-color: #70115B;
}
</style>