Shades of Palatinate Purple #702F63
Tints of Palatinate Purple #702F63
RGB
CMYK
RGB Variations
Color information
#702F63 (or 0x702F63) is known color: Palatinate Purple. HEX triplet: 70, 2F and 63. RGB value is (112,47,99). Sum of RGB (Red+Green+Blue) = 112+47+99=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #702F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F63 is #8FD09C. Grayscale: #484848. Windows color (decimal): -9425053 or 6500208. OLE color: 6500208.
HSL color Cylindrical-coordinate representation of color #702F63: hue angle of 312º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F63 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 47 | 99 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.56 |
| HSL | 312º | 0.41% | 0.31% | - |
| HSV(B) | 312º | 0.58% | 0.44% | - |
| XYZ | 9.95 | 6.38 | 12.51 | - |
| YUV | 72.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 99 | 0 | 0.58 | 0.12 | 0.56 | 312 | 0.41 | 0.31 |
| Hex | 70 | 2F | 63 | 0 | 3A | C | 38 | 138 | 29 | 1F |
| Octal | 160 | 57 | 143 | 0 | 72 | 14 | 70 | 470 | 51 | 37 |
| Binary | 1110000 | 101111 | 1100011 | 0 | 111010 | 1100 | 111000 | 100111000 | 101001 | 11111 |
Color Harmonies of #702F63
Complementary color
Monochromatic Colors of #702F63
Black with #702F63
Text Example
Text Example
White with #702F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F63; }
p { color: rgb(112,47,99); }
H1.HeaderClassName
{
color: #702F63;
}
.AnyTagClassName
{
color: #702F63;
}
</style>
background-color css
<style>
a { background-color: #702F63; }
a { background-color: rgb(112,47,99); }
div.DivClassName
{
background-color: #702F63;
}
.BgClassName
{
background-color: #702F63;
}
</style>
border-color css
<style>
span { border-color: #702F63; }
span { border-color: rgb(112,47,99); }
td.TdClassName
{
border-color: #702F63;
}
.TagClassName
{
border-color: #702F63;
}
</style>