Shades of Palatinate Purple #700A60
Tints of Palatinate Purple #700A60
RGB
CMYK
RGB Variations
Color information
#700A60 (or 0x700A60) is known color: Palatinate Purple. HEX triplet: 70, 0A and 60. RGB value is (112,10,96). Sum of RGB (Red+Green+Blue) = 112+10+96=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A60 is #8FF59F. Grayscale: #323232. Windows color (decimal): -9434528 or 6294128. OLE color: 6294128.
HSL color Cylindrical-coordinate representation of color #700A60: hue angle of 309.41º 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 #700A60 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 96 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.56 |
| HSL | 309.41º | 0.84% | 0.24% | - |
| HSV(B) | 309.41º | 0.91% | 0.44% | - |
| XYZ | 8.9 | 4.51 | 11.47 | - |
| YUV | 50.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 96 | 0 | 0.91 | 0.14 | 0.56 | 309.41 | 0.84 | 0.24 |
| Hex | 70 | A | 60 | 0 | 5B | E | 38 | 135 | 54 | 18 |
| Octal | 160 | 12 | 140 | 0 | 133 | 16 | 70 | 465 | 124 | 30 |
| Binary | 1110000 | 1010 | 1100000 | 0 | 1011011 | 1110 | 111000 | 100110101 | 1010100 | 11000 |
Color Harmonies of #700A60
Complementary color
Monochromatic Colors of #700A60
Black with #700A60
Text Example
Text Example
White with #700A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A60; }
p { color: rgb(112,10,96); }
H1.HeaderClassName
{
color: #700A60;
}
.AnyTagClassName
{
color: #700A60;
}
</style>
background-color css
<style>
a { background-color: #700A60; }
a { background-color: rgb(112,10,96); }
div.DivClassName
{
background-color: #700A60;
}
.BgClassName
{
background-color: #700A60;
}
</style>
border-color css
<style>
span { border-color: #700A60; }
span { border-color: rgb(112,10,96); }
td.TdClassName
{
border-color: #700A60;
}
.TagClassName
{
border-color: #700A60;
}
</style>