Shades of Palatinate Purple #652857
Tints of Palatinate Purple #652857
RGB
CMYK
RGB Variations
Color information
#652857 (or 0x652857) is known color: Palatinate Purple. HEX triplet: 65, 28 and 57. RGB value is (101,40,87). Sum of RGB (Red+Green+Blue) = 101+40+87=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #652857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652857 is #9AD7A8. Grayscale: #3F3F3F. Windows color (decimal): -10147753 or 5711973. OLE color: 5711973.
HSL color Cylindrical-coordinate representation of color #652857: hue angle of 313.77º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #652857 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 40 | 87 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.60 |
| HSL | 313.77º | 0.43% | 0.28% | - |
| HSV(B) | 313.77º | 0.6% | 0.4% | - |
| XYZ | 7.85 | 4.97 | 9.56 | - |
| YUV | 63.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 87 | 0 | 0.60 | 0.14 | 0.60 | 313.77 | 0.43 | 0.28 |
| Hex | 65 | 28 | 57 | 0 | 3C | E | 3C | 13A | 2B | 1C |
| Octal | 145 | 50 | 127 | 0 | 74 | 16 | 74 | 472 | 53 | 34 |
| Binary | 1100101 | 101000 | 1010111 | 0 | 111100 | 1110 | 111100 | 100111010 | 101011 | 11100 |
Color Harmonies of #652857
Complementary color
Monochromatic Colors of #652857
Black with #652857
Text Example
Text Example
White with #652857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652857; }
p { color: rgb(101,40,87); }
H1.HeaderClassName
{
color: #652857;
}
.AnyTagClassName
{
color: #652857;
}
</style>
background-color css
<style>
a { background-color: #652857; }
a { background-color: rgb(101,40,87); }
div.DivClassName
{
background-color: #652857;
}
.BgClassName
{
background-color: #652857;
}
</style>
border-color css
<style>
span { border-color: #652857; }
span { border-color: rgb(101,40,87); }
td.TdClassName
{
border-color: #652857;
}
.TagClassName
{
border-color: #652857;
}
</style>