Shades of Palatinate Purple #700E65
Tints of Palatinate Purple #700E65
RGB
CMYK
RGB Variations
Color information
#700E65 (or 0x700E65) is known color: Palatinate Purple. HEX triplet: 70, 0E and 65. RGB value is (112,14,101). Sum of RGB (Red+Green+Blue) = 112+14+101=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #700E65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E65 is #8FF19A. Grayscale: #343434. Windows color (decimal): -9433499 or 6622832. OLE color: 6622832.
HSL color Cylindrical-coordinate representation of color #700E65: hue angle of 306.73º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E65 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 101 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.56 |
| HSL | 306.73º | 0.78% | 0.25% | - |
| HSV(B) | 306.73º | 0.88% | 0.44% | - |
| XYZ | 9.19 | 4.7 | 12.73 | - |
| YUV | 53.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 101 | 0 | 0.88 | 0.10 | 0.56 | 306.73 | 0.78 | 0.25 |
| Hex | 70 | E | 65 | 0 | 58 | A | 38 | 133 | 4E | 19 |
| Octal | 160 | 16 | 145 | 0 | 130 | 12 | 70 | 463 | 116 | 31 |
| Binary | 1110000 | 1110 | 1100101 | 0 | 1011000 | 1010 | 111000 | 100110011 | 1001110 | 11001 |
Color Harmonies of #700E65
Complementary color
Monochromatic Colors of #700E65
Black with #700E65
Text Example
Text Example
White with #700E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E65; }
p { color: rgb(112,14,101); }
H1.HeaderClassName
{
color: #700E65;
}
.AnyTagClassName
{
color: #700E65;
}
</style>
background-color css
<style>
a { background-color: #700E65; }
a { background-color: rgb(112,14,101); }
div.DivClassName
{
background-color: #700E65;
}
.BgClassName
{
background-color: #700E65;
}
</style>
border-color css
<style>
span { border-color: #700E65; }
span { border-color: rgb(112,14,101); }
td.TdClassName
{
border-color: #700E65;
}
.TagClassName
{
border-color: #700E65;
}
</style>