Shades of Palatinate Purple #701C66
Tints of Palatinate Purple #701C66
RGB
CMYK
RGB Variations
Color information
#701C66 (or 0x701C66) is known color: Palatinate Purple. HEX triplet: 70, 1C and 66. RGB value is (112,28,102). Sum of RGB (Red+Green+Blue) = 112+28+102=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #701C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C66 is #8FE399. Grayscale: #3D3D3D. Windows color (decimal): -9429914 or 6691952. OLE color: 6691952.
HSL color Cylindrical-coordinate representation of color #701C66: hue angle of 307.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C66 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 102 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.56 |
| HSL | 307.14º | 0.6% | 0.27% | - |
| HSV(B) | 307.14º | 0.75% | 0.44% | - |
| XYZ | 9.5 | 5.23 | 13.08 | - |
| YUV | 61.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 102 | 0 | 0.75 | 0.09 | 0.56 | 307.14 | 0.6 | 0.27 |
| Hex | 70 | 1C | 66 | 0 | 4B | 9 | 38 | 133 | 3C | 1B |
| Octal | 160 | 34 | 146 | 0 | 113 | 11 | 70 | 463 | 74 | 33 |
| Binary | 1110000 | 11100 | 1100110 | 0 | 1001011 | 1001 | 111000 | 100110011 | 111100 | 11011 |
Color Harmonies of #701C66
Complementary color
Monochromatic Colors of #701C66
Black with #701C66
Text Example
Text Example
White with #701C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C66; }
p { color: rgb(112,28,102); }
H1.HeaderClassName
{
color: #701C66;
}
.AnyTagClassName
{
color: #701C66;
}
</style>
background-color css
<style>
a { background-color: #701C66; }
a { background-color: rgb(112,28,102); }
div.DivClassName
{
background-color: #701C66;
}
.BgClassName
{
background-color: #701C66;
}
</style>
border-color css
<style>
span { border-color: #701C66; }
span { border-color: rgb(112,28,102); }
td.TdClassName
{
border-color: #701C66;
}
.TagClassName
{
border-color: #701C66;
}
</style>