Shades of Palatinate Purple #702158
Tints of Palatinate Purple #702158
RGB
CMYK
RGB Variations
Color information
#702158 (or 0x702158) is known color: Palatinate Purple. HEX triplet: 70, 21 and 58. RGB value is (112,33,88). Sum of RGB (Red+Green+Blue) = 112+33+88=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #702158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702158 is #8FDEA7. Grayscale: #3E3E3E. Windows color (decimal): -9428648 or 5775728. OLE color: 5775728.
HSL color Cylindrical-coordinate representation of color #702158: hue angle of 318.23º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702158 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 88 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.56 |
| HSL | 318.23º | 0.54% | 0.28% | - |
| HSV(B) | 318.23º | 0.71% | 0.44% | - |
| XYZ | 8.99 | 5.24 | 9.77 | - |
| YUV | 62.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 88 | 0 | 0.71 | 0.21 | 0.56 | 318.23 | 0.54 | 0.28 |
| Hex | 70 | 21 | 58 | 0 | 47 | 15 | 38 | 13E | 36 | 1C |
| Octal | 160 | 41 | 130 | 0 | 107 | 25 | 70 | 476 | 66 | 34 |
| Binary | 1110000 | 100001 | 1011000 | 0 | 1000111 | 10101 | 111000 | 100111110 | 110110 | 11100 |
Color Harmonies of #702158
Complementary color
Monochromatic Colors of #702158
Black with #702158
Text Example
Text Example
White with #702158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702158; }
p { color: rgb(112,33,88); }
H1.HeaderClassName
{
color: #702158;
}
.AnyTagClassName
{
color: #702158;
}
</style>
background-color css
<style>
a { background-color: #702158; }
a { background-color: rgb(112,33,88); }
div.DivClassName
{
background-color: #702158;
}
.BgClassName
{
background-color: #702158;
}
</style>
border-color css
<style>
span { border-color: #702158; }
span { border-color: rgb(112,33,88); }
td.TdClassName
{
border-color: #702158;
}
.TagClassName
{
border-color: #702158;
}
</style>