Shades of Palatinate Purple #701D6C
Tints of Palatinate Purple #701D6C
RGB
CMYK
RGB Variations
Color information
#701D6C (or 0x701D6C) is known color: Palatinate Purple. HEX triplet: 70, 1D and 6C. RGB value is (112,29,108). Sum of RGB (Red+Green+Blue) = 112+29+108=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #701D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D6C is #8FE293. Grayscale: #3E3E3E. Windows color (decimal): -9429652 or 7085424. OLE color: 7085424.
HSL color Cylindrical-coordinate representation of color #701D6C: hue angle of 302.89º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D6C is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 108 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.56 |
| HSL | 302.89º | 0.59% | 0.28% | - |
| HSV(B) | 302.89º | 0.74% | 0.44% | - |
| XYZ | 9.83 | 5.41 | 14.71 | - |
| YUV | 62.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 108 | 0 | 0.74 | 0.04 | 0.56 | 302.89 | 0.59 | 0.28 |
| Hex | 70 | 1D | 6C | 0 | 4A | 4 | 38 | 12F | 3B | 1C |
| Octal | 160 | 35 | 154 | 0 | 112 | 4 | 70 | 457 | 73 | 34 |
| Binary | 1110000 | 11101 | 1101100 | 0 | 1001010 | 100 | 111000 | 100101111 | 111011 | 11100 |
Color Harmonies of #701D6C
Complementary color
Monochromatic Colors of #701D6C
Black with #701D6C
Text Example
Text Example
White with #701D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D6C; }
p { color: rgb(112,29,108); }
H1.HeaderClassName
{
color: #701D6C;
}
.AnyTagClassName
{
color: #701D6C;
}
</style>
background-color css
<style>
a { background-color: #701D6C; }
a { background-color: rgb(112,29,108); }
div.DivClassName
{
background-color: #701D6C;
}
.BgClassName
{
background-color: #701D6C;
}
</style>
border-color css
<style>
span { border-color: #701D6C; }
span { border-color: rgb(112,29,108); }
td.TdClassName
{
border-color: #701D6C;
}
.TagClassName
{
border-color: #701D6C;
}
</style>