Shades of Palatinate Purple #702E60
Tints of Palatinate Purple #702E60
RGB
CMYK
RGB Variations
Color information
#702E60 (or 0x702E60) is known color: Palatinate Purple. HEX triplet: 70, 2E and 60. RGB value is (112,46,96). Sum of RGB (Red+Green+Blue) = 112+46+96=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #702E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E60 is #8FD19F. Grayscale: #474747. Windows color (decimal): -9425312 or 6303344. OLE color: 6303344.
HSL color Cylindrical-coordinate representation of color #702E60: hue angle of 314.55º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702E60 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 96 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.56 |
| HSL | 314.55º | 0.42% | 0.31% | - |
| HSV(B) | 314.55º | 0.59% | 0.44% | - |
| XYZ | 9.77 | 6.24 | 11.76 | - |
| YUV | 71.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 96 | 0 | 0.59 | 0.14 | 0.56 | 314.55 | 0.42 | 0.31 |
| Hex | 70 | 2E | 60 | 0 | 3B | E | 38 | 13B | 2A | 1F |
| Octal | 160 | 56 | 140 | 0 | 73 | 16 | 70 | 473 | 52 | 37 |
| Binary | 1110000 | 101110 | 1100000 | 0 | 111011 | 1110 | 111000 | 100111011 | 101010 | 11111 |
Color Harmonies of #702E60
Complementary color
Monochromatic Colors of #702E60
Black with #702E60
Text Example
Text Example
White with #702E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E60; }
p { color: rgb(112,46,96); }
H1.HeaderClassName
{
color: #702E60;
}
.AnyTagClassName
{
color: #702E60;
}
</style>
background-color css
<style>
a { background-color: #702E60; }
a { background-color: rgb(112,46,96); }
div.DivClassName
{
background-color: #702E60;
}
.BgClassName
{
background-color: #702E60;
}
</style>
border-color css
<style>
span { border-color: #702E60; }
span { border-color: rgb(112,46,96); }
td.TdClassName
{
border-color: #702E60;
}
.TagClassName
{
border-color: #702E60;
}
</style>