Shades of Palatinate Purple #640262
Tints of Palatinate Purple #640262
RGB
CMYK
RGB Variations
Color information
#640262 (or 0x640262) is known color: Palatinate Purple. HEX triplet: 64, 02 and 62. RGB value is (100,2,98). Sum of RGB (Red+Green+Blue) = 100+2+98=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #640262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640262 is #9BFD9D. Grayscale: #292929. Windows color (decimal): -10223006 or 6423140. OLE color: 6423140.
HSL color Cylindrical-coordinate representation of color #640262: hue angle of 301.22º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640262 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 98 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.61 |
| HSL | 301.22º | 0.96% | 0.2% | - |
| HSV(B) | 301.22º | 0.98% | 0.39% | - |
| XYZ | 7.48 | 3.63 | 11.86 | - |
| YUV | 42.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 98 | 0 | 0.98 | 0.02 | 0.61 | 301.22 | 0.96 | 0.2 |
| Hex | 64 | 2 | 62 | 0 | 62 | 2 | 3D | 12D | 60 | 14 |
| Octal | 144 | 2 | 142 | 0 | 142 | 2 | 75 | 455 | 140 | 24 |
| Binary | 1100100 | 10 | 1100010 | 0 | 1100010 | 10 | 111101 | 100101101 | 1100000 | 10100 |
Color Harmonies of #640262
Complementary color
Monochromatic Colors of #640262
Black with #640262
Text Example
Text Example
White with #640262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640262; }
p { color: rgb(100,2,98); }
H1.HeaderClassName
{
color: #640262;
}
.AnyTagClassName
{
color: #640262;
}
</style>
background-color css
<style>
a { background-color: #640262; }
a { background-color: rgb(100,2,98); }
div.DivClassName
{
background-color: #640262;
}
.BgClassName
{
background-color: #640262;
}
</style>
border-color css
<style>
span { border-color: #640262; }
span { border-color: rgb(100,2,98); }
td.TdClassName
{
border-color: #640262;
}
.TagClassName
{
border-color: #640262;
}
</style>