Shades of Palatinate Purple #701D6D
Tints of Palatinate Purple #701D6D
RGB
CMYK
RGB Variations
Color information
#701D6D (or 0x701D6D) is known color: Palatinate Purple. HEX triplet: 70, 1D and 6D. RGB value is (112,29,109). Sum of RGB (Red+Green+Blue) = 112+29+109=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #701D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D6D is #8FE292. Grayscale: #3E3E3E. Windows color (decimal): -9429651 or 7150960. OLE color: 7150960.
HSL color Cylindrical-coordinate representation of color #701D6D: hue angle of 302.17º 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 #701D6D is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 109 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.56 |
| HSL | 302.17º | 0.59% | 0.28% | - |
| HSV(B) | 302.17º | 0.74% | 0.44% | - |
| XYZ | 9.88 | 5.43 | 14.99 | - |
| YUV | 62.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 109 | 0 | 0.74 | 0.03 | 0.56 | 302.17 | 0.59 | 0.28 |
| Hex | 70 | 1D | 6D | 0 | 4A | 3 | 38 | 12E | 3B | 1C |
| Octal | 160 | 35 | 155 | 0 | 112 | 3 | 70 | 456 | 73 | 34 |
| Binary | 1110000 | 11101 | 1101101 | 0 | 1001010 | 11 | 111000 | 100101110 | 111011 | 11100 |
Color Harmonies of #701D6D
Complementary color
Monochromatic Colors of #701D6D
Black with #701D6D
Text Example
Text Example
White with #701D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D6D; }
p { color: rgb(112,29,109); }
H1.HeaderClassName
{
color: #701D6D;
}
.AnyTagClassName
{
color: #701D6D;
}
</style>
background-color css
<style>
a { background-color: #701D6D; }
a { background-color: rgb(112,29,109); }
div.DivClassName
{
background-color: #701D6D;
}
.BgClassName
{
background-color: #701D6D;
}
</style>
border-color css
<style>
span { border-color: #701D6D; }
span { border-color: rgb(112,29,109); }
td.TdClassName
{
border-color: #701D6D;
}
.TagClassName
{
border-color: #701D6D;
}
</style>