Shades of Palatinate Purple #642565
Tints of Palatinate Purple #642565
RGB
CMYK
RGB Variations
Color information
#642565 (or 0x642565) is known color: Palatinate Purple. HEX triplet: 64, 25 and 65. RGB value is (100,37,101). Sum of RGB (Red+Green+Blue) = 100+37+101=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #642565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642565 is #9BDA9A. Grayscale: #3E3E3E. Windows color (decimal): -10214043 or 6628708. OLE color: 6628708.
HSL color Cylindrical-coordinate representation of color #642565: hue angle of 299.06º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #642565 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 37 | 101 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.60 |
| HSL | 299.06º | 0.46% | 0.27% | - |
| HSV(B) | 299.06º | 0.63% | 0.4% | - |
| XYZ | 8.27 | 4.97 | 12.84 | - |
| YUV | 63.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 101 | 0.01 | 0.63 | 0 | 0.60 | 299.06 | 0.46 | 0.27 |
| Hex | 64 | 25 | 65 | 1 | 3F | 0 | 3C | 12B | 2E | 1B |
| Octal | 144 | 45 | 145 | 1 | 77 | 0 | 74 | 453 | 56 | 33 |
| Binary | 1100100 | 100101 | 1100101 | 1 | 111111 | 0 | 111100 | 100101011 | 101110 | 11011 |
Color Harmonies of #642565
Complementary color
Monochromatic Colors of #642565
Black with #642565
Text Example
Text Example
White with #642565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642565; }
p { color: rgb(100,37,101); }
H1.HeaderClassName
{
color: #642565;
}
.AnyTagClassName
{
color: #642565;
}
</style>
background-color css
<style>
a { background-color: #642565; }
a { background-color: rgb(100,37,101); }
div.DivClassName
{
background-color: #642565;
}
.BgClassName
{
background-color: #642565;
}
</style>
border-color css
<style>
span { border-color: #642565; }
span { border-color: rgb(100,37,101); }
td.TdClassName
{
border-color: #642565;
}
.TagClassName
{
border-color: #642565;
}
</style>