Shades of Palatinate Purple #701B60
Tints of Palatinate Purple #701B60
RGB
CMYK
RGB Variations
Color information
#701B60 (or 0x701B60) is known color: Palatinate Purple. HEX triplet: 70, 1B and 60. RGB value is (112,27,96). Sum of RGB (Red+Green+Blue) = 112+27+96=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #701B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701B60 is #8FE49F. Grayscale: #3C3C3C. Windows color (decimal): -9430176 or 6298480. OLE color: 6298480.
HSL color Cylindrical-coordinate representation of color #701B60: hue angle of 311.29º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701B60 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 27 | 96 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.56 |
| HSL | 311.29º | 0.61% | 0.27% | - |
| HSV(B) | 311.29º | 0.76% | 0.44% | - |
| XYZ | 9.19 | 5.07 | 11.56 | - |
| YUV | 60.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 96 | 0 | 0.76 | 0.14 | 0.56 | 311.29 | 0.61 | 0.27 |
| Hex | 70 | 1B | 60 | 0 | 4C | E | 38 | 137 | 3D | 1B |
| Octal | 160 | 33 | 140 | 0 | 114 | 16 | 70 | 467 | 75 | 33 |
| Binary | 1110000 | 11011 | 1100000 | 0 | 1001100 | 1110 | 111000 | 100110111 | 111101 | 11011 |
Color Harmonies of #701B60
Complementary color
Monochromatic Colors of #701B60
Black with #701B60
Text Example
Text Example
White with #701B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701B60; }
p { color: rgb(112,27,96); }
H1.HeaderClassName
{
color: #701B60;
}
.AnyTagClassName
{
color: #701B60;
}
</style>
background-color css
<style>
a { background-color: #701B60; }
a { background-color: rgb(112,27,96); }
div.DivClassName
{
background-color: #701B60;
}
.BgClassName
{
background-color: #701B60;
}
</style>
border-color css
<style>
span { border-color: #701B60; }
span { border-color: rgb(112,27,96); }
td.TdClassName
{
border-color: #701B60;
}
.TagClassName
{
border-color: #701B60;
}
</style>