Shades of Palatinate Purple #652C55
Tints of Palatinate Purple #652C55
RGB
CMYK
RGB Variations
Color information
#652C55 (or 0x652C55) is known color: Palatinate Purple. HEX triplet: 65, 2C and 55. RGB value is (101,44,85). Sum of RGB (Red+Green+Blue) = 101+44+85=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #652C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C55 is #9AD3AA. Grayscale: #414141. Windows color (decimal): -10146731 or 5581925. OLE color: 5581925.
HSL color Cylindrical-coordinate representation of color #652C55: hue angle of 316.84º 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 #652C55 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 85 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.60 |
| HSL | 316.84º | 0.39% | 0.28% | - |
| HSV(B) | 316.84º | 0.56% | 0.4% | - |
| XYZ | 7.91 | 5.22 | 9.19 | - |
| YUV | 65.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 85 | 0 | 0.56 | 0.16 | 0.60 | 316.84 | 0.39 | 0.28 |
| Hex | 65 | 2C | 55 | 0 | 38 | 10 | 3C | 13D | 27 | 1C |
| Octal | 145 | 54 | 125 | 0 | 70 | 20 | 74 | 475 | 47 | 34 |
| Binary | 1100101 | 101100 | 1010101 | 0 | 111000 | 10000 | 111100 | 100111101 | 100111 | 11100 |
Color Harmonies of #652C55
Complementary color
Monochromatic Colors of #652C55
Black with #652C55
Text Example
Text Example
White with #652C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C55; }
p { color: rgb(101,44,85); }
H1.HeaderClassName
{
color: #652C55;
}
.AnyTagClassName
{
color: #652C55;
}
</style>
background-color css
<style>
a { background-color: #652C55; }
a { background-color: rgb(101,44,85); }
div.DivClassName
{
background-color: #652C55;
}
.BgClassName
{
background-color: #652C55;
}
</style>
border-color css
<style>
span { border-color: #652C55; }
span { border-color: rgb(101,44,85); }
td.TdClassName
{
border-color: #652C55;
}
.TagClassName
{
border-color: #652C55;
}
</style>