Shades of Palatinate Purple #70305B
Tints of Palatinate Purple #70305B
RGB
CMYK
RGB Variations
Color information
#70305B (or 0x70305B) is known color: Palatinate Purple. HEX triplet: 70, 30 and 5B. RGB value is (112,48,91). Sum of RGB (Red+Green+Blue) = 112+48+91=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #70305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70305B is #8FCFA4. Grayscale: #474747. Windows color (decimal): -9424805 or 5976176. OLE color: 5976176.
HSL color Cylindrical-coordinate representation of color #70305B: hue angle of 319.69º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70305B is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 91 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.56 |
| HSL | 319.69º | 0.4% | 0.31% | - |
| HSV(B) | 319.69º | 0.57% | 0.44% | - |
| XYZ | 9.63 | 6.31 | 10.61 | - |
| YUV | 72.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 91 | 0 | 0.57 | 0.19 | 0.56 | 319.69 | 0.4 | 0.31 |
| Hex | 70 | 30 | 5B | 0 | 39 | 13 | 38 | 140 | 28 | 1F |
| Octal | 160 | 60 | 133 | 0 | 71 | 23 | 70 | 500 | 50 | 37 |
| Binary | 1110000 | 110000 | 1011011 | 0 | 111001 | 10011 | 111000 | 101000000 | 101000 | 11111 |
Color Harmonies of #70305B
Complementary color
Monochromatic Colors of #70305B
Black with #70305B
Text Example
Text Example
White with #70305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70305B; }
p { color: rgb(112,48,91); }
H1.HeaderClassName
{
color: #70305B;
}
.AnyTagClassName
{
color: #70305B;
}
</style>
background-color css
<style>
a { background-color: #70305B; }
a { background-color: rgb(112,48,91); }
div.DivClassName
{
background-color: #70305B;
}
.BgClassName
{
background-color: #70305B;
}
</style>
border-color css
<style>
span { border-color: #70305B; }
span { border-color: rgb(112,48,91); }
td.TdClassName
{
border-color: #70305B;
}
.TagClassName
{
border-color: #70305B;
}
</style>