Shades of Palatinate Purple #701E6C
Tints of Palatinate Purple #701E6C
RGB
CMYK
RGB Variations
Color information
#701E6C (or 0x701E6C) is known color: Palatinate Purple. HEX triplet: 70, 1E and 6C. RGB value is (112,30,108). Sum of RGB (Red+Green+Blue) = 112+30+108=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #701E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701E6C is #8FE193. Grayscale: #3F3F3F. Windows color (decimal): -9429396 or 7085680. OLE color: 7085680.
HSL color Cylindrical-coordinate representation of color #701E6C: hue angle of 302.93º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #701E6C is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 108 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.56 |
| HSL | 302.93º | 0.58% | 0.28% | - |
| HSV(B) | 302.93º | 0.73% | 0.44% | - |
| XYZ | 9.85 | 5.46 | 14.72 | - |
| YUV | 63.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 108 | 0 | 0.73 | 0.04 | 0.56 | 302.93 | 0.58 | 0.28 |
| Hex | 70 | 1E | 6C | 0 | 49 | 4 | 38 | 12F | 3A | 1C |
| Octal | 160 | 36 | 154 | 0 | 111 | 4 | 70 | 457 | 72 | 34 |
| Binary | 1110000 | 11110 | 1101100 | 0 | 1001001 | 100 | 111000 | 100101111 | 111010 | 11100 |
Color Harmonies of #701E6C
Complementary color
Monochromatic Colors of #701E6C
Black with #701E6C
Text Example
Text Example
White with #701E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E6C; }
p { color: rgb(112,30,108); }
H1.HeaderClassName
{
color: #701E6C;
}
.AnyTagClassName
{
color: #701E6C;
}
</style>
background-color css
<style>
a { background-color: #701E6C; }
a { background-color: rgb(112,30,108); }
div.DivClassName
{
background-color: #701E6C;
}
.BgClassName
{
background-color: #701E6C;
}
</style>
border-color css
<style>
span { border-color: #701E6C; }
span { border-color: rgb(112,30,108); }
td.TdClassName
{
border-color: #701E6C;
}
.TagClassName
{
border-color: #701E6C;
}
</style>