Shades of Palatinate Purple #703C60
Tints of Palatinate Purple #703C60
RGB
CMYK
RGB Variations
Color information
#703C60 (or 0x703C60) is known color: Palatinate Purple. HEX triplet: 70, 3C and 60. RGB value is (112,60,96). Sum of RGB (Red+Green+Blue) = 112+60+96=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #703C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703C60 is #8FC39F. Grayscale: #4F4F4F. Windows color (decimal): -9421728 or 6306928. OLE color: 6306928.
HSL color Cylindrical-coordinate representation of color #703C60: hue angle of 318.46º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #703C60 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 96 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.56 |
| HSL | 318.46º | 0.3% | 0.34% | - |
| HSV(B) | 318.46º | 0.46% | 0.44% | - |
| XYZ | 10.41 | 7.52 | 11.97 | - |
| YUV | 79.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 96 | 0 | 0.46 | 0.14 | 0.56 | 318.46 | 0.3 | 0.34 |
| Hex | 70 | 3C | 60 | 0 | 2E | E | 38 | 13E | 1E | 22 |
| Octal | 160 | 74 | 140 | 0 | 56 | 16 | 70 | 476 | 36 | 42 |
| Binary | 1110000 | 111100 | 1100000 | 0 | 101110 | 1110 | 111000 | 100111110 | 11110 | 100010 |
Color Harmonies of #703C60
Complementary color
Monochromatic Colors of #703C60
Black with #703C60
Text Example
Text Example
White with #703C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C60; }
p { color: rgb(112,60,96); }
H1.HeaderClassName
{
color: #703C60;
}
.AnyTagClassName
{
color: #703C60;
}
</style>
background-color css
<style>
a { background-color: #703C60; }
a { background-color: rgb(112,60,96); }
div.DivClassName
{
background-color: #703C60;
}
.BgClassName
{
background-color: #703C60;
}
</style>
border-color css
<style>
span { border-color: #703C60; }
span { border-color: rgb(112,60,96); }
td.TdClassName
{
border-color: #703C60;
}
.TagClassName
{
border-color: #703C60;
}
</style>