Shades of Palatinate Purple #700F5A
Tints of Palatinate Purple #700F5A
RGB
CMYK
RGB Variations
Color information
#700F5A (or 0x700F5A) is known color: Palatinate Purple. HEX triplet: 70, 0F and 5A. RGB value is (112,15,90). Sum of RGB (Red+Green+Blue) = 112+15+90=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #700F5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F5A is #8FF0A5. Grayscale: #343434. Windows color (decimal): -9433254 or 5902192. OLE color: 5902192.
HSL color Cylindrical-coordinate representation of color #700F5A: hue angle of 313.61º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F5A is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 90 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.56 |
| HSL | 313.61º | 0.76% | 0.25% | - |
| HSV(B) | 313.61º | 0.87% | 0.44% | - |
| XYZ | 8.7 | 4.52 | 10.09 | - |
| YUV | 52.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 90 | 0 | 0.87 | 0.20 | 0.56 | 313.61 | 0.76 | 0.25 |
| Hex | 70 | F | 5A | 0 | 57 | 14 | 38 | 13A | 4C | 19 |
| Octal | 160 | 17 | 132 | 0 | 127 | 24 | 70 | 472 | 114 | 31 |
| Binary | 1110000 | 1111 | 1011010 | 0 | 1010111 | 10100 | 111000 | 100111010 | 1001100 | 11001 |
Color Harmonies of #700F5A
Complementary color
Monochromatic Colors of #700F5A
Black with #700F5A
Text Example
Text Example
White with #700F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F5A; }
p { color: rgb(112,15,90); }
H1.HeaderClassName
{
color: #700F5A;
}
.AnyTagClassName
{
color: #700F5A;
}
</style>
background-color css
<style>
a { background-color: #700F5A; }
a { background-color: rgb(112,15,90); }
div.DivClassName
{
background-color: #700F5A;
}
.BgClassName
{
background-color: #700F5A;
}
</style>
border-color css
<style>
span { border-color: #700F5A; }
span { border-color: rgb(112,15,90); }
td.TdClassName
{
border-color: #700F5A;
}
.TagClassName
{
border-color: #700F5A;
}
</style>