Shades of Palatinate Purple #652D54
Tints of Palatinate Purple #652D54
RGB
CMYK
RGB Variations
Color information
#652D54 (or 0x652D54) is known color: Palatinate Purple. HEX triplet: 65, 2D and 54. RGB value is (101,45,84). Sum of RGB (Red+Green+Blue) = 101+45+84=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #652D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652D54 is #9AD2AB. Grayscale: #424242. Windows color (decimal): -10146476 or 5516645. OLE color: 5516645.
HSL color Cylindrical-coordinate representation of color #652D54: hue angle of 318.21º 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 #652D54 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 84 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.60 |
| HSL | 318.21º | 0.38% | 0.29% | - |
| HSV(B) | 318.21º | 0.55% | 0.4% | - |
| XYZ | 7.91 | 5.28 | 8.99 | - |
| YUV | 66.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 84 | 0 | 0.55 | 0.17 | 0.60 | 318.21 | 0.38 | 0.29 |
| Hex | 65 | 2D | 54 | 0 | 37 | 11 | 3C | 13E | 26 | 1D |
| Octal | 145 | 55 | 124 | 0 | 67 | 21 | 74 | 476 | 46 | 35 |
| Binary | 1100101 | 101101 | 1010100 | 0 | 110111 | 10001 | 111100 | 100111110 | 100110 | 11101 |
Color Harmonies of #652D54
Complementary color
Monochromatic Colors of #652D54
Black with #652D54
Text Example
Text Example
White with #652D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D54; }
p { color: rgb(101,45,84); }
H1.HeaderClassName
{
color: #652D54;
}
.AnyTagClassName
{
color: #652D54;
}
</style>
background-color css
<style>
a { background-color: #652D54; }
a { background-color: rgb(101,45,84); }
div.DivClassName
{
background-color: #652D54;
}
.BgClassName
{
background-color: #652D54;
}
</style>
border-color css
<style>
span { border-color: #652D54; }
span { border-color: rgb(101,45,84); }
td.TdClassName
{
border-color: #652D54;
}
.TagClassName
{
border-color: #652D54;
}
</style>