Shades of Palatinate Purple #653359
Tints of Palatinate Purple #653359
RGB
CMYK
RGB Variations
Color information
#653359 (or 0x653359) is known color: Palatinate Purple. HEX triplet: 65, 33 and 59. RGB value is (101,51,89). Sum of RGB (Red+Green+Blue) = 101+51+89=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #653359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653359 is #9ACCA6. Grayscale: #464646. Windows color (decimal): -10144935 or 5845861. OLE color: 5845861.
HSL color Cylindrical-coordinate representation of color #653359: hue angle of 314.4º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653359 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 89 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.60 |
| HSL | 314.4º | 0.33% | 0.3% | - |
| HSV(B) | 314.4º | 0.5% | 0.4% | - |
| XYZ | 8.35 | 5.86 | 10.14 | - |
| YUV | 70.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 89 | 0 | 0.50 | 0.12 | 0.60 | 314.4 | 0.33 | 0.3 |
| Hex | 65 | 33 | 59 | 0 | 32 | C | 3C | 13A | 21 | 1E |
| Octal | 145 | 63 | 131 | 0 | 62 | 14 | 74 | 472 | 41 | 36 |
| Binary | 1100101 | 110011 | 1011001 | 0 | 110010 | 1100 | 111100 | 100111010 | 100001 | 11110 |
Color Harmonies of #653359
Complementary color
Monochromatic Colors of #653359
Black with #653359
Text Example
Text Example
White with #653359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653359; }
p { color: rgb(101,51,89); }
H1.HeaderClassName
{
color: #653359;
}
.AnyTagClassName
{
color: #653359;
}
</style>
background-color css
<style>
a { background-color: #653359; }
a { background-color: rgb(101,51,89); }
div.DivClassName
{
background-color: #653359;
}
.BgClassName
{
background-color: #653359;
}
</style>
border-color css
<style>
span { border-color: #653359; }
span { border-color: rgb(101,51,89); }
td.TdClassName
{
border-color: #653359;
}
.TagClassName
{
border-color: #653359;
}
</style>