Shades of Palatinate Purple #702E67
Tints of Palatinate Purple #702E67
RGB
CMYK
RGB Variations
Color information
#702E67 (or 0x702E67) is known color: Palatinate Purple. HEX triplet: 70, 2E and 67. RGB value is (112,46,103). Sum of RGB (Red+Green+Blue) = 112+46+103=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #702E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E67 is #8FD198. Grayscale: #484848. Windows color (decimal): -9425305 or 6762096. OLE color: 6762096.
HSL color Cylindrical-coordinate representation of color #702E67: hue angle of 308.18º 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 #702E67 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 103 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.56 |
| HSL | 308.18º | 0.42% | 0.31% | - |
| HSV(B) | 308.18º | 0.59% | 0.44% | - |
| XYZ | 10.11 | 6.38 | 13.53 | - |
| YUV | 72.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 103 | 0 | 0.59 | 0.08 | 0.56 | 308.18 | 0.42 | 0.31 |
| Hex | 70 | 2E | 67 | 0 | 3B | 8 | 38 | 134 | 2A | 1F |
| Octal | 160 | 56 | 147 | 0 | 73 | 10 | 70 | 464 | 52 | 37 |
| Binary | 1110000 | 101110 | 1100111 | 0 | 111011 | 1000 | 111000 | 100110100 | 101010 | 11111 |
Color Harmonies of #702E67
Complementary color
Monochromatic Colors of #702E67
Black with #702E67
Text Example
Text Example
White with #702E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E67; }
p { color: rgb(112,46,103); }
H1.HeaderClassName
{
color: #702E67;
}
.AnyTagClassName
{
color: #702E67;
}
</style>
background-color css
<style>
a { background-color: #702E67; }
a { background-color: rgb(112,46,103); }
div.DivClassName
{
background-color: #702E67;
}
.BgClassName
{
background-color: #702E67;
}
</style>
border-color css
<style>
span { border-color: #702E67; }
span { border-color: rgb(112,46,103); }
td.TdClassName
{
border-color: #702E67;
}
.TagClassName
{
border-color: #702E67;
}
</style>