Shades of Palatinate Purple #70315B
Tints of Palatinate Purple #70315B
RGB
CMYK
RGB Variations
Color information
#70315B (or 0x70315B) is known color: Palatinate Purple. HEX triplet: 70, 31 and 5B. RGB value is (112,49,91). Sum of RGB (Red+Green+Blue) = 112+49+91=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70315B is #8FCEA4. Grayscale: #484848. Windows color (decimal): -9424549 or 5976432. OLE color: 5976432.
HSL color Cylindrical-coordinate representation of color #70315B: hue angle of 320º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70315B is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 91 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.56 |
| HSL | 320º | 0.39% | 0.32% | - |
| HSV(B) | 320º | 0.56% | 0.44% | - |
| XYZ | 9.67 | 6.4 | 10.62 | - |
| YUV | 72.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 91 | 0 | 0.56 | 0.19 | 0.56 | 320 | 0.39 | 0.32 |
| Hex | 70 | 31 | 5B | 0 | 38 | 13 | 38 | 140 | 27 | 20 |
| Octal | 160 | 61 | 133 | 0 | 70 | 23 | 70 | 500 | 47 | 40 |
| Binary | 1110000 | 110001 | 1011011 | 0 | 111000 | 10011 | 111000 | 101000000 | 100111 | 100000 |
Color Harmonies of #70315B
Complementary color
Monochromatic Colors of #70315B
Black with #70315B
Text Example
Text Example
White with #70315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70315B; }
p { color: rgb(112,49,91); }
H1.HeaderClassName
{
color: #70315B;
}
.AnyTagClassName
{
color: #70315B;
}
</style>
background-color css
<style>
a { background-color: #70315B; }
a { background-color: rgb(112,49,91); }
div.DivClassName
{
background-color: #70315B;
}
.BgClassName
{
background-color: #70315B;
}
</style>
border-color css
<style>
span { border-color: #70315B; }
span { border-color: rgb(112,49,91); }
td.TdClassName
{
border-color: #70315B;
}
.TagClassName
{
border-color: #70315B;
}
</style>