Shades of Purple #640073
Tints of Purple #640073
RGB
CMYK
RGB Variations
Color information
#640073 (or 0x640073) is known color: Purple. HEX triplet: 64, 00 and 73. RGB value is (100,0,115). Sum of RGB (Red+Green+Blue) = 100+0+115=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #640073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640073 is #9BFF8C. Grayscale: #2A2A2A. Windows color (decimal): -10223501 or 7536740. OLE color: 7536740.
HSL color Cylindrical-coordinate representation of color #640073: hue angle of 292.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #640073 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 0 | 115 | - |
| CMYK | 0.13 | 1 | 0 | 0.55 |
| HSL | 292.17º | 1% | 0.23% | - |
| HSV(B) | 292.17º | 1% | 0.45% | - |
| XYZ | 8.35 | 3.95 | 16.54 | - |
| YUV | 43.01 | 168.63 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 115 | 0.13 | 1 | 0 | 0.55 | 292.17 | 1 | 0.23 |
| Hex | 64 | 0 | 73 | D | 64 | 0 | 37 | 124 | 64 | 17 |
| Octal | 144 | 0 | 163 | 15 | 144 | 0 | 67 | 444 | 144 | 27 |
| Binary | 1100100 | 0 | 1110011 | 1101 | 1100100 | 0 | 110111 | 100100100 | 1100100 | 10111 |
Color Harmonies of #640073
Complementary color
Monochromatic Colors of #640073
Black with #640073
Text Example
Text Example
White with #640073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640073; }
p { color: rgb(100,0,115); }
H1.HeaderClassName
{
color: #640073;
}
.AnyTagClassName
{
color: #640073;
}
</style>
background-color css
<style>
a { background-color: #640073; }
a { background-color: rgb(100,0,115); }
div.DivClassName
{
background-color: #640073;
}
.BgClassName
{
background-color: #640073;
}
</style>
border-color css
<style>
span { border-color: #640073; }
span { border-color: rgb(100,0,115); }
td.TdClassName
{
border-color: #640073;
}
.TagClassName
{
border-color: #640073;
}
</style>