Shades of Palatinate Purple #700F61
Tints of Palatinate Purple #700F61
RGB
CMYK
RGB Variations
Color information
#700F61 (or 0x700F61) is known color: Palatinate Purple. HEX triplet: 70, 0F and 61. RGB value is (112,15,97). Sum of RGB (Red+Green+Blue) = 112+15+97=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #700F61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F61 is #8FF09E. Grayscale: #353535. Windows color (decimal): -9433247 or 6360944. OLE color: 6360944.
HSL color Cylindrical-coordinate representation of color #700F61: hue angle of 309.28º 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 #700F61 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 97 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.56 |
| HSL | 309.28º | 0.76% | 0.25% | - |
| HSV(B) | 309.28º | 0.87% | 0.44% | - |
| XYZ | 9.01 | 4.65 | 11.73 | - |
| YUV | 53.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 97 | 0 | 0.87 | 0.13 | 0.56 | 309.28 | 0.76 | 0.25 |
| Hex | 70 | F | 61 | 0 | 57 | D | 38 | 135 | 4C | 19 |
| Octal | 160 | 17 | 141 | 0 | 127 | 15 | 70 | 465 | 114 | 31 |
| Binary | 1110000 | 1111 | 1100001 | 0 | 1010111 | 1101 | 111000 | 100110101 | 1001100 | 11001 |
Color Harmonies of #700F61
Complementary color
Monochromatic Colors of #700F61
Black with #700F61
Text Example
Text Example
White with #700F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F61; }
p { color: rgb(112,15,97); }
H1.HeaderClassName
{
color: #700F61;
}
.AnyTagClassName
{
color: #700F61;
}
</style>
background-color css
<style>
a { background-color: #700F61; }
a { background-color: rgb(112,15,97); }
div.DivClassName
{
background-color: #700F61;
}
.BgClassName
{
background-color: #700F61;
}
</style>
border-color css
<style>
span { border-color: #700F61; }
span { border-color: rgb(112,15,97); }
td.TdClassName
{
border-color: #700F61;
}
.TagClassName
{
border-color: #700F61;
}
</style>