Shades of Palatinate Purple #653D5C
Tints of Palatinate Purple #653D5C
RGB
CMYK
RGB Variations
Color information
#653D5C (or 0x653D5C) is known color: Palatinate Purple. HEX triplet: 65, 3D and 5C. RGB value is (101,61,92). Sum of RGB (Red+Green+Blue) = 101+61+92=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #653D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D5C is #9AC2A3. Grayscale: #4C4C4C. Windows color (decimal): -10142372 or 6045029. OLE color: 6045029.
HSL color Cylindrical-coordinate representation of color #653D5C: hue angle of 313.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #653D5C is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 92 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.60 |
| HSL | 313.5º | 0.25% | 0.32% | - |
| HSV(B) | 313.5º | 0.4% | 0.4% | - |
| XYZ | 8.97 | 6.88 | 10.98 | - |
| YUV | 76.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 92 | 0 | 0.40 | 0.09 | 0.60 | 313.5 | 0.25 | 0.32 |
| Hex | 65 | 3D | 5C | 0 | 28 | 9 | 3C | 13A | 19 | 20 |
| Octal | 145 | 75 | 134 | 0 | 50 | 11 | 74 | 472 | 31 | 40 |
| Binary | 1100101 | 111101 | 1011100 | 0 | 101000 | 1001 | 111100 | 100111010 | 11001 | 100000 |
Color Harmonies of #653D5C
Complementary color
Monochromatic Colors of #653D5C
Black with #653D5C
Text Example
Text Example
White with #653D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D5C; }
p { color: rgb(101,61,92); }
H1.HeaderClassName
{
color: #653D5C;
}
.AnyTagClassName
{
color: #653D5C;
}
</style>
background-color css
<style>
a { background-color: #653D5C; }
a { background-color: rgb(101,61,92); }
div.DivClassName
{
background-color: #653D5C;
}
.BgClassName
{
background-color: #653D5C;
}
</style>
border-color css
<style>
span { border-color: #653D5C; }
span { border-color: rgb(101,61,92); }
td.TdClassName
{
border-color: #653D5C;
}
.TagClassName
{
border-color: #653D5C;
}
</style>