Shades of Palatinate Purple #702556
Tints of Palatinate Purple #702556
RGB
CMYK
RGB Variations
Color information
#702556 (or 0x702556) is known color: Palatinate Purple. HEX triplet: 70, 25 and 56. RGB value is (112,37,86). Sum of RGB (Red+Green+Blue) = 112+37+86=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #702556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702556 is #8FDAA9. Grayscale: #404040. Windows color (decimal): -9427626 or 5645680. OLE color: 5645680.
HSL color Cylindrical-coordinate representation of color #702556: hue angle of 320.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702556 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 86 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.56 |
| HSL | 320.8º | 0.5% | 0.29% | - |
| HSV(B) | 320.8º | 0.67% | 0.44% | - |
| XYZ | 9.02 | 5.44 | 9.38 | - |
| YUV | 65.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 86 | 0 | 0.67 | 0.23 | 0.56 | 320.8 | 0.5 | 0.29 |
| Hex | 70 | 25 | 56 | 0 | 43 | 17 | 38 | 141 | 32 | 1D |
| Octal | 160 | 45 | 126 | 0 | 103 | 27 | 70 | 501 | 62 | 35 |
| Binary | 1110000 | 100101 | 1010110 | 0 | 1000011 | 10111 | 111000 | 101000001 | 110010 | 11101 |
Color Harmonies of #702556
Complementary color
Monochromatic Colors of #702556
Black with #702556
Text Example
Text Example
White with #702556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702556; }
p { color: rgb(112,37,86); }
H1.HeaderClassName
{
color: #702556;
}
.AnyTagClassName
{
color: #702556;
}
</style>
background-color css
<style>
a { background-color: #702556; }
a { background-color: rgb(112,37,86); }
div.DivClassName
{
background-color: #702556;
}
.BgClassName
{
background-color: #702556;
}
</style>
border-color css
<style>
span { border-color: #702556; }
span { border-color: rgb(112,37,86); }
td.TdClassName
{
border-color: #702556;
}
.TagClassName
{
border-color: #702556;
}
</style>