Shades of Palatinate Purple #652E54
Tints of Palatinate Purple #652E54
RGB
CMYK
RGB Variations
Color information
#652E54 (or 0x652E54) is known color: Palatinate Purple. HEX triplet: 65, 2E and 54. RGB value is (101,46,84). Sum of RGB (Red+Green+Blue) = 101+46+84=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #652E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652E54 is #9AD1AB. Grayscale: #424242. Windows color (decimal): -10146220 or 5516901. OLE color: 5516901.
HSL color Cylindrical-coordinate representation of color #652E54: hue angle of 318.55º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #652E54 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 46 | 84 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.60 |
| HSL | 318.55º | 0.37% | 0.29% | - |
| HSV(B) | 318.55º | 0.54% | 0.4% | - |
| XYZ | 7.94 | 5.36 | 9 | - |
| YUV | 66.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 84 | 0 | 0.54 | 0.17 | 0.60 | 318.55 | 0.37 | 0.29 |
| Hex | 65 | 2E | 54 | 0 | 36 | 11 | 3C | 13F | 25 | 1D |
| Octal | 145 | 56 | 124 | 0 | 66 | 21 | 74 | 477 | 45 | 35 |
| Binary | 1100101 | 101110 | 1010100 | 0 | 110110 | 10001 | 111100 | 100111111 | 100101 | 11101 |
Color Harmonies of #652E54
Complementary color
Monochromatic Colors of #652E54
Black with #652E54
Text Example
Text Example
White with #652E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652E54; }
p { color: rgb(101,46,84); }
H1.HeaderClassName
{
color: #652E54;
}
.AnyTagClassName
{
color: #652E54;
}
</style>
background-color css
<style>
a { background-color: #652E54; }
a { background-color: rgb(101,46,84); }
div.DivClassName
{
background-color: #652E54;
}
.BgClassName
{
background-color: #652E54;
}
</style>
border-color css
<style>
span { border-color: #652E54; }
span { border-color: rgb(101,46,84); }
td.TdClassName
{
border-color: #652E54;
}
.TagClassName
{
border-color: #652E54;
}
</style>