Shades of Palatinate Purple #701D5C
Tints of Palatinate Purple #701D5C
RGB
CMYK
RGB Variations
Color information
#701D5C (or 0x701D5C) is known color: Palatinate Purple. HEX triplet: 70, 1D and 5C. RGB value is (112,29,92). Sum of RGB (Red+Green+Blue) = 112+29+92=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #701D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D5C is #8FE2A3. Grayscale: #3C3C3C. Windows color (decimal): -9429668 or 6036848. OLE color: 6036848.
HSL color Cylindrical-coordinate representation of color #701D5C: hue angle of 314.46º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D5C is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 92 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.56 |
| HSL | 314.46º | 0.59% | 0.28% | - |
| HSV(B) | 314.46º | 0.74% | 0.44% | - |
| XYZ | 9.05 | 5.1 | 10.63 | - |
| YUV | 61 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 92 | 0 | 0.74 | 0.18 | 0.56 | 314.46 | 0.59 | 0.28 |
| Hex | 70 | 1D | 5C | 0 | 4A | 12 | 38 | 13A | 3B | 1C |
| Octal | 160 | 35 | 134 | 0 | 112 | 22 | 70 | 472 | 73 | 34 |
| Binary | 1110000 | 11101 | 1011100 | 0 | 1001010 | 10010 | 111000 | 100111010 | 111011 | 11100 |
Color Harmonies of #701D5C
Complementary color
Monochromatic Colors of #701D5C
Black with #701D5C
Text Example
Text Example
White with #701D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D5C; }
p { color: rgb(112,29,92); }
H1.HeaderClassName
{
color: #701D5C;
}
.AnyTagClassName
{
color: #701D5C;
}
</style>
background-color css
<style>
a { background-color: #701D5C; }
a { background-color: rgb(112,29,92); }
div.DivClassName
{
background-color: #701D5C;
}
.BgClassName
{
background-color: #701D5C;
}
</style>
border-color css
<style>
span { border-color: #701D5C; }
span { border-color: rgb(112,29,92); }
td.TdClassName
{
border-color: #701D5C;
}
.TagClassName
{
border-color: #701D5C;
}
</style>