Shades of Palatinate Purple #651861
Tints of Palatinate Purple #651861
RGB
CMYK
RGB Variations
Color information
#651861 (or 0x651861) is known color: Palatinate Purple. HEX triplet: 65, 18 and 61. RGB value is (101,24,97). Sum of RGB (Red+Green+Blue) = 101+24+97=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 101 - color contains mainly: red. Hex color #651861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651861 is #9AE79E. Grayscale: #373737. Windows color (decimal): -10151839 or 6363237. OLE color: 6363237.
HSL color Cylindrical-coordinate representation of color #651861: hue angle of 303.12º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #651861 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 97 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.60 |
| HSL | 303.12º | 0.62% | 0.25% | - |
| HSV(B) | 303.12º | 0.76% | 0.4% | - |
| XYZ | 7.85 | 4.28 | 11.72 | - |
| YUV | 55.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 97 | 0 | 0.76 | 0.04 | 0.60 | 303.12 | 0.62 | 0.25 |
| Hex | 65 | 18 | 61 | 0 | 4C | 4 | 3C | 12F | 3E | 19 |
| Octal | 145 | 30 | 141 | 0 | 114 | 4 | 74 | 457 | 76 | 31 |
| Binary | 1100101 | 11000 | 1100001 | 0 | 1001100 | 100 | 111100 | 100101111 | 111110 | 11001 |
Color Harmonies of #651861
Complementary color
Monochromatic Colors of #651861
Black with #651861
Text Example
Text Example
White with #651861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651861; }
p { color: rgb(101,24,97); }
H1.HeaderClassName
{
color: #651861;
}
.AnyTagClassName
{
color: #651861;
}
</style>
background-color css
<style>
a { background-color: #651861; }
a { background-color: rgb(101,24,97); }
div.DivClassName
{
background-color: #651861;
}
.BgClassName
{
background-color: #651861;
}
</style>
border-color css
<style>
span { border-color: #651861; }
span { border-color: rgb(101,24,97); }
td.TdClassName
{
border-color: #651861;
}
.TagClassName
{
border-color: #651861;
}
</style>