Shades of Palatinate Purple #700461
Tints of Palatinate Purple #700461
RGB
CMYK
RGB Variations
Color information
#700461 (or 0x700461) is known color: Palatinate Purple. HEX triplet: 70, 04 and 61. RGB value is (112,4,97). Sum of RGB (Red+Green+Blue) = 112+4+97=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #700461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700461 is #8FFB9E. Grayscale: #2E2E2E. Windows color (decimal): -9436063 or 6358128. OLE color: 6358128.
HSL color Cylindrical-coordinate representation of color #700461: hue angle of 308.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700461 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 97 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.56 |
| HSL | 308.33º | 0.93% | 0.23% | - |
| HSV(B) | 308.33º | 0.96% | 0.44% | - |
| XYZ | 8.88 | 4.39 | 11.69 | - |
| YUV | 46.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 97 | 0 | 0.96 | 0.13 | 0.56 | 308.33 | 0.93 | 0.23 |
| Hex | 70 | 4 | 61 | 0 | 60 | D | 38 | 134 | 5D | 17 |
| Octal | 160 | 4 | 141 | 0 | 140 | 15 | 70 | 464 | 135 | 27 |
| Binary | 1110000 | 100 | 1100001 | 0 | 1100000 | 1101 | 111000 | 100110100 | 1011101 | 10111 |
Color Harmonies of #700461
Complementary color
Monochromatic Colors of #700461
Black with #700461
Text Example
Text Example
White with #700461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700461; }
p { color: rgb(112,4,97); }
H1.HeaderClassName
{
color: #700461;
}
.AnyTagClassName
{
color: #700461;
}
</style>
background-color css
<style>
a { background-color: #700461; }
a { background-color: rgb(112,4,97); }
div.DivClassName
{
background-color: #700461;
}
.BgClassName
{
background-color: #700461;
}
</style>
border-color css
<style>
span { border-color: #700461; }
span { border-color: rgb(112,4,97); }
td.TdClassName
{
border-color: #700461;
}
.TagClassName
{
border-color: #700461;
}
</style>