Shades of Palatinate Purple #652B5F
Tints of Palatinate Purple #652B5F
RGB
CMYK
RGB Variations
Color information
#652B5F (or 0x652B5F) is known color: Palatinate Purple. HEX triplet: 65, 2B and 5F. RGB value is (101,43,95). Sum of RGB (Red+Green+Blue) = 101+43+95=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #652B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652B5F is #9AD4A0. Grayscale: #424242. Windows color (decimal): -10146977 or 6237029. OLE color: 6237029.
HSL color Cylindrical-coordinate representation of color #652B5F: hue angle of 306.21º 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 #652B5F is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 43 | 95 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.60 |
| HSL | 306.21º | 0.4% | 0.28% | - |
| HSV(B) | 306.21º | 0.57% | 0.4% | - |
| XYZ | 8.3 | 5.32 | 11.42 | - |
| YUV | 66.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 95 | 0 | 0.57 | 0.06 | 0.60 | 306.21 | 0.4 | 0.28 |
| Hex | 65 | 2B | 5F | 0 | 39 | 6 | 3C | 132 | 28 | 1C |
| Octal | 145 | 53 | 137 | 0 | 71 | 6 | 74 | 462 | 50 | 34 |
| Binary | 1100101 | 101011 | 1011111 | 0 | 111001 | 110 | 111100 | 100110010 | 101000 | 11100 |
Color Harmonies of #652B5F
Complementary color
Monochromatic Colors of #652B5F
Black with #652B5F
Text Example
Text Example
White with #652B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652B5F; }
p { color: rgb(101,43,95); }
H1.HeaderClassName
{
color: #652B5F;
}
.AnyTagClassName
{
color: #652B5F;
}
</style>
background-color css
<style>
a { background-color: #652B5F; }
a { background-color: rgb(101,43,95); }
div.DivClassName
{
background-color: #652B5F;
}
.BgClassName
{
background-color: #652B5F;
}
</style>
border-color css
<style>
span { border-color: #652B5F; }
span { border-color: rgb(101,43,95); }
td.TdClassName
{
border-color: #652B5F;
}
.TagClassName
{
border-color: #652B5F;
}
</style>