Shades of Palatinate Purple #652C65
Tints of Palatinate Purple #652C65
RGB
CMYK
RGB Variations
Color information
#652C65 (or 0x652C65) is known color: Palatinate Purple. HEX triplet: 65, 2C and 65. RGB value is (101,44,101). Sum of RGB (Red+Green+Blue) = 101+44+101=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #652C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C65 is #9AD39A. Grayscale: #434343. Windows color (decimal): -10146715 or 6630501. OLE color: 6630501.
HSL color Cylindrical-coordinate representation of color #652C65: hue angle of 300º 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 #652C65 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 101 | - |
| CMYK | 0 | 0.56 | 0 | 0.60 |
| HSL | 300º | 0.39% | 0.28% | - |
| HSV(B) | 300º | 0.56% | 0.4% | - |
| XYZ | 8.62 | 5.51 | 12.92 | - |
| YUV | 67.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 101 | 0 | 0.56 | 0 | 0.60 | 300 | 0.39 | 0.28 |
| Hex | 65 | 2C | 65 | 0 | 38 | 0 | 3C | 12C | 27 | 1C |
| Octal | 145 | 54 | 145 | 0 | 70 | 0 | 74 | 454 | 47 | 34 |
| Binary | 1100101 | 101100 | 1100101 | 0 | 111000 | 0 | 111100 | 100101100 | 100111 | 11100 |
Color Harmonies of #652C65
Complementary color
Monochromatic Colors of #652C65
Black with #652C65
Text Example
Text Example
White with #652C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C65; }
p { color: rgb(101,44,101); }
H1.HeaderClassName
{
color: #652C65;
}
.AnyTagClassName
{
color: #652C65;
}
</style>
background-color css
<style>
a { background-color: #652C65; }
a { background-color: rgb(101,44,101); }
div.DivClassName
{
background-color: #652C65;
}
.BgClassName
{
background-color: #652C65;
}
</style>
border-color css
<style>
span { border-color: #652C65; }
span { border-color: rgb(101,44,101); }
td.TdClassName
{
border-color: #652C65;
}
.TagClassName
{
border-color: #652C65;
}
</style>