Shades of Palatinate Purple #701C6B
Tints of Palatinate Purple #701C6B
RGB
CMYK
RGB Variations
Color information
#701C6B (or 0x701C6B) is known color: Palatinate Purple. HEX triplet: 70, 1C and 6B. RGB value is (112,28,107). Sum of RGB (Red+Green+Blue) = 112+28+107=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #701C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C6B is #8FE394. Grayscale: #3D3D3D. Windows color (decimal): -9429909 or 7019632. OLE color: 7019632.
HSL color Cylindrical-coordinate representation of color #701C6B: hue angle of 303.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C6B is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 107 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.56 |
| HSL | 303.57º | 0.6% | 0.27% | - |
| HSV(B) | 303.57º | 0.75% | 0.44% | - |
| XYZ | 9.75 | 5.34 | 14.43 | - |
| YUV | 62.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 107 | 0 | 0.75 | 0.04 | 0.56 | 303.57 | 0.6 | 0.27 |
| Hex | 70 | 1C | 6B | 0 | 4B | 4 | 38 | 130 | 3C | 1B |
| Octal | 160 | 34 | 153 | 0 | 113 | 4 | 70 | 460 | 74 | 33 |
| Binary | 1110000 | 11100 | 1101011 | 0 | 1001011 | 100 | 111000 | 100110000 | 111100 | 11011 |
Color Harmonies of #701C6B
Complementary color
Monochromatic Colors of #701C6B
Black with #701C6B
Text Example
Text Example
White with #701C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C6B; }
p { color: rgb(112,28,107); }
H1.HeaderClassName
{
color: #701C6B;
}
.AnyTagClassName
{
color: #701C6B;
}
</style>
background-color css
<style>
a { background-color: #701C6B; }
a { background-color: rgb(112,28,107); }
div.DivClassName
{
background-color: #701C6B;
}
.BgClassName
{
background-color: #701C6B;
}
</style>
border-color css
<style>
span { border-color: #701C6B; }
span { border-color: rgb(112,28,107); }
td.TdClassName
{
border-color: #701C6B;
}
.TagClassName
{
border-color: #701C6B;
}
</style>