Shades of Palatinate Purple #652C58
Tints of Palatinate Purple #652C58
RGB
CMYK
RGB Variations
Color information
#652C58 (or 0x652C58) is known color: Palatinate Purple. HEX triplet: 65, 2C and 58. RGB value is (101,44,88). Sum of RGB (Red+Green+Blue) = 101+44+88=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #652C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C58 is #9AD3A7. Grayscale: #414141. Windows color (decimal): -10146728 or 5778533. OLE color: 5778533.
HSL color Cylindrical-coordinate representation of color #652C58: hue angle of 313.68º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #652C58 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 88 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.60 |
| HSL | 313.68º | 0.39% | 0.28% | - |
| HSV(B) | 313.68º | 0.56% | 0.4% | - |
| XYZ | 8.03 | 5.27 | 9.83 | - |
| YUV | 66.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 88 | 0 | 0.56 | 0.13 | 0.60 | 313.68 | 0.39 | 0.28 |
| Hex | 65 | 2C | 58 | 0 | 38 | D | 3C | 13A | 27 | 1C |
| Octal | 145 | 54 | 130 | 0 | 70 | 15 | 74 | 472 | 47 | 34 |
| Binary | 1100101 | 101100 | 1011000 | 0 | 111000 | 1101 | 111100 | 100111010 | 100111 | 11100 |
Color Harmonies of #652C58
Complementary color
Monochromatic Colors of #652C58
Black with #652C58
Text Example
Text Example
White with #652C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C58; }
p { color: rgb(101,44,88); }
H1.HeaderClassName
{
color: #652C58;
}
.AnyTagClassName
{
color: #652C58;
}
</style>
background-color css
<style>
a { background-color: #652C58; }
a { background-color: rgb(101,44,88); }
div.DivClassName
{
background-color: #652C58;
}
.BgClassName
{
background-color: #652C58;
}
</style>
border-color css
<style>
span { border-color: #652C58; }
span { border-color: rgb(101,44,88); }
td.TdClassName
{
border-color: #652C58;
}
.TagClassName
{
border-color: #652C58;
}
</style>