Shades of Palatinate Purple #701F5A
Tints of Palatinate Purple #701F5A
RGB
CMYK
RGB Variations
Color information
#701F5A (or 0x701F5A) is known color: Palatinate Purple. HEX triplet: 70, 1F and 5A. RGB value is (112,31,90). Sum of RGB (Red+Green+Blue) = 112+31+90=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #701F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701F5A is #8FE0A5. Grayscale: #3D3D3D. Windows color (decimal): -9429158 or 5906288. OLE color: 5906288.
HSL color Cylindrical-coordinate representation of color #701F5A: hue angle of 316.3º 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 #701F5A is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 31 | 90 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.56 |
| HSL | 316.3º | 0.57% | 0.28% | - |
| HSV(B) | 316.3º | 0.72% | 0.44% | - |
| XYZ | 9.02 | 5.16 | 10.19 | - |
| YUV | 61.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 90 | 0 | 0.72 | 0.20 | 0.56 | 316.3 | 0.57 | 0.28 |
| Hex | 70 | 1F | 5A | 0 | 48 | 14 | 38 | 13C | 39 | 1C |
| Octal | 160 | 37 | 132 | 0 | 110 | 24 | 70 | 474 | 71 | 34 |
| Binary | 1110000 | 11111 | 1011010 | 0 | 1001000 | 10100 | 111000 | 100111100 | 111001 | 11100 |
Color Harmonies of #701F5A
Complementary color
Monochromatic Colors of #701F5A
Black with #701F5A
Text Example
Text Example
White with #701F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F5A; }
p { color: rgb(112,31,90); }
H1.HeaderClassName
{
color: #701F5A;
}
.AnyTagClassName
{
color: #701F5A;
}
</style>
background-color css
<style>
a { background-color: #701F5A; }
a { background-color: rgb(112,31,90); }
div.DivClassName
{
background-color: #701F5A;
}
.BgClassName
{
background-color: #701F5A;
}
</style>
border-color css
<style>
span { border-color: #701F5A; }
span { border-color: rgb(112,31,90); }
td.TdClassName
{
border-color: #701F5A;
}
.TagClassName
{
border-color: #701F5A;
}
</style>