Shades of Palatinate Purple #701A58
Tints of Palatinate Purple #701A58
RGB
CMYK
RGB Variations
Color information
#701A58 (or 0x701A58) is known color: Palatinate Purple. HEX triplet: 70, 1A and 58. RGB value is (112,26,88). Sum of RGB (Red+Green+Blue) = 112+26+88=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #701A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701A58 is #8FE5A7. Grayscale: #3A3A3A. Windows color (decimal): -9430440 or 5773936. OLE color: 5773936.
HSL color Cylindrical-coordinate representation of color #701A58: hue angle of 316.74º 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 #701A58 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 88 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.56 |
| HSL | 316.74º | 0.62% | 0.27% | - |
| HSV(B) | 316.74º | 0.77% | 0.44% | - |
| XYZ | 8.81 | 4.89 | 9.71 | - |
| YUV | 58.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 88 | 0 | 0.77 | 0.21 | 0.56 | 316.74 | 0.62 | 0.27 |
| Hex | 70 | 1A | 58 | 0 | 4D | 15 | 38 | 13D | 3E | 1B |
| Octal | 160 | 32 | 130 | 0 | 115 | 25 | 70 | 475 | 76 | 33 |
| Binary | 1110000 | 11010 | 1011000 | 0 | 1001101 | 10101 | 111000 | 100111101 | 111110 | 11011 |
Color Harmonies of #701A58
Complementary color
Monochromatic Colors of #701A58
Black with #701A58
Text Example
Text Example
White with #701A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A58; }
p { color: rgb(112,26,88); }
H1.HeaderClassName
{
color: #701A58;
}
.AnyTagClassName
{
color: #701A58;
}
</style>
background-color css
<style>
a { background-color: #701A58; }
a { background-color: rgb(112,26,88); }
div.DivClassName
{
background-color: #701A58;
}
.BgClassName
{
background-color: #701A58;
}
</style>
border-color css
<style>
span { border-color: #701A58; }
span { border-color: rgb(112,26,88); }
td.TdClassName
{
border-color: #701A58;
}
.TagClassName
{
border-color: #701A58;
}
</style>