Shades of Palatinate Purple #652161
Tints of Palatinate Purple #652161
RGB
CMYK
RGB Variations
Color information
#652161 (or 0x652161) is known color: Palatinate Purple. HEX triplet: 65, 21 and 61. RGB value is (101,33,97). Sum of RGB (Red+Green+Blue) = 101+33+97=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #652161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652161 is #9ADE9E. Grayscale: #3C3C3C. Windows color (decimal): -10149535 or 6365541. OLE color: 6365541.
HSL color Cylindrical-coordinate representation of color #652161: hue angle of 303.53º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652161 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 97 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.60 |
| HSL | 303.53º | 0.51% | 0.26% | - |
| HSV(B) | 303.53º | 0.67% | 0.4% | - |
| XYZ | 8.07 | 4.72 | 11.79 | - |
| YUV | 60.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 97 | 0 | 0.67 | 0.04 | 0.60 | 303.53 | 0.51 | 0.26 |
| Hex | 65 | 21 | 61 | 0 | 43 | 4 | 3C | 130 | 33 | 1A |
| Octal | 145 | 41 | 141 | 0 | 103 | 4 | 74 | 460 | 63 | 32 |
| Binary | 1100101 | 100001 | 1100001 | 0 | 1000011 | 100 | 111100 | 100110000 | 110011 | 11010 |
Color Harmonies of #652161
Complementary color
Monochromatic Colors of #652161
Black with #652161
Text Example
Text Example
White with #652161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652161; }
p { color: rgb(101,33,97); }
H1.HeaderClassName
{
color: #652161;
}
.AnyTagClassName
{
color: #652161;
}
</style>
background-color css
<style>
a { background-color: #652161; }
a { background-color: rgb(101,33,97); }
div.DivClassName
{
background-color: #652161;
}
.BgClassName
{
background-color: #652161;
}
</style>
border-color css
<style>
span { border-color: #652161; }
span { border-color: rgb(101,33,97); }
td.TdClassName
{
border-color: #652161;
}
.TagClassName
{
border-color: #652161;
}
</style>