Shades of Palatinate Purple #702E63
Tints of Palatinate Purple #702E63
RGB
CMYK
RGB Variations
Color information
#702E63 (or 0x702E63) is known color: Palatinate Purple. HEX triplet: 70, 2E and 63. RGB value is (112,46,99). Sum of RGB (Red+Green+Blue) = 112+46+99=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #702E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E63 is #8FD19C. Grayscale: #474747. Windows color (decimal): -9425309 or 6499952. OLE color: 6499952.
HSL color Cylindrical-coordinate representation of color #702E63: hue angle of 311.82º 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 #702E63 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 99 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.56 |
| HSL | 311.82º | 0.42% | 0.31% | - |
| HSV(B) | 311.82º | 0.59% | 0.44% | - |
| XYZ | 9.91 | 6.3 | 12.5 | - |
| YUV | 71.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 99 | 0 | 0.59 | 0.12 | 0.56 | 311.82 | 0.42 | 0.31 |
| Hex | 70 | 2E | 63 | 0 | 3B | C | 38 | 138 | 2A | 1F |
| Octal | 160 | 56 | 143 | 0 | 73 | 14 | 70 | 470 | 52 | 37 |
| Binary | 1110000 | 101110 | 1100011 | 0 | 111011 | 1100 | 111000 | 100111000 | 101010 | 11111 |
Color Harmonies of #702E63
Complementary color
Monochromatic Colors of #702E63
Black with #702E63
Text Example
Text Example
White with #702E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E63; }
p { color: rgb(112,46,99); }
H1.HeaderClassName
{
color: #702E63;
}
.AnyTagClassName
{
color: #702E63;
}
</style>
background-color css
<style>
a { background-color: #702E63; }
a { background-color: rgb(112,46,99); }
div.DivClassName
{
background-color: #702E63;
}
.BgClassName
{
background-color: #702E63;
}
</style>
border-color css
<style>
span { border-color: #702E63; }
span { border-color: rgb(112,46,99); }
td.TdClassName
{
border-color: #702E63;
}
.TagClassName
{
border-color: #702E63;
}
</style>