Shades of Purple #640366
Tints of Purple #640366
RGB
CMYK
RGB Variations
Color information
#640366 (or 0x640366) is known color: Purple. HEX triplet: 64, 03 and 66. RGB value is (100,3,102). Sum of RGB (Red+Green+Blue) = 100+3+102=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #640366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640366 is #9BFC99. Grayscale: #2A2A2A. Windows color (decimal): -10222746 or 6685540. OLE color: 6685540.
HSL color Cylindrical-coordinate representation of color #640366: hue angle of 298.79º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640366 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 3 | 102 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.6 |
| HSL | 298.79º | 0.94% | 0.21% | - |
| HSV(B) | 298.79º | 0.97% | 0.4% | - |
| XYZ | 7.69 | 3.73 | 12.89 | - |
| YUV | 43.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 102 | 0.02 | 0.97 | 0 | 0.6 | 298.79 | 0.94 | 0.21 |
| Hex | 64 | 3 | 66 | 2 | 61 | 0 | 3C | 12B | 5E | 15 |
| Octal | 144 | 3 | 146 | 2 | 141 | 0 | 74 | 453 | 136 | 25 |
| Binary | 1100100 | 11 | 1100110 | 10 | 1100001 | 0 | 111100 | 100101011 | 1011110 | 10101 |
Color Harmonies of #640366
Complementary color
Monochromatic Colors of #640366
Black with #640366
Text Example
Text Example
White with #640366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640366; }
p { color: rgb(100,3,102); }
H1.HeaderClassName
{
color: #640366;
}
.AnyTagClassName
{
color: #640366;
}
</style>
background-color css
<style>
a { background-color: #640366; }
a { background-color: rgb(100,3,102); }
div.DivClassName
{
background-color: #640366;
}
.BgClassName
{
background-color: #640366;
}
</style>
border-color css
<style>
span { border-color: #640366; }
span { border-color: rgb(100,3,102); }
td.TdClassName
{
border-color: #640366;
}
.TagClassName
{
border-color: #640366;
}
</style>