Shades of Palatinate Purple #652C64
Tints of Palatinate Purple #652C64
RGB
CMYK
RGB Variations
Color information
#652C64 (or 0x652C64) is known color: Palatinate Purple. HEX triplet: 65, 2C and 64. RGB value is (101,44,100). Sum of RGB (Red+Green+Blue) = 101+44+100=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #652C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C64 is #9AD39B. Grayscale: #434343. Windows color (decimal): -10146716 or 6564965. OLE color: 6564965.
HSL color Cylindrical-coordinate representation of color #652C64: hue angle of 301.05º 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 #652C64 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 100 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.60 |
| HSL | 301.05º | 0.39% | 0.28% | - |
| HSV(B) | 301.05º | 0.56% | 0.4% | - |
| XYZ | 8.57 | 5.49 | 12.66 | - |
| YUV | 67.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 100 | 0 | 0.56 | 0.01 | 0.60 | 301.05 | 0.39 | 0.28 |
| Hex | 65 | 2C | 64 | 0 | 38 | 1 | 3C | 12D | 27 | 1C |
| Octal | 145 | 54 | 144 | 0 | 70 | 1 | 74 | 455 | 47 | 34 |
| Binary | 1100101 | 101100 | 1100100 | 0 | 111000 | 1 | 111100 | 100101101 | 100111 | 11100 |
Color Harmonies of #652C64
Complementary color
Monochromatic Colors of #652C64
Black with #652C64
Text Example
Text Example
White with #652C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C64; }
p { color: rgb(101,44,100); }
H1.HeaderClassName
{
color: #652C64;
}
.AnyTagClassName
{
color: #652C64;
}
</style>
background-color css
<style>
a { background-color: #652C64; }
a { background-color: rgb(101,44,100); }
div.DivClassName
{
background-color: #652C64;
}
.BgClassName
{
background-color: #652C64;
}
</style>
border-color css
<style>
span { border-color: #652C64; }
span { border-color: rgb(101,44,100); }
td.TdClassName
{
border-color: #652C64;
}
.TagClassName
{
border-color: #652C64;
}
</style>