Shades of Palatinate Purple #701E6B
Tints of Palatinate Purple #701E6B
RGB
CMYK
RGB Variations
Color information
#701E6B (or 0x701E6B) is known color: Palatinate Purple. HEX triplet: 70, 1E and 6B. RGB value is (112,30,107). Sum of RGB (Red+Green+Blue) = 112+30+107=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #701E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701E6B is #8FE194. Grayscale: #3F3F3F. Windows color (decimal): -9429397 or 7020144. OLE color: 7020144.
HSL color Cylindrical-coordinate representation of color #701E6B: hue angle of 303.66º 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 #701E6B is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 107 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.56 |
| HSL | 303.66º | 0.58% | 0.28% | - |
| HSV(B) | 303.66º | 0.73% | 0.44% | - |
| XYZ | 9.8 | 5.43 | 14.44 | - |
| YUV | 63.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 107 | 0 | 0.73 | 0.04 | 0.56 | 303.66 | 0.58 | 0.28 |
| Hex | 70 | 1E | 6B | 0 | 49 | 4 | 38 | 130 | 3A | 1C |
| Octal | 160 | 36 | 153 | 0 | 111 | 4 | 70 | 460 | 72 | 34 |
| Binary | 1110000 | 11110 | 1101011 | 0 | 1001001 | 100 | 111000 | 100110000 | 111010 | 11100 |
Color Harmonies of #701E6B
Complementary color
Monochromatic Colors of #701E6B
Black with #701E6B
Text Example
Text Example
White with #701E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E6B; }
p { color: rgb(112,30,107); }
H1.HeaderClassName
{
color: #701E6B;
}
.AnyTagClassName
{
color: #701E6B;
}
</style>
background-color css
<style>
a { background-color: #701E6B; }
a { background-color: rgb(112,30,107); }
div.DivClassName
{
background-color: #701E6B;
}
.BgClassName
{
background-color: #701E6B;
}
</style>
border-color css
<style>
span { border-color: #701E6B; }
span { border-color: rgb(112,30,107); }
td.TdClassName
{
border-color: #701E6B;
}
.TagClassName
{
border-color: #701E6B;
}
</style>