Shades of Palatinate Purple #70095B
Tints of Palatinate Purple #70095B
RGB
CMYK
RGB Variations
Color information
#70095B (or 0x70095B) is known color: Palatinate Purple. HEX triplet: 70, 09 and 5B. RGB value is (112,9,91). Sum of RGB (Red+Green+Blue) = 112+9+91=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70095B is #8FF6A4. Grayscale: #303030. Windows color (decimal): -9434789 or 5966192. OLE color: 5966192.
HSL color Cylindrical-coordinate representation of color #70095B: hue angle of 312.23º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70095B is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 91 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.56 |
| HSL | 312.23º | 0.85% | 0.24% | - |
| HSV(B) | 312.23º | 0.92% | 0.44% | - |
| XYZ | 8.67 | 4.4 | 10.29 | - |
| YUV | 49.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 91 | 0 | 0.92 | 0.19 | 0.56 | 312.23 | 0.85 | 0.24 |
| Hex | 70 | 9 | 5B | 0 | 5C | 13 | 38 | 138 | 55 | 18 |
| Octal | 160 | 11 | 133 | 0 | 134 | 23 | 70 | 470 | 125 | 30 |
| Binary | 1110000 | 1001 | 1011011 | 0 | 1011100 | 10011 | 111000 | 100111000 | 1010101 | 11000 |
Color Harmonies of #70095B
Complementary color
Monochromatic Colors of #70095B
Black with #70095B
Text Example
Text Example
White with #70095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70095B; }
p { color: rgb(112,9,91); }
H1.HeaderClassName
{
color: #70095B;
}
.AnyTagClassName
{
color: #70095B;
}
</style>
background-color css
<style>
a { background-color: #70095B; }
a { background-color: rgb(112,9,91); }
div.DivClassName
{
background-color: #70095B;
}
.BgClassName
{
background-color: #70095B;
}
</style>
border-color css
<style>
span { border-color: #70095B; }
span { border-color: rgb(112,9,91); }
td.TdClassName
{
border-color: #70095B;
}
.TagClassName
{
border-color: #70095B;
}
</style>