Shades of Palatinate Purple #70335B
Tints of Palatinate Purple #70335B
RGB
CMYK
RGB Variations
Color information
#70335B (or 0x70335B) is known color: Palatinate Purple. HEX triplet: 70, 33 and 5B. RGB value is (112,51,91). Sum of RGB (Red+Green+Blue) = 112+51+91=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70335B is #8FCCA4. Grayscale: #494949. Windows color (decimal): -9424037 or 5976944. OLE color: 5976944.
HSL color Cylindrical-coordinate representation of color #70335B: hue angle of 320.66º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70335B is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 51 | 91 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.56 |
| HSL | 320.66º | 0.37% | 0.32% | - |
| HSV(B) | 320.66º | 0.54% | 0.44% | - |
| XYZ | 9.75 | 6.57 | 10.65 | - |
| YUV | 73.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 91 | 0 | 0.54 | 0.19 | 0.56 | 320.66 | 0.37 | 0.32 |
| Hex | 70 | 33 | 5B | 0 | 36 | 13 | 38 | 141 | 25 | 20 |
| Octal | 160 | 63 | 133 | 0 | 66 | 23 | 70 | 501 | 45 | 40 |
| Binary | 1110000 | 110011 | 1011011 | 0 | 110110 | 10011 | 111000 | 101000001 | 100101 | 100000 |
Color Harmonies of #70335B
Complementary color
Monochromatic Colors of #70335B
Black with #70335B
Text Example
Text Example
White with #70335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70335B; }
p { color: rgb(112,51,91); }
H1.HeaderClassName
{
color: #70335B;
}
.AnyTagClassName
{
color: #70335B;
}
</style>
background-color css
<style>
a { background-color: #70335B; }
a { background-color: rgb(112,51,91); }
div.DivClassName
{
background-color: #70335B;
}
.BgClassName
{
background-color: #70335B;
}
</style>
border-color css
<style>
span { border-color: #70335B; }
span { border-color: rgb(112,51,91); }
td.TdClassName
{
border-color: #70335B;
}
.TagClassName
{
border-color: #70335B;
}
</style>