Shades of Purple #640773
Tints of Purple #640773
RGB
CMYK
RGB Variations
Color information
#640773 (or 0x640773) is known color: Purple. HEX triplet: 64, 07 and 73. RGB value is (100,7,115). Sum of RGB (Red+Green+Blue) = 100+7+115=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #640773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640773 is #9BF88C. Grayscale: #2E2E2E. Windows color (decimal): -10221709 or 7538532. OLE color: 7538532.
HSL color Cylindrical-coordinate representation of color #640773: hue angle of 291.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640773 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 7 | 115 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.55 |
| HSL | 291.67º | 0.89% | 0.24% | - |
| HSV(B) | 291.67º | 0.94% | 0.45% | - |
| XYZ | 8.43 | 4.1 | 16.57 | - |
| YUV | 47.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 115 | 0.13 | 0.94 | 0 | 0.55 | 291.67 | 0.89 | 0.24 |
| Hex | 64 | 7 | 73 | D | 5E | 0 | 37 | 124 | 59 | 18 |
| Octal | 144 | 7 | 163 | 15 | 136 | 0 | 67 | 444 | 131 | 30 |
| Binary | 1100100 | 111 | 1110011 | 1101 | 1011110 | 0 | 110111 | 100100100 | 1011001 | 11000 |
Color Harmonies of #640773
Complementary color
Monochromatic Colors of #640773
Black with #640773
Text Example
Text Example
White with #640773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640773; }
p { color: rgb(100,7,115); }
H1.HeaderClassName
{
color: #640773;
}
.AnyTagClassName
{
color: #640773;
}
</style>
background-color css
<style>
a { background-color: #640773; }
a { background-color: rgb(100,7,115); }
div.DivClassName
{
background-color: #640773;
}
.BgClassName
{
background-color: #640773;
}
</style>
border-color css
<style>
span { border-color: #640773; }
span { border-color: rgb(100,7,115); }
td.TdClassName
{
border-color: #640773;
}
.TagClassName
{
border-color: #640773;
}
</style>