Shades of Palatinate Purple #651165
Tints of Palatinate Purple #651165
RGB
CMYK
RGB Variations
Color information
#651165 (or 0x651165) is known color: Palatinate Purple. HEX triplet: 65, 11 and 65. RGB value is (101,17,101). Sum of RGB (Red+Green+Blue) = 101+17+101=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #651165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651165 is #9AEE9A. Grayscale: #333333. Windows color (decimal): -10153627 or 6623589. OLE color: 6623589.
HSL color Cylindrical-coordinate representation of color #651165: hue angle of 300º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #651165 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 17 | 101 | - |
| CMYK | 0 | 0.83 | 0 | 0.60 |
| HSL | 300º | 0.71% | 0.23% | - |
| HSV(B) | 300º | 0.83% | 0.4% | - |
| XYZ | 7.92 | 4.11 | 12.69 | - |
| YUV | 51.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 101 | 0 | 0.83 | 0 | 0.60 | 300 | 0.71 | 0.23 |
| Hex | 65 | 11 | 65 | 0 | 53 | 0 | 3C | 12C | 47 | 17 |
| Octal | 145 | 21 | 145 | 0 | 123 | 0 | 74 | 454 | 107 | 27 |
| Binary | 1100101 | 10001 | 1100101 | 0 | 1010011 | 0 | 111100 | 100101100 | 1000111 | 10111 |
Color Harmonies of #651165
Complementary color
Monochromatic Colors of #651165
Black with #651165
Text Example
Text Example
White with #651165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651165; }
p { color: rgb(101,17,101); }
H1.HeaderClassName
{
color: #651165;
}
.AnyTagClassName
{
color: #651165;
}
</style>
background-color css
<style>
a { background-color: #651165; }
a { background-color: rgb(101,17,101); }
div.DivClassName
{
background-color: #651165;
}
.BgClassName
{
background-color: #651165;
}
</style>
border-color css
<style>
span { border-color: #651165; }
span { border-color: rgb(101,17,101); }
td.TdClassName
{
border-color: #651165;
}
.TagClassName
{
border-color: #651165;
}
</style>