Shades of Purple #640268
Tints of Purple #640268
RGB
CMYK
RGB Variations
Color information
#640268 (or 0x640268) is known color: Purple. HEX triplet: 64, 02 and 68. RGB value is (100,2,104). Sum of RGB (Red+Green+Blue) = 100+2+104=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #640268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640268 is #9BFD97. Grayscale: #2A2A2A. Windows color (decimal): -10223000 or 6816356. OLE color: 6816356.
HSL color Cylindrical-coordinate representation of color #640268: hue angle of 297.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640268 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 2 | 104 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.59 |
| HSL | 297.65º | 0.96% | 0.21% | - |
| HSV(B) | 297.65º | 0.98% | 0.41% | - |
| XYZ | 7.78 | 3.75 | 13.41 | - |
| YUV | 42.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 104 | 0.04 | 0.98 | 0 | 0.59 | 297.65 | 0.96 | 0.21 |
| Hex | 64 | 2 | 68 | 4 | 62 | 0 | 3B | 12A | 60 | 15 |
| Octal | 144 | 2 | 150 | 4 | 142 | 0 | 73 | 452 | 140 | 25 |
| Binary | 1100100 | 10 | 1101000 | 100 | 1100010 | 0 | 111011 | 100101010 | 1100000 | 10101 |
Color Harmonies of #640268
Complementary color
Monochromatic Colors of #640268
Black with #640268
Text Example
Text Example
White with #640268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640268; }
p { color: rgb(100,2,104); }
H1.HeaderClassName
{
color: #640268;
}
.AnyTagClassName
{
color: #640268;
}
</style>
background-color css
<style>
a { background-color: #640268; }
a { background-color: rgb(100,2,104); }
div.DivClassName
{
background-color: #640268;
}
.BgClassName
{
background-color: #640268;
}
</style>
border-color css
<style>
span { border-color: #640268; }
span { border-color: rgb(100,2,104); }
td.TdClassName
{
border-color: #640268;
}
.TagClassName
{
border-color: #640268;
}
</style>