Shades of Palatinate Purple #652559
Tints of Palatinate Purple #652559
RGB
CMYK
RGB Variations
Color information
#652559 (or 0x652559) is known color: Palatinate Purple. HEX triplet: 65, 25 and 59. RGB value is (101,37,89). Sum of RGB (Red+Green+Blue) = 101+37+89=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #652559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652559 is #9ADAA6. Grayscale: #3D3D3D. Windows color (decimal): -10148519 or 5842277. OLE color: 5842277.
HSL color Cylindrical-coordinate representation of color #652559: hue angle of 311.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #652559 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 37 | 89 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.60 |
| HSL | 311.25º | 0.46% | 0.27% | - |
| HSV(B) | 311.25º | 0.63% | 0.4% | - |
| XYZ | 7.83 | 4.81 | 9.97 | - |
| YUV | 62.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 89 | 0 | 0.63 | 0.12 | 0.60 | 311.25 | 0.46 | 0.27 |
| Hex | 65 | 25 | 59 | 0 | 3F | C | 3C | 137 | 2E | 1B |
| Octal | 145 | 45 | 131 | 0 | 77 | 14 | 74 | 467 | 56 | 33 |
| Binary | 1100101 | 100101 | 1011001 | 0 | 111111 | 1100 | 111100 | 100110111 | 101110 | 11011 |
Color Harmonies of #652559
Complementary color
Monochromatic Colors of #652559
Black with #652559
Text Example
Text Example
White with #652559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652559; }
p { color: rgb(101,37,89); }
H1.HeaderClassName
{
color: #652559;
}
.AnyTagClassName
{
color: #652559;
}
</style>
background-color css
<style>
a { background-color: #652559; }
a { background-color: rgb(101,37,89); }
div.DivClassName
{
background-color: #652559;
}
.BgClassName
{
background-color: #652559;
}
</style>
border-color css
<style>
span { border-color: #652559; }
span { border-color: rgb(101,37,89); }
td.TdClassName
{
border-color: #652559;
}
.TagClassName
{
border-color: #652559;
}
</style>