Shades of Palatinate Purple #700E5A
Tints of Palatinate Purple #700E5A
RGB
CMYK
RGB Variations
Color information
#700E5A (or 0x700E5A) is known color: Palatinate Purple. HEX triplet: 70, 0E and 5A. RGB value is (112,14,90). Sum of RGB (Red+Green+Blue) = 112+14+90=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #700E5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E5A is #8FF1A5. Grayscale: #333333. Windows color (decimal): -9433510 or 5901936. OLE color: 5901936.
HSL color Cylindrical-coordinate representation of color #700E5A: hue angle of 313.47º 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 #700E5A is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 90 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.56 |
| HSL | 313.47º | 0.78% | 0.25% | - |
| HSV(B) | 313.47º | 0.88% | 0.44% | - |
| XYZ | 8.68 | 4.5 | 10.08 | - |
| YUV | 51.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 90 | 0 | 0.88 | 0.20 | 0.56 | 313.47 | 0.78 | 0.25 |
| Hex | 70 | E | 5A | 0 | 58 | 14 | 38 | 139 | 4E | 19 |
| Octal | 160 | 16 | 132 | 0 | 130 | 24 | 70 | 471 | 116 | 31 |
| Binary | 1110000 | 1110 | 1011010 | 0 | 1011000 | 10100 | 111000 | 100111001 | 1001110 | 11001 |
Color Harmonies of #700E5A
Complementary color
Monochromatic Colors of #700E5A
Black with #700E5A
Text Example
Text Example
White with #700E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E5A; }
p { color: rgb(112,14,90); }
H1.HeaderClassName
{
color: #700E5A;
}
.AnyTagClassName
{
color: #700E5A;
}
</style>
background-color css
<style>
a { background-color: #700E5A; }
a { background-color: rgb(112,14,90); }
div.DivClassName
{
background-color: #700E5A;
}
.BgClassName
{
background-color: #700E5A;
}
</style>
border-color css
<style>
span { border-color: #700E5A; }
span { border-color: rgb(112,14,90); }
td.TdClassName
{
border-color: #700E5A;
}
.TagClassName
{
border-color: #700E5A;
}
</style>