Shades of Palatinate Purple #703260
Tints of Palatinate Purple #703260
RGB
CMYK
RGB Variations
Color information
#703260 (or 0x703260) is known color: Palatinate Purple. HEX triplet: 70, 32 and 60. RGB value is (112,50,96). Sum of RGB (Red+Green+Blue) = 112+50+96=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #703260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703260 is #8FCD9F. Grayscale: #494949. Windows color (decimal): -9424288 or 6304368. OLE color: 6304368.
HSL color Cylindrical-coordinate representation of color #703260: hue angle of 315.48º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703260 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 50 | 96 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.56 |
| HSL | 315.48º | 0.38% | 0.32% | - |
| HSV(B) | 315.48º | 0.55% | 0.44% | - |
| XYZ | 9.93 | 6.57 | 11.81 | - |
| YUV | 73.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 96 | 0 | 0.55 | 0.14 | 0.56 | 315.48 | 0.38 | 0.32 |
| Hex | 70 | 32 | 60 | 0 | 37 | E | 38 | 13B | 26 | 20 |
| Octal | 160 | 62 | 140 | 0 | 67 | 16 | 70 | 473 | 46 | 40 |
| Binary | 1110000 | 110010 | 1100000 | 0 | 110111 | 1110 | 111000 | 100111011 | 100110 | 100000 |
Color Harmonies of #703260
Complementary color
Monochromatic Colors of #703260
Black with #703260
Text Example
Text Example
White with #703260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703260; }
p { color: rgb(112,50,96); }
H1.HeaderClassName
{
color: #703260;
}
.AnyTagClassName
{
color: #703260;
}
</style>
background-color css
<style>
a { background-color: #703260; }
a { background-color: rgb(112,50,96); }
div.DivClassName
{
background-color: #703260;
}
.BgClassName
{
background-color: #703260;
}
</style>
border-color css
<style>
span { border-color: #703260; }
span { border-color: rgb(112,50,96); }
td.TdClassName
{
border-color: #703260;
}
.TagClassName
{
border-color: #703260;
}
</style>