Shades of Palatinate Purple #700A5E
Tints of Palatinate Purple #700A5E
RGB
CMYK
RGB Variations
Color information
#700A5E (or 0x700A5E) is known color: Palatinate Purple. HEX triplet: 70, 0A and 5E. RGB value is (112,10,94). Sum of RGB (Red+Green+Blue) = 112+10+94=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #700A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A5E is #8FF5A1. Grayscale: #313131. Windows color (decimal): -9434530 or 6163056. OLE color: 6163056.
HSL color Cylindrical-coordinate representation of color #700A5E: hue angle of 310.59º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A5E is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 94 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.56 |
| HSL | 310.59º | 0.84% | 0.24% | - |
| HSV(B) | 310.59º | 0.91% | 0.44% | - |
| XYZ | 8.81 | 4.47 | 10.99 | - |
| YUV | 50.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 94 | 0 | 0.91 | 0.16 | 0.56 | 310.59 | 0.84 | 0.24 |
| Hex | 70 | A | 5E | 0 | 5B | 10 | 38 | 137 | 54 | 18 |
| Octal | 160 | 12 | 136 | 0 | 133 | 20 | 70 | 467 | 124 | 30 |
| Binary | 1110000 | 1010 | 1011110 | 0 | 1011011 | 10000 | 111000 | 100110111 | 1010100 | 11000 |
Color Harmonies of #700A5E
Complementary color
Monochromatic Colors of #700A5E
Black with #700A5E
Text Example
Text Example
White with #700A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A5E; }
p { color: rgb(112,10,94); }
H1.HeaderClassName
{
color: #700A5E;
}
.AnyTagClassName
{
color: #700A5E;
}
</style>
background-color css
<style>
a { background-color: #700A5E; }
a { background-color: rgb(112,10,94); }
div.DivClassName
{
background-color: #700A5E;
}
.BgClassName
{
background-color: #700A5E;
}
</style>
border-color css
<style>
span { border-color: #700A5E; }
span { border-color: rgb(112,10,94); }
td.TdClassName
{
border-color: #700A5E;
}
.TagClassName
{
border-color: #700A5E;
}
</style>