Shades of Palatinate Purple #641765
Tints of Palatinate Purple #641765
RGB
CMYK
RGB Variations
Color information
#641765 (or 0x641765) is known color: Palatinate Purple. HEX triplet: 64, 17 and 65. RGB value is (100,23,101). Sum of RGB (Red+Green+Blue) = 100+23+101=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #641765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641765 is #9BE89A. Grayscale: #363636. Windows color (decimal): -10217627 or 6625124. OLE color: 6625124.
HSL color Cylindrical-coordinate representation of color #641765: hue angle of 299.23º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641765 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 23 | 101 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.60 |
| HSL | 299.23º | 0.63% | 0.24% | - |
| HSV(B) | 299.23º | 0.77% | 0.4% | - |
| XYZ | 7.91 | 4.26 | 12.72 | - |
| YUV | 54.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 101 | 0.01 | 0.77 | 0 | 0.60 | 299.23 | 0.63 | 0.24 |
| Hex | 64 | 17 | 65 | 1 | 4D | 0 | 3C | 12B | 3F | 18 |
| Octal | 144 | 27 | 145 | 1 | 115 | 0 | 74 | 453 | 77 | 30 |
| Binary | 1100100 | 10111 | 1100101 | 1 | 1001101 | 0 | 111100 | 100101011 | 111111 | 11000 |
Color Harmonies of #641765
Complementary color
Monochromatic Colors of #641765
Black with #641765
Text Example
Text Example
White with #641765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641765; }
p { color: rgb(100,23,101); }
H1.HeaderClassName
{
color: #641765;
}
.AnyTagClassName
{
color: #641765;
}
</style>
background-color css
<style>
a { background-color: #641765; }
a { background-color: rgb(100,23,101); }
div.DivClassName
{
background-color: #641765;
}
.BgClassName
{
background-color: #641765;
}
</style>
border-color css
<style>
span { border-color: #641765; }
span { border-color: rgb(100,23,101); }
td.TdClassName
{
border-color: #641765;
}
.TagClassName
{
border-color: #641765;
}
</style>