Shades of Palatinate Purple #652757
Tints of Palatinate Purple #652757
RGB
CMYK
RGB Variations
Color information
#652757 (or 0x652757) is known color: Palatinate Purple. HEX triplet: 65, 27 and 57. RGB value is (101,39,87). Sum of RGB (Red+Green+Blue) = 101+39+87=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #652757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652757 is #9AD8A8. Grayscale: #3E3E3E. Windows color (decimal): -10148009 or 5711717. OLE color: 5711717.
HSL color Cylindrical-coordinate representation of color #652757: hue angle of 313.55º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #652757 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 39 | 87 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.60 |
| HSL | 313.55º | 0.44% | 0.27% | - |
| HSV(B) | 313.55º | 0.61% | 0.4% | - |
| XYZ | 7.81 | 4.91 | 9.55 | - |
| YUV | 63.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 87 | 0 | 0.61 | 0.14 | 0.60 | 313.55 | 0.44 | 0.27 |
| Hex | 65 | 27 | 57 | 0 | 3D | E | 3C | 13A | 2C | 1B |
| Octal | 145 | 47 | 127 | 0 | 75 | 16 | 74 | 472 | 54 | 33 |
| Binary | 1100101 | 100111 | 1010111 | 0 | 111101 | 1110 | 111100 | 100111010 | 101100 | 11011 |
Color Harmonies of #652757
Complementary color
Monochromatic Colors of #652757
Black with #652757
Text Example
Text Example
White with #652757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652757; }
p { color: rgb(101,39,87); }
H1.HeaderClassName
{
color: #652757;
}
.AnyTagClassName
{
color: #652757;
}
</style>
background-color css
<style>
a { background-color: #652757; }
a { background-color: rgb(101,39,87); }
div.DivClassName
{
background-color: #652757;
}
.BgClassName
{
background-color: #652757;
}
</style>
border-color css
<style>
span { border-color: #652757; }
span { border-color: rgb(101,39,87); }
td.TdClassName
{
border-color: #652757;
}
.TagClassName
{
border-color: #652757;
}
</style>