Shades of Palatinate Purple #651461
Tints of Palatinate Purple #651461
RGB
CMYK
RGB Variations
Color information
#651461 (or 0x651461) is known color: Palatinate Purple. HEX triplet: 65, 14 and 61. RGB value is (101,20,97). Sum of RGB (Red+Green+Blue) = 101+20+97=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #651461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651461 is #9AEB9E. Grayscale: #343434. Windows color (decimal): -10152863 or 6362213. OLE color: 6362213.
HSL color Cylindrical-coordinate representation of color #651461: hue angle of 302.96º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #651461 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 20 | 97 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.60 |
| HSL | 302.96º | 0.67% | 0.24% | - |
| HSV(B) | 302.96º | 0.8% | 0.4% | - |
| XYZ | 7.77 | 4.13 | 11.7 | - |
| YUV | 53 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 97 | 0 | 0.80 | 0.04 | 0.60 | 302.96 | 0.67 | 0.24 |
| Hex | 65 | 14 | 61 | 0 | 50 | 4 | 3C | 12F | 43 | 18 |
| Octal | 145 | 24 | 141 | 0 | 120 | 4 | 74 | 457 | 103 | 30 |
| Binary | 1100101 | 10100 | 1100001 | 0 | 1010000 | 100 | 111100 | 100101111 | 1000011 | 11000 |
Color Harmonies of #651461
Complementary color
Monochromatic Colors of #651461
Black with #651461
Text Example
Text Example
White with #651461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651461; }
p { color: rgb(101,20,97); }
H1.HeaderClassName
{
color: #651461;
}
.AnyTagClassName
{
color: #651461;
}
</style>
background-color css
<style>
a { background-color: #651461; }
a { background-color: rgb(101,20,97); }
div.DivClassName
{
background-color: #651461;
}
.BgClassName
{
background-color: #651461;
}
</style>
border-color css
<style>
span { border-color: #651461; }
span { border-color: rgb(101,20,97); }
td.TdClassName
{
border-color: #651461;
}
.TagClassName
{
border-color: #651461;
}
</style>