Shades of Palatinate Purple #700761
Tints of Palatinate Purple #700761
RGB
CMYK
RGB Variations
Color information
#700761 (or 0x700761) is known color: Palatinate Purple. HEX triplet: 70, 07 and 61. RGB value is (112,7,97). Sum of RGB (Red+Green+Blue) = 112+7+97=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #700761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700761 is #8FF89E. Grayscale: #303030. Windows color (decimal): -9435295 or 6358896. OLE color: 6358896.
HSL color Cylindrical-coordinate representation of color #700761: hue angle of 308.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700761 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 97 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.56 |
| HSL | 308.57º | 0.88% | 0.23% | - |
| HSV(B) | 308.57º | 0.94% | 0.44% | - |
| XYZ | 8.92 | 4.46 | 11.7 | - |
| YUV | 48.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 97 | 0 | 0.94 | 0.13 | 0.56 | 308.57 | 0.88 | 0.23 |
| Hex | 70 | 7 | 61 | 0 | 5E | D | 38 | 135 | 58 | 17 |
| Octal | 160 | 7 | 141 | 0 | 136 | 15 | 70 | 465 | 130 | 27 |
| Binary | 1110000 | 111 | 1100001 | 0 | 1011110 | 1101 | 111000 | 100110101 | 1011000 | 10111 |
Color Harmonies of #700761
Complementary color
Monochromatic Colors of #700761
Black with #700761
Text Example
Text Example
White with #700761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700761; }
p { color: rgb(112,7,97); }
H1.HeaderClassName
{
color: #700761;
}
.AnyTagClassName
{
color: #700761;
}
</style>
background-color css
<style>
a { background-color: #700761; }
a { background-color: rgb(112,7,97); }
div.DivClassName
{
background-color: #700761;
}
.BgClassName
{
background-color: #700761;
}
</style>
border-color css
<style>
span { border-color: #700761; }
span { border-color: rgb(112,7,97); }
td.TdClassName
{
border-color: #700761;
}
.TagClassName
{
border-color: #700761;
}
</style>