Shades of Palatinate Purple #703665
Tints of Palatinate Purple #703665
RGB
CMYK
RGB Variations
Color information
#703665 (or 0x703665) is known color: Palatinate Purple. HEX triplet: 70, 36 and 65. RGB value is (112,54,101). Sum of RGB (Red+Green+Blue) = 112+54+101=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #703665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703665 is #8FC99A. Grayscale: #4C4C4C. Windows color (decimal): -9423259 or 6633072. OLE color: 6633072.
HSL color Cylindrical-coordinate representation of color #703665: hue angle of 311.38º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #703665 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 101 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.56 |
| HSL | 311.38º | 0.35% | 0.33% | - |
| HSV(B) | 311.38º | 0.52% | 0.44% | - |
| XYZ | 10.35 | 7.02 | 13.12 | - |
| YUV | 76.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 101 | 0 | 0.52 | 0.10 | 0.56 | 311.38 | 0.35 | 0.33 |
| Hex | 70 | 36 | 65 | 0 | 34 | A | 38 | 137 | 23 | 21 |
| Octal | 160 | 66 | 145 | 0 | 64 | 12 | 70 | 467 | 43 | 41 |
| Binary | 1110000 | 110110 | 1100101 | 0 | 110100 | 1010 | 111000 | 100110111 | 100011 | 100001 |
Color Harmonies of #703665
Complementary color
Monochromatic Colors of #703665
Black with #703665
Text Example
Text Example
White with #703665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703665; }
p { color: rgb(112,54,101); }
H1.HeaderClassName
{
color: #703665;
}
.AnyTagClassName
{
color: #703665;
}
</style>
background-color css
<style>
a { background-color: #703665; }
a { background-color: rgb(112,54,101); }
div.DivClassName
{
background-color: #703665;
}
.BgClassName
{
background-color: #703665;
}
</style>
border-color css
<style>
span { border-color: #703665; }
span { border-color: rgb(112,54,101); }
td.TdClassName
{
border-color: #703665;
}
.TagClassName
{
border-color: #703665;
}
</style>