Shades of Palatinate Purple #650861
Tints of Palatinate Purple #650861
RGB
CMYK
RGB Variations
Color information
#650861 (or 0x650861) is known color: Palatinate Purple. HEX triplet: 65, 08 and 61. RGB value is (101,8,97). Sum of RGB (Red+Green+Blue) = 101+8+97=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #650861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650861 is #9AF79E. Grayscale: #2D2D2D. Windows color (decimal): -10155935 or 6359141. OLE color: 6359141.
HSL color Cylindrical-coordinate representation of color #650861: hue angle of 302.58º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650861 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 8 | 97 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.60 |
| HSL | 302.58º | 0.85% | 0.21% | - |
| HSV(B) | 302.58º | 0.92% | 0.4% | - |
| XYZ | 7.61 | 3.8 | 11.64 | - |
| YUV | 45.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 97 | 0 | 0.92 | 0.04 | 0.60 | 302.58 | 0.85 | 0.21 |
| Hex | 65 | 8 | 61 | 0 | 5C | 4 | 3C | 12F | 55 | 15 |
| Octal | 145 | 10 | 141 | 0 | 134 | 4 | 74 | 457 | 125 | 25 |
| Binary | 1100101 | 1000 | 1100001 | 0 | 1011100 | 100 | 111100 | 100101111 | 1010101 | 10101 |
Color Harmonies of #650861
Complementary color
Monochromatic Colors of #650861
Black with #650861
Text Example
Text Example
White with #650861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650861; }
p { color: rgb(101,8,97); }
H1.HeaderClassName
{
color: #650861;
}
.AnyTagClassName
{
color: #650861;
}
</style>
background-color css
<style>
a { background-color: #650861; }
a { background-color: rgb(101,8,97); }
div.DivClassName
{
background-color: #650861;
}
.BgClassName
{
background-color: #650861;
}
</style>
border-color css
<style>
span { border-color: #650861; }
span { border-color: rgb(101,8,97); }
td.TdClassName
{
border-color: #650861;
}
.TagClassName
{
border-color: #650861;
}
</style>