Shades of Palatinate Purple #652F58
Tints of Palatinate Purple #652F58
RGB
CMYK
RGB Variations
Color information
#652F58 (or 0x652F58) is known color: Palatinate Purple. HEX triplet: 65, 2F and 58. RGB value is (101,47,88). Sum of RGB (Red+Green+Blue) = 101+47+88=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #652F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652F58 is #9AD0A7. Grayscale: #434343. Windows color (decimal): -10145960 or 5779301. OLE color: 5779301.
HSL color Cylindrical-coordinate representation of color #652F58: hue angle of 314.44º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #652F58 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 88 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.60 |
| HSL | 314.44º | 0.36% | 0.29% | - |
| HSV(B) | 314.44º | 0.53% | 0.4% | - |
| XYZ | 8.14 | 5.5 | 9.87 | - |
| YUV | 67.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 88 | 0 | 0.53 | 0.13 | 0.60 | 314.44 | 0.36 | 0.29 |
| Hex | 65 | 2F | 58 | 0 | 35 | D | 3C | 13A | 24 | 1D |
| Octal | 145 | 57 | 130 | 0 | 65 | 15 | 74 | 472 | 44 | 35 |
| Binary | 1100101 | 101111 | 1011000 | 0 | 110101 | 1101 | 111100 | 100111010 | 100100 | 11101 |
Color Harmonies of #652F58
Complementary color
Monochromatic Colors of #652F58
Black with #652F58
Text Example
Text Example
White with #652F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F58; }
p { color: rgb(101,47,88); }
H1.HeaderClassName
{
color: #652F58;
}
.AnyTagClassName
{
color: #652F58;
}
</style>
background-color css
<style>
a { background-color: #652F58; }
a { background-color: rgb(101,47,88); }
div.DivClassName
{
background-color: #652F58;
}
.BgClassName
{
background-color: #652F58;
}
</style>
border-color css
<style>
span { border-color: #652F58; }
span { border-color: rgb(101,47,88); }
td.TdClassName
{
border-color: #652F58;
}
.TagClassName
{
border-color: #652F58;
}
</style>