Shades of Palatinate Purple #651766
Tints of Palatinate Purple #651766
RGB
CMYK
RGB Variations
Color information
#651766 (or 0x651766) is known color: Palatinate Purple. HEX triplet: 65, 17 and 66. RGB value is (101,23,102). Sum of RGB (Red+Green+Blue) = 101+23+102=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #651766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651766 is #9AE899. Grayscale: #373737. Windows color (decimal): -10152090 or 6690661. OLE color: 6690661.
HSL color Cylindrical-coordinate representation of color #651766: hue angle of 299.24º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651766 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 23 | 102 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.6 |
| HSL | 299.24º | 0.63% | 0.25% | - |
| HSV(B) | 299.24º | 0.77% | 0.4% | - |
| XYZ | 8.07 | 4.34 | 12.98 | - |
| YUV | 55.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 102 | 0.01 | 0.77 | 0 | 0.6 | 299.24 | 0.63 | 0.25 |
| Hex | 65 | 17 | 66 | 1 | 4D | 0 | 3C | 12B | 3F | 19 |
| Octal | 145 | 27 | 146 | 1 | 115 | 0 | 74 | 453 | 77 | 31 |
| Binary | 1100101 | 10111 | 1100110 | 1 | 1001101 | 0 | 111100 | 100101011 | 111111 | 11001 |
Color Harmonies of #651766
Complementary color
Monochromatic Colors of #651766
Black with #651766
Text Example
Text Example
White with #651766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651766; }
p { color: rgb(101,23,102); }
H1.HeaderClassName
{
color: #651766;
}
.AnyTagClassName
{
color: #651766;
}
</style>
background-color css
<style>
a { background-color: #651766; }
a { background-color: rgb(101,23,102); }
div.DivClassName
{
background-color: #651766;
}
.BgClassName
{
background-color: #651766;
}
</style>
border-color css
<style>
span { border-color: #651766; }
span { border-color: rgb(101,23,102); }
td.TdClassName
{
border-color: #651766;
}
.TagClassName
{
border-color: #651766;
}
</style>