Shades of Palatinate Purple #701A68
Tints of Palatinate Purple #701A68
RGB
CMYK
RGB Variations
Color information
#701A68 (or 0x701A68) is known color: Palatinate Purple. HEX triplet: 70, 1A and 68. RGB value is (112,26,104). Sum of RGB (Red+Green+Blue) = 112+26+104=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #701A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701A68 is #8FE597. Grayscale: #3C3C3C. Windows color (decimal): -9430424 or 6822512. OLE color: 6822512.
HSL color Cylindrical-coordinate representation of color #701A68: hue angle of 305.58º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A68 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 104 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.56 |
| HSL | 305.58º | 0.62% | 0.27% | - |
| HSV(B) | 305.58º | 0.77% | 0.44% | - |
| XYZ | 9.55 | 5.18 | 13.59 | - |
| YUV | 60.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 104 | 0 | 0.77 | 0.07 | 0.56 | 305.58 | 0.62 | 0.27 |
| Hex | 70 | 1A | 68 | 0 | 4D | 7 | 38 | 132 | 3E | 1B |
| Octal | 160 | 32 | 150 | 0 | 115 | 7 | 70 | 462 | 76 | 33 |
| Binary | 1110000 | 11010 | 1101000 | 0 | 1001101 | 111 | 111000 | 100110010 | 111110 | 11011 |
Color Harmonies of #701A68
Complementary color
Monochromatic Colors of #701A68
Black with #701A68
Text Example
Text Example
White with #701A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A68; }
p { color: rgb(112,26,104); }
H1.HeaderClassName
{
color: #701A68;
}
.AnyTagClassName
{
color: #701A68;
}
</style>
background-color css
<style>
a { background-color: #701A68; }
a { background-color: rgb(112,26,104); }
div.DivClassName
{
background-color: #701A68;
}
.BgClassName
{
background-color: #701A68;
}
</style>
border-color css
<style>
span { border-color: #701A68; }
span { border-color: rgb(112,26,104); }
td.TdClassName
{
border-color: #701A68;
}
.TagClassName
{
border-color: #701A68;
}
</style>