Shades of Palatinate Purple #652C5F
Tints of Palatinate Purple #652C5F
RGB
CMYK
RGB Variations
Color information
#652C5F (or 0x652C5F) is known color: Palatinate Purple. HEX triplet: 65, 2C and 5F. RGB value is (101,44,95). Sum of RGB (Red+Green+Blue) = 101+44+95=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 101 - color contains mainly: red. Hex color #652C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C5F is #9AD3A0. Grayscale: #424242. Windows color (decimal): -10146721 or 6237285. OLE color: 6237285.
HSL color Cylindrical-coordinate representation of color #652C5F: hue angle of 306.32º 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 #652C5F is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 95 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.60 |
| HSL | 306.32º | 0.39% | 0.28% | - |
| HSV(B) | 306.32º | 0.56% | 0.4% | - |
| XYZ | 8.33 | 5.39 | 11.43 | - |
| YUV | 66.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 95 | 0 | 0.56 | 0.06 | 0.60 | 306.32 | 0.39 | 0.28 |
| Hex | 65 | 2C | 5F | 0 | 38 | 6 | 3C | 132 | 27 | 1C |
| Octal | 145 | 54 | 137 | 0 | 70 | 6 | 74 | 462 | 47 | 34 |
| Binary | 1100101 | 101100 | 1011111 | 0 | 111000 | 110 | 111100 | 100110010 | 100111 | 11100 |
Color Harmonies of #652C5F
Complementary color
Monochromatic Colors of #652C5F
Black with #652C5F
Text Example
Text Example
White with #652C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C5F; }
p { color: rgb(101,44,95); }
H1.HeaderClassName
{
color: #652C5F;
}
.AnyTagClassName
{
color: #652C5F;
}
</style>
background-color css
<style>
a { background-color: #652C5F; }
a { background-color: rgb(101,44,95); }
div.DivClassName
{
background-color: #652C5F;
}
.BgClassName
{
background-color: #652C5F;
}
</style>
border-color css
<style>
span { border-color: #652C5F; }
span { border-color: rgb(101,44,95); }
td.TdClassName
{
border-color: #652C5F;
}
.TagClassName
{
border-color: #652C5F;
}
</style>