Shades of Palatinate Purple #700F5E
Tints of Palatinate Purple #700F5E
RGB
CMYK
RGB Variations
Color information
#700F5E (or 0x700F5E) is known color: Palatinate Purple. HEX triplet: 70, 0F and 5E. RGB value is (112,15,94). Sum of RGB (Red+Green+Blue) = 112+15+94=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #700F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F5E is #8FF0A1. Grayscale: #343434. Windows color (decimal): -9433250 or 6164336. OLE color: 6164336.
HSL color Cylindrical-coordinate representation of color #700F5E: hue angle of 311.13º 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 #700F5E is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 94 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.56 |
| HSL | 311.13º | 0.76% | 0.25% | - |
| HSV(B) | 311.13º | 0.87% | 0.44% | - |
| XYZ | 8.87 | 4.59 | 11.01 | - |
| YUV | 53.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 94 | 0 | 0.87 | 0.16 | 0.56 | 311.13 | 0.76 | 0.25 |
| Hex | 70 | F | 5E | 0 | 57 | 10 | 38 | 137 | 4C | 19 |
| Octal | 160 | 17 | 136 | 0 | 127 | 20 | 70 | 467 | 114 | 31 |
| Binary | 1110000 | 1111 | 1011110 | 0 | 1010111 | 10000 | 111000 | 100110111 | 1001100 | 11001 |
Color Harmonies of #700F5E
Complementary color
Monochromatic Colors of #700F5E
Black with #700F5E
Text Example
Text Example
White with #700F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F5E; }
p { color: rgb(112,15,94); }
H1.HeaderClassName
{
color: #700F5E;
}
.AnyTagClassName
{
color: #700F5E;
}
</style>
background-color css
<style>
a { background-color: #700F5E; }
a { background-color: rgb(112,15,94); }
div.DivClassName
{
background-color: #700F5E;
}
.BgClassName
{
background-color: #700F5E;
}
</style>
border-color css
<style>
span { border-color: #700F5E; }
span { border-color: rgb(112,15,94); }
td.TdClassName
{
border-color: #700F5E;
}
.TagClassName
{
border-color: #700F5E;
}
</style>