Shades of Palatinate Purple #642665
Tints of Palatinate Purple #642665
RGB
CMYK
RGB Variations
Color information
#642665 (or 0x642665) is known color: Palatinate Purple. HEX triplet: 64, 26 and 65. RGB value is (100,38,101). Sum of RGB (Red+Green+Blue) = 100+38+101=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #642665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642665 is #9BD99A. Grayscale: #3F3F3F. Windows color (decimal): -10213787 or 6628964. OLE color: 6628964.
HSL color Cylindrical-coordinate representation of color #642665: hue angle of 299.05º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642665 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 38 | 101 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.60 |
| HSL | 299.05º | 0.45% | 0.27% | - |
| HSV(B) | 299.05º | 0.62% | 0.4% | - |
| XYZ | 8.3 | 5.04 | 12.85 | - |
| YUV | 63.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 101 | 0.01 | 0.62 | 0 | 0.60 | 299.05 | 0.45 | 0.27 |
| Hex | 64 | 26 | 65 | 1 | 3E | 0 | 3C | 12B | 2D | 1B |
| Octal | 144 | 46 | 145 | 1 | 76 | 0 | 74 | 453 | 55 | 33 |
| Binary | 1100100 | 100110 | 1100101 | 1 | 111110 | 0 | 111100 | 100101011 | 101101 | 11011 |
Color Harmonies of #642665
Complementary color
Monochromatic Colors of #642665
Black with #642665
Text Example
Text Example
White with #642665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642665; }
p { color: rgb(100,38,101); }
H1.HeaderClassName
{
color: #642665;
}
.AnyTagClassName
{
color: #642665;
}
</style>
background-color css
<style>
a { background-color: #642665; }
a { background-color: rgb(100,38,101); }
div.DivClassName
{
background-color: #642665;
}
.BgClassName
{
background-color: #642665;
}
</style>
border-color css
<style>
span { border-color: #642665; }
span { border-color: rgb(100,38,101); }
td.TdClassName
{
border-color: #642665;
}
.TagClassName
{
border-color: #642665;
}
</style>