Shades of Palatinate Purple #700962
Tints of Palatinate Purple #700962
RGB
CMYK
RGB Variations
Color information
#700962 (or 0x700962) is known color: Palatinate Purple. HEX triplet: 70, 09 and 62. RGB value is (112,9,98). Sum of RGB (Red+Green+Blue) = 112+9+98=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #700962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700962 is #8FF69D. Grayscale: #313131. Windows color (decimal): -9434782 or 6424944. OLE color: 6424944.
HSL color Cylindrical-coordinate representation of color #700962: hue angle of 308.16º 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 #700962 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 98 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.56 |
| HSL | 308.16º | 0.85% | 0.24% | - |
| HSV(B) | 308.16º | 0.92% | 0.44% | - |
| XYZ | 8.98 | 4.52 | 11.95 | - |
| YUV | 49.94 | 155.12 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 98 | 0 | 0.92 | 0.13 | 0.56 | 308.16 | 0.85 | 0.24 |
| Hex | 70 | 9 | 62 | 0 | 5C | D | 38 | 134 | 55 | 18 |
| Octal | 160 | 11 | 142 | 0 | 134 | 15 | 70 | 464 | 125 | 30 |
| Binary | 1110000 | 1001 | 1100010 | 0 | 1011100 | 1101 | 111000 | 100110100 | 1010101 | 11000 |
Color Harmonies of #700962
Complementary color
Monochromatic Colors of #700962
Black with #700962
Text Example
Text Example
White with #700962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700962; }
p { color: rgb(112,9,98); }
H1.HeaderClassName
{
color: #700962;
}
.AnyTagClassName
{
color: #700962;
}
</style>
background-color css
<style>
a { background-color: #700962; }
a { background-color: rgb(112,9,98); }
div.DivClassName
{
background-color: #700962;
}
.BgClassName
{
background-color: #700962;
}
</style>
border-color css
<style>
span { border-color: #700962; }
span { border-color: rgb(112,9,98); }
td.TdClassName
{
border-color: #700962;
}
.TagClassName
{
border-color: #700962;
}
</style>