Shades of Palatinate Purple #702565
Tints of Palatinate Purple #702565
RGB
CMYK
RGB Variations
Color information
#702565 (or 0x702565) is known color: Palatinate Purple. HEX triplet: 70, 25 and 65. RGB value is (112,37,101). Sum of RGB (Red+Green+Blue) = 112+37+101=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #702565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702565 is #8FDA9A. Grayscale: #424242. Windows color (decimal): -9427611 or 6628720. OLE color: 6628720.
HSL color Cylindrical-coordinate representation of color #702565: hue angle of 308.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702565 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 101 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.56 |
| HSL | 308.8º | 0.5% | 0.29% | - |
| HSV(B) | 308.8º | 0.67% | 0.44% | - |
| XYZ | 9.69 | 5.71 | 12.9 | - |
| YUV | 66.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 101 | 0 | 0.67 | 0.10 | 0.56 | 308.8 | 0.5 | 0.29 |
| Hex | 70 | 25 | 65 | 0 | 43 | A | 38 | 135 | 32 | 1D |
| Octal | 160 | 45 | 145 | 0 | 103 | 12 | 70 | 465 | 62 | 35 |
| Binary | 1110000 | 100101 | 1100101 | 0 | 1000011 | 1010 | 111000 | 100110101 | 110010 | 11101 |
Color Harmonies of #702565
Complementary color
Monochromatic Colors of #702565
Black with #702565
Text Example
Text Example
White with #702565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702565; }
p { color: rgb(112,37,101); }
H1.HeaderClassName
{
color: #702565;
}
.AnyTagClassName
{
color: #702565;
}
</style>
background-color css
<style>
a { background-color: #702565; }
a { background-color: rgb(112,37,101); }
div.DivClassName
{
background-color: #702565;
}
.BgClassName
{
background-color: #702565;
}
</style>
border-color css
<style>
span { border-color: #702565; }
span { border-color: rgb(112,37,101); }
td.TdClassName
{
border-color: #702565;
}
.TagClassName
{
border-color: #702565;
}
</style>