Shades of Palatinate Purple #652B5B
Tints of Palatinate Purple #652B5B
RGB
CMYK
RGB Variations
Color information
#652B5B (or 0x652B5B) is known color: Palatinate Purple. HEX triplet: 65, 2B and 5B. RGB value is (101,43,91). Sum of RGB (Red+Green+Blue) = 101+43+91=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 101 - color contains mainly: red. Hex color #652B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652B5B is #9AD4A4. Grayscale: #414141. Windows color (decimal): -10146981 or 5974885. OLE color: 5974885.
HSL color Cylindrical-coordinate representation of color #652B5B: hue angle of 310.34º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #652B5B is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 43 | 91 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.60 |
| HSL | 310.34º | 0.4% | 0.28% | - |
| HSV(B) | 310.34º | 0.57% | 0.4% | - |
| XYZ | 8.12 | 5.25 | 10.48 | - |
| YUV | 65.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 91 | 0 | 0.57 | 0.10 | 0.60 | 310.34 | 0.4 | 0.28 |
| Hex | 65 | 2B | 5B | 0 | 39 | A | 3C | 136 | 28 | 1C |
| Octal | 145 | 53 | 133 | 0 | 71 | 12 | 74 | 466 | 50 | 34 |
| Binary | 1100101 | 101011 | 1011011 | 0 | 111001 | 1010 | 111100 | 100110110 | 101000 | 11100 |
Color Harmonies of #652B5B
Complementary color
Monochromatic Colors of #652B5B
Black with #652B5B
Text Example
Text Example
White with #652B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652B5B; }
p { color: rgb(101,43,91); }
H1.HeaderClassName
{
color: #652B5B;
}
.AnyTagClassName
{
color: #652B5B;
}
</style>
background-color css
<style>
a { background-color: #652B5B; }
a { background-color: rgb(101,43,91); }
div.DivClassName
{
background-color: #652B5B;
}
.BgClassName
{
background-color: #652B5B;
}
</style>
border-color css
<style>
span { border-color: #652B5B; }
span { border-color: rgb(101,43,91); }
td.TdClassName
{
border-color: #652B5B;
}
.TagClassName
{
border-color: #652B5B;
}
</style>