Shades of Palatinate Purple #701F6B
Tints of Palatinate Purple #701F6B
RGB
CMYK
RGB Variations
Color information
#701F6B (or 0x701F6B) is known color: Palatinate Purple. HEX triplet: 70, 1F and 6B. RGB value is (112,31,107). Sum of RGB (Red+Green+Blue) = 112+31+107=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #701F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701F6B is #8FE094. Grayscale: #3F3F3F. Windows color (decimal): -9429141 or 7020400. OLE color: 7020400.
HSL color Cylindrical-coordinate representation of color #701F6B: hue angle of 303.7º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F6B is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 107 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.56 |
| HSL | 303.7º | 0.57% | 0.28% | - |
| HSV(B) | 303.7º | 0.72% | 0.44% | - |
| XYZ | 9.83 | 5.49 | 14.45 | - |
| YUV | 63.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 107 | 0 | 0.72 | 0.04 | 0.56 | 303.7 | 0.57 | 0.28 |
| Hex | 70 | 1F | 6B | 0 | 48 | 4 | 38 | 130 | 39 | 1C |
| Octal | 160 | 37 | 153 | 0 | 110 | 4 | 70 | 460 | 71 | 34 |
| Binary | 1110000 | 11111 | 1101011 | 0 | 1001000 | 100 | 111000 | 100110000 | 111001 | 11100 |
Color Harmonies of #701F6B
Complementary color
Monochromatic Colors of #701F6B
Black with #701F6B
Text Example
Text Example
White with #701F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F6B; }
p { color: rgb(112,31,107); }
H1.HeaderClassName
{
color: #701F6B;
}
.AnyTagClassName
{
color: #701F6B;
}
</style>
background-color css
<style>
a { background-color: #701F6B; }
a { background-color: rgb(112,31,107); }
div.DivClassName
{
background-color: #701F6B;
}
.BgClassName
{
background-color: #701F6B;
}
</style>
border-color css
<style>
span { border-color: #701F6B; }
span { border-color: rgb(112,31,107); }
td.TdClassName
{
border-color: #701F6B;
}
.TagClassName
{
border-color: #701F6B;
}
</style>