Shades of Palatinate Purple #700958
Tints of Palatinate Purple #700958
RGB
CMYK
RGB Variations
Color information
#700958 (or 0x700958) is known color: Palatinate Purple. HEX triplet: 70, 09 and 58. RGB value is (112,9,88). Sum of RGB (Red+Green+Blue) = 112+9+88=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #700958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700958 is #8FF6A7. Grayscale: #303030. Windows color (decimal): -9434792 or 5769584. OLE color: 5769584.
HSL color Cylindrical-coordinate representation of color #700958: hue angle of 313.98º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700958 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 88 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.56 |
| HSL | 313.98º | 0.85% | 0.24% | - |
| HSV(B) | 313.98º | 0.92% | 0.44% | - |
| XYZ | 8.54 | 4.34 | 9.62 | - |
| YUV | 48.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 88 | 0 | 0.92 | 0.21 | 0.56 | 313.98 | 0.85 | 0.24 |
| Hex | 70 | 9 | 58 | 0 | 5C | 15 | 38 | 13A | 55 | 18 |
| Octal | 160 | 11 | 130 | 0 | 134 | 25 | 70 | 472 | 125 | 30 |
| Binary | 1110000 | 1001 | 1011000 | 0 | 1011100 | 10101 | 111000 | 100111010 | 1010101 | 11000 |
Color Harmonies of #700958
Complementary color
Monochromatic Colors of #700958
Black with #700958
Text Example
Text Example
White with #700958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700958; }
p { color: rgb(112,9,88); }
H1.HeaderClassName
{
color: #700958;
}
.AnyTagClassName
{
color: #700958;
}
</style>
background-color css
<style>
a { background-color: #700958; }
a { background-color: rgb(112,9,88); }
div.DivClassName
{
background-color: #700958;
}
.BgClassName
{
background-color: #700958;
}
</style>
border-color css
<style>
span { border-color: #700958; }
span { border-color: rgb(112,9,88); }
td.TdClassName
{
border-color: #700958;
}
.TagClassName
{
border-color: #700958;
}
</style>