Shades of Palatinate Purple #652D60
Tints of Palatinate Purple #652D60
RGB
CMYK
RGB Variations
Color information
#652D60 (or 0x652D60) is known color: Palatinate Purple. HEX triplet: 65, 2D and 60. RGB value is (101,45,96). Sum of RGB (Red+Green+Blue) = 101+45+96=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #652D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652D60 is #9AD29F. Grayscale: #434343. Windows color (decimal): -10146464 or 6303077. OLE color: 6303077.
HSL color Cylindrical-coordinate representation of color #652D60: hue angle of 305.36º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #652D60 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 96 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.60 |
| HSL | 305.36º | 0.38% | 0.29% | - |
| HSV(B) | 305.36º | 0.55% | 0.4% | - |
| XYZ | 8.42 | 5.49 | 11.68 | - |
| YUV | 67.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 96 | 0 | 0.55 | 0.05 | 0.60 | 305.36 | 0.38 | 0.29 |
| Hex | 65 | 2D | 60 | 0 | 37 | 5 | 3C | 131 | 26 | 1D |
| Octal | 145 | 55 | 140 | 0 | 67 | 5 | 74 | 461 | 46 | 35 |
| Binary | 1100101 | 101101 | 1100000 | 0 | 110111 | 101 | 111100 | 100110001 | 100110 | 11101 |
Color Harmonies of #652D60
Complementary color
Monochromatic Colors of #652D60
Black with #652D60
Text Example
Text Example
White with #652D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D60; }
p { color: rgb(101,45,96); }
H1.HeaderClassName
{
color: #652D60;
}
.AnyTagClassName
{
color: #652D60;
}
</style>
background-color css
<style>
a { background-color: #652D60; }
a { background-color: rgb(101,45,96); }
div.DivClassName
{
background-color: #652D60;
}
.BgClassName
{
background-color: #652D60;
}
</style>
border-color css
<style>
span { border-color: #652D60; }
span { border-color: rgb(101,45,96); }
td.TdClassName
{
border-color: #652D60;
}
.TagClassName
{
border-color: #652D60;
}
</style>