Shades of Palatinate Purple #701B68
Tints of Palatinate Purple #701B68
RGB
CMYK
RGB Variations
Color information
#701B68 (or 0x701B68) is known color: Palatinate Purple. HEX triplet: 70, 1B and 68. RGB value is (112,27,104). Sum of RGB (Red+Green+Blue) = 112+27+104=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #701B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701B68 is #8FE497. Grayscale: #3C3C3C. Windows color (decimal): -9430168 or 6822768. OLE color: 6822768.
HSL color Cylindrical-coordinate representation of color #701B68: hue angle of 305.65º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701B68 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 27 | 104 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.56 |
| HSL | 305.65º | 0.61% | 0.27% | - |
| HSV(B) | 305.65º | 0.76% | 0.44% | - |
| XYZ | 9.57 | 5.23 | 13.6 | - |
| YUV | 61.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 104 | 0 | 0.76 | 0.07 | 0.56 | 305.65 | 0.61 | 0.27 |
| Hex | 70 | 1B | 68 | 0 | 4C | 7 | 38 | 132 | 3D | 1B |
| Octal | 160 | 33 | 150 | 0 | 114 | 7 | 70 | 462 | 75 | 33 |
| Binary | 1110000 | 11011 | 1101000 | 0 | 1001100 | 111 | 111000 | 100110010 | 111101 | 11011 |
Color Harmonies of #701B68
Complementary color
Monochromatic Colors of #701B68
Black with #701B68
Text Example
Text Example
White with #701B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701B68; }
p { color: rgb(112,27,104); }
H1.HeaderClassName
{
color: #701B68;
}
.AnyTagClassName
{
color: #701B68;
}
</style>
background-color css
<style>
a { background-color: #701B68; }
a { background-color: rgb(112,27,104); }
div.DivClassName
{
background-color: #701B68;
}
.BgClassName
{
background-color: #701B68;
}
</style>
border-color css
<style>
span { border-color: #701B68; }
span { border-color: rgb(112,27,104); }
td.TdClassName
{
border-color: #701B68;
}
.TagClassName
{
border-color: #701B68;
}
</style>