Shades of Palatinate Purple #702A58
Tints of Palatinate Purple #702A58
RGB
CMYK
RGB Variations
Color information
#702A58 (or 0x702A58) is known color: Palatinate Purple. HEX triplet: 70, 2A and 58. RGB value is (112,42,88). Sum of RGB (Red+Green+Blue) = 112+42+88=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #702A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A58 is #8FD5A7. Grayscale: #444444. Windows color (decimal): -9426344 or 5778032. OLE color: 5778032.
HSL color Cylindrical-coordinate representation of color #702A58: hue angle of 320.57º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702A58 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 88 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.56 |
| HSL | 320.57º | 0.45% | 0.3% | - |
| HSV(B) | 320.57º | 0.63% | 0.44% | - |
| XYZ | 9.27 | 5.81 | 9.86 | - |
| YUV | 68.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 88 | 0 | 0.62 | 0.21 | 0.56 | 320.57 | 0.45 | 0.3 |
| Hex | 70 | 2A | 58 | 0 | 3E | 15 | 38 | 141 | 2D | 1E |
| Octal | 160 | 52 | 130 | 0 | 76 | 25 | 70 | 501 | 55 | 36 |
| Binary | 1110000 | 101010 | 1011000 | 0 | 111110 | 10101 | 111000 | 101000001 | 101101 | 11110 |
Color Harmonies of #702A58
Complementary color
Monochromatic Colors of #702A58
Black with #702A58
Text Example
Text Example
White with #702A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A58; }
p { color: rgb(112,42,88); }
H1.HeaderClassName
{
color: #702A58;
}
.AnyTagClassName
{
color: #702A58;
}
</style>
background-color css
<style>
a { background-color: #702A58; }
a { background-color: rgb(112,42,88); }
div.DivClassName
{
background-color: #702A58;
}
.BgClassName
{
background-color: #702A58;
}
</style>
border-color css
<style>
span { border-color: #702A58; }
span { border-color: rgb(112,42,88); }
td.TdClassName
{
border-color: #702A58;
}
.TagClassName
{
border-color: #702A58;
}
</style>