Shades of Palatinate Purple #652D5A
Tints of Palatinate Purple #652D5A
RGB
CMYK
RGB Variations
Color information
#652D5A (or 0x652D5A) is known color: Palatinate Purple. HEX triplet: 65, 2D and 5A. RGB value is (101,45,90). Sum of RGB (Red+Green+Blue) = 101+45+90=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #652D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652D5A is #9AD2A5. Grayscale: #424242. Windows color (decimal): -10146470 or 5909861. OLE color: 5909861.
HSL color Cylindrical-coordinate representation of color #652D5A: hue angle of 311.79º 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 #652D5A is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 90 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.60 |
| HSL | 311.79º | 0.38% | 0.29% | - |
| HSV(B) | 311.79º | 0.55% | 0.4% | - |
| XYZ | 8.15 | 5.38 | 10.28 | - |
| YUV | 66.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 90 | 0 | 0.55 | 0.11 | 0.60 | 311.79 | 0.38 | 0.29 |
| Hex | 65 | 2D | 5A | 0 | 37 | B | 3C | 138 | 26 | 1D |
| Octal | 145 | 55 | 132 | 0 | 67 | 13 | 74 | 470 | 46 | 35 |
| Binary | 1100101 | 101101 | 1011010 | 0 | 110111 | 1011 | 111100 | 100111000 | 100110 | 11101 |
Color Harmonies of #652D5A
Complementary color
Monochromatic Colors of #652D5A
Black with #652D5A
Text Example
Text Example
White with #652D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D5A; }
p { color: rgb(101,45,90); }
H1.HeaderClassName
{
color: #652D5A;
}
.AnyTagClassName
{
color: #652D5A;
}
</style>
background-color css
<style>
a { background-color: #652D5A; }
a { background-color: rgb(101,45,90); }
div.DivClassName
{
background-color: #652D5A;
}
.BgClassName
{
background-color: #652D5A;
}
</style>
border-color css
<style>
span { border-color: #652D5A; }
span { border-color: rgb(101,45,90); }
td.TdClassName
{
border-color: #652D5A;
}
.TagClassName
{
border-color: #652D5A;
}
</style>