Shades of Palatinate Purple #702E5E
Tints of Palatinate Purple #702E5E
RGB
CMYK
RGB Variations
Color information
#702E5E (or 0x702E5E) is known color: Palatinate Purple. HEX triplet: 70, 2E and 5E. RGB value is (112,46,94). Sum of RGB (Red+Green+Blue) = 112+46+94=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #702E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E5E is #8FD1A1. Grayscale: #474747. Windows color (decimal): -9425314 or 6172272. OLE color: 6172272.
HSL color Cylindrical-coordinate representation of color #702E5E: hue angle of 316.36º 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 #702E5E is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 94 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.56 |
| HSL | 316.36º | 0.42% | 0.31% | - |
| HSV(B) | 316.36º | 0.59% | 0.44% | - |
| XYZ | 9.68 | 6.21 | 11.28 | - |
| YUV | 71.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 94 | 0 | 0.59 | 0.16 | 0.56 | 316.36 | 0.42 | 0.31 |
| Hex | 70 | 2E | 5E | 0 | 3B | 10 | 38 | 13C | 2A | 1F |
| Octal | 160 | 56 | 136 | 0 | 73 | 20 | 70 | 474 | 52 | 37 |
| Binary | 1110000 | 101110 | 1011110 | 0 | 111011 | 10000 | 111000 | 100111100 | 101010 | 11111 |
Color Harmonies of #702E5E
Complementary color
Monochromatic Colors of #702E5E
Black with #702E5E
Text Example
Text Example
White with #702E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E5E; }
p { color: rgb(112,46,94); }
H1.HeaderClassName
{
color: #702E5E;
}
.AnyTagClassName
{
color: #702E5E;
}
</style>
background-color css
<style>
a { background-color: #702E5E; }
a { background-color: rgb(112,46,94); }
div.DivClassName
{
background-color: #702E5E;
}
.BgClassName
{
background-color: #702E5E;
}
</style>
border-color css
<style>
span { border-color: #702E5E; }
span { border-color: rgb(112,46,94); }
td.TdClassName
{
border-color: #702E5E;
}
.TagClassName
{
border-color: #702E5E;
}
</style>