Shades of Palatinate Purple #700A65
Tints of Palatinate Purple #700A65
RGB
CMYK
RGB Variations
Color information
#700A65 (or 0x700A65) is known color: Palatinate Purple. HEX triplet: 70, 0A and 65. RGB value is (112,10,101). Sum of RGB (Red+Green+Blue) = 112+10+101=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #700A65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A65 is #8FF59A. Grayscale: #323232. Windows color (decimal): -9434523 or 6621808. OLE color: 6621808.
HSL color Cylindrical-coordinate representation of color #700A65: hue angle of 306.47º 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 #700A65 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 101 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.56 |
| HSL | 306.47º | 0.84% | 0.24% | - |
| HSV(B) | 306.47º | 0.91% | 0.44% | - |
| XYZ | 9.14 | 4.6 | 12.72 | - |
| YUV | 50.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 101 | 0 | 0.91 | 0.10 | 0.56 | 306.47 | 0.84 | 0.24 |
| Hex | 70 | A | 65 | 0 | 5B | A | 38 | 132 | 54 | 18 |
| Octal | 160 | 12 | 145 | 0 | 133 | 12 | 70 | 462 | 124 | 30 |
| Binary | 1110000 | 1010 | 1100101 | 0 | 1011011 | 1010 | 111000 | 100110010 | 1010100 | 11000 |
Color Harmonies of #700A65
Complementary color
Monochromatic Colors of #700A65
Black with #700A65
Text Example
Text Example
White with #700A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A65; }
p { color: rgb(112,10,101); }
H1.HeaderClassName
{
color: #700A65;
}
.AnyTagClassName
{
color: #700A65;
}
</style>
background-color css
<style>
a { background-color: #700A65; }
a { background-color: rgb(112,10,101); }
div.DivClassName
{
background-color: #700A65;
}
.BgClassName
{
background-color: #700A65;
}
</style>
border-color css
<style>
span { border-color: #700A65; }
span { border-color: rgb(112,10,101); }
td.TdClassName
{
border-color: #700A65;
}
.TagClassName
{
border-color: #700A65;
}
</style>