Shades of Palatinate Purple #702157
Tints of Palatinate Purple #702157
RGB
CMYK
RGB Variations
Color information
#702157 (or 0x702157) is known color: Palatinate Purple. HEX triplet: 70, 21 and 57. RGB value is (112,33,87). Sum of RGB (Red+Green+Blue) = 112+33+87=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #702157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702157 is #8FDEA8. Grayscale: #3E3E3E. Windows color (decimal): -9428649 or 5710192. OLE color: 5710192.
HSL color Cylindrical-coordinate representation of color #702157: hue angle of 318.99º 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 #702157 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 87 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.56 |
| HSL | 318.99º | 0.54% | 0.28% | - |
| HSV(B) | 318.99º | 0.71% | 0.44% | - |
| XYZ | 8.95 | 5.22 | 9.55 | - |
| YUV | 62.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 87 | 0 | 0.71 | 0.22 | 0.56 | 318.99 | 0.54 | 0.28 |
| Hex | 70 | 21 | 57 | 0 | 47 | 16 | 38 | 13F | 36 | 1C |
| Octal | 160 | 41 | 127 | 0 | 107 | 26 | 70 | 477 | 66 | 34 |
| Binary | 1110000 | 100001 | 1010111 | 0 | 1000111 | 10110 | 111000 | 100111111 | 110110 | 11100 |
Color Harmonies of #702157
Complementary color
Monochromatic Colors of #702157
Black with #702157
Text Example
Text Example
White with #702157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702157; }
p { color: rgb(112,33,87); }
H1.HeaderClassName
{
color: #702157;
}
.AnyTagClassName
{
color: #702157;
}
</style>
background-color css
<style>
a { background-color: #702157; }
a { background-color: rgb(112,33,87); }
div.DivClassName
{
background-color: #702157;
}
.BgClassName
{
background-color: #702157;
}
</style>
border-color css
<style>
span { border-color: #702157; }
span { border-color: rgb(112,33,87); }
td.TdClassName
{
border-color: #702157;
}
.TagClassName
{
border-color: #702157;
}
</style>