Shades of Palatinate Purple #702A60
Tints of Palatinate Purple #702A60
RGB
CMYK
RGB Variations
Color information
#702A60 (or 0x702A60) is known color: Palatinate Purple. HEX triplet: 70, 2A and 60. RGB value is (112,42,96). Sum of RGB (Red+Green+Blue) = 112+42+96=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #702A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A60 is #8FD59F. Grayscale: #444444. Windows color (decimal): -9426336 or 6302320. OLE color: 6302320.
HSL color Cylindrical-coordinate representation of color #702A60: hue angle of 313.71º 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 #702A60 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 96 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.56 |
| HSL | 313.71º | 0.45% | 0.3% | - |
| HSV(B) | 313.71º | 0.63% | 0.44% | - |
| XYZ | 9.62 | 5.95 | 11.71 | - |
| YUV | 69.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 96 | 0 | 0.62 | 0.14 | 0.56 | 313.71 | 0.45 | 0.3 |
| Hex | 70 | 2A | 60 | 0 | 3E | E | 38 | 13A | 2D | 1E |
| Octal | 160 | 52 | 140 | 0 | 76 | 16 | 70 | 472 | 55 | 36 |
| Binary | 1110000 | 101010 | 1100000 | 0 | 111110 | 1110 | 111000 | 100111010 | 101101 | 11110 |
Color Harmonies of #702A60
Complementary color
Monochromatic Colors of #702A60
Black with #702A60
Text Example
Text Example
White with #702A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A60; }
p { color: rgb(112,42,96); }
H1.HeaderClassName
{
color: #702A60;
}
.AnyTagClassName
{
color: #702A60;
}
</style>
background-color css
<style>
a { background-color: #702A60; }
a { background-color: rgb(112,42,96); }
div.DivClassName
{
background-color: #702A60;
}
.BgClassName
{
background-color: #702A60;
}
</style>
border-color css
<style>
span { border-color: #702A60; }
span { border-color: rgb(112,42,96); }
td.TdClassName
{
border-color: #702A60;
}
.TagClassName
{
border-color: #702A60;
}
</style>