Shades of Palatinate Purple #701C6C
Tints of Palatinate Purple #701C6C
RGB
CMYK
RGB Variations
Color information
#701C6C (or 0x701C6C) is known color: Palatinate Purple. HEX triplet: 70, 1C and 6C. RGB value is (112,28,108). Sum of RGB (Red+Green+Blue) = 112+28+108=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #701C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C6C is #8FE393. Grayscale: #3E3E3E. Windows color (decimal): -9429908 or 7085168. OLE color: 7085168.
HSL color Cylindrical-coordinate representation of color #701C6C: hue angle of 302.86º 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 #701C6C is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 108 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.56 |
| HSL | 302.86º | 0.6% | 0.27% | - |
| HSV(B) | 302.86º | 0.75% | 0.44% | - |
| XYZ | 9.8 | 5.36 | 14.7 | - |
| YUV | 62.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 108 | 0 | 0.75 | 0.04 | 0.56 | 302.86 | 0.6 | 0.27 |
| Hex | 70 | 1C | 6C | 0 | 4B | 4 | 38 | 12F | 3C | 1B |
| Octal | 160 | 34 | 154 | 0 | 113 | 4 | 70 | 457 | 74 | 33 |
| Binary | 1110000 | 11100 | 1101100 | 0 | 1001011 | 100 | 111000 | 100101111 | 111100 | 11011 |
Color Harmonies of #701C6C
Complementary color
Monochromatic Colors of #701C6C
Black with #701C6C
Text Example
Text Example
White with #701C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C6C; }
p { color: rgb(112,28,108); }
H1.HeaderClassName
{
color: #701C6C;
}
.AnyTagClassName
{
color: #701C6C;
}
</style>
background-color css
<style>
a { background-color: #701C6C; }
a { background-color: rgb(112,28,108); }
div.DivClassName
{
background-color: #701C6C;
}
.BgClassName
{
background-color: #701C6C;
}
</style>
border-color css
<style>
span { border-color: #701C6C; }
span { border-color: rgb(112,28,108); }
td.TdClassName
{
border-color: #701C6C;
}
.TagClassName
{
border-color: #701C6C;
}
</style>