Shades of Palatinate Purple #651565
Tints of Palatinate Purple #651565
RGB
CMYK
RGB Variations
Color information
#651565 (or 0x651565) is known color: Palatinate Purple. HEX triplet: 65, 15 and 65. RGB value is (101,21,101). Sum of RGB (Red+Green+Blue) = 101+21+101=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #651565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651565 is #9AEA9A. Grayscale: #353535. Windows color (decimal): -10152603 or 6624613. OLE color: 6624613.
HSL color Cylindrical-coordinate representation of color #651565: hue angle of 300º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #651565 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 21 | 101 | - |
| CMYK | 0 | 0.79 | 0 | 0.60 |
| HSL | 300º | 0.66% | 0.24% | - |
| HSV(B) | 300º | 0.79% | 0.4% | - |
| XYZ | 7.98 | 4.24 | 12.71 | - |
| YUV | 54.04 | 154.5 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 101 | 0 | 0.79 | 0 | 0.60 | 300 | 0.66 | 0.24 |
| Hex | 65 | 15 | 65 | 0 | 4F | 0 | 3C | 12C | 42 | 18 |
| Octal | 145 | 25 | 145 | 0 | 117 | 0 | 74 | 454 | 102 | 30 |
| Binary | 1100101 | 10101 | 1100101 | 0 | 1001111 | 0 | 111100 | 100101100 | 1000010 | 11000 |
Color Harmonies of #651565
Complementary color
Monochromatic Colors of #651565
Black with #651565
Text Example
Text Example
White with #651565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651565; }
p { color: rgb(101,21,101); }
H1.HeaderClassName
{
color: #651565;
}
.AnyTagClassName
{
color: #651565;
}
</style>
background-color css
<style>
a { background-color: #651565; }
a { background-color: rgb(101,21,101); }
div.DivClassName
{
background-color: #651565;
}
.BgClassName
{
background-color: #651565;
}
</style>
border-color css
<style>
span { border-color: #651565; }
span { border-color: rgb(101,21,101); }
td.TdClassName
{
border-color: #651565;
}
.TagClassName
{
border-color: #651565;
}
</style>