Shades of Palatinate Purple #704365
Tints of Palatinate Purple #704365
RGB
CMYK
RGB Variations
Color information
#704365 (or 0x704365) is known color: Palatinate Purple. HEX triplet: 70, 43 and 65. RGB value is (112,67,101). Sum of RGB (Red+Green+Blue) = 112+67+101=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704365 is #8FBC9A. Grayscale: #545454. Windows color (decimal): -9419931 or 6636400. OLE color: 6636400.
HSL color Cylindrical-coordinate representation of color #704365: hue angle of 314.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704365 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 101 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.56 |
| HSL | 314.67º | 0.25% | 0.35% | - |
| HSV(B) | 314.67º | 0.4% | 0.44% | - |
| XYZ | 11.04 | 8.4 | 13.35 | - |
| YUV | 84.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 101 | 0 | 0.40 | 0.10 | 0.56 | 314.67 | 0.25 | 0.35 |
| Hex | 70 | 43 | 65 | 0 | 28 | A | 38 | 13B | 19 | 23 |
| Octal | 160 | 103 | 145 | 0 | 50 | 12 | 70 | 473 | 31 | 43 |
| Binary | 1110000 | 1000011 | 1100101 | 0 | 101000 | 1010 | 111000 | 100111011 | 11001 | 100011 |
Color Harmonies of #704365
Complementary color
Monochromatic Colors of #704365
Black with #704365
Text Example
Text Example
White with #704365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704365; }
p { color: rgb(112,67,101); }
H1.HeaderClassName
{
color: #704365;
}
.AnyTagClassName
{
color: #704365;
}
</style>
background-color css
<style>
a { background-color: #704365; }
a { background-color: rgb(112,67,101); }
div.DivClassName
{
background-color: #704365;
}
.BgClassName
{
background-color: #704365;
}
</style>
border-color css
<style>
span { border-color: #704365; }
span { border-color: rgb(112,67,101); }
td.TdClassName
{
border-color: #704365;
}
.TagClassName
{
border-color: #704365;
}
</style>