Shades of Palatinate Purple #701C70
Tints of Palatinate Purple #701C70
RGB
CMYK
RGB Variations
Color information
#701C70 (or 0x701C70) is known color: Palatinate Purple. HEX triplet: 70, 1C and 70. RGB value is (112,28,112). Sum of RGB (Red+Green+Blue) = 112+28+112=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #701C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C70 is #8FE38F. Grayscale: #3E3E3E. Windows color (decimal): -9429904 or 7347312. OLE color: 7347312.
HSL color Cylindrical-coordinate representation of color #701C70: hue angle of 300º 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 #701C70 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 112 | - |
| CMYK | 0 | 0.75 | 0 | 0.56 |
| HSL | 300º | 0.6% | 0.27% | - |
| HSV(B) | 300º | 0.75% | 0.44% | - |
| XYZ | 10.02 | 5.45 | 15.85 | - |
| YUV | 62.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 112 | 0 | 0.75 | 0 | 0.56 | 300 | 0.6 | 0.27 |
| Hex | 70 | 1C | 70 | 0 | 4B | 0 | 38 | 12C | 3C | 1B |
| Octal | 160 | 34 | 160 | 0 | 113 | 0 | 70 | 454 | 74 | 33 |
| Binary | 1110000 | 11100 | 1110000 | 0 | 1001011 | 0 | 111000 | 100101100 | 111100 | 11011 |
Color Harmonies of #701C70
Complementary color
Monochromatic Colors of #701C70
Black with #701C70
Text Example
Text Example
White with #701C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C70; }
p { color: rgb(112,28,112); }
H1.HeaderClassName
{
color: #701C70;
}
.AnyTagClassName
{
color: #701C70;
}
</style>
background-color css
<style>
a { background-color: #701C70; }
a { background-color: rgb(112,28,112); }
div.DivClassName
{
background-color: #701C70;
}
.BgClassName
{
background-color: #701C70;
}
</style>
border-color css
<style>
span { border-color: #701C70; }
span { border-color: rgb(112,28,112); }
td.TdClassName
{
border-color: #701C70;
}
.TagClassName
{
border-color: #701C70;
}
</style>