Shades of Purple #640973
Tints of Purple #640973
RGB
CMYK
RGB Variations
Color information
#640973 (or 0x640973) is known color: Purple. HEX triplet: 64, 09 and 73. RGB value is (100,9,115). Sum of RGB (Red+Green+Blue) = 100+9+115=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #640973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640973 is #9BF68C. Grayscale: #2F2F2F. Windows color (decimal): -10221197 or 7539044. OLE color: 7539044.
HSL color Cylindrical-coordinate representation of color #640973: hue angle of 291.51º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640973 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 9 | 115 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.55 |
| HSL | 291.51º | 0.85% | 0.24% | - |
| HSV(B) | 291.51º | 0.92% | 0.45% | - |
| XYZ | 8.45 | 4.14 | 16.57 | - |
| YUV | 48.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 115 | 0.13 | 0.92 | 0 | 0.55 | 291.51 | 0.85 | 0.24 |
| Hex | 64 | 9 | 73 | D | 5C | 0 | 37 | 124 | 55 | 18 |
| Octal | 144 | 11 | 163 | 15 | 134 | 0 | 67 | 444 | 125 | 30 |
| Binary | 1100100 | 1001 | 1110011 | 1101 | 1011100 | 0 | 110111 | 100100100 | 1010101 | 11000 |
Color Harmonies of #640973
Complementary color
Monochromatic Colors of #640973
Black with #640973
Text Example
Text Example
White with #640973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640973; }
p { color: rgb(100,9,115); }
H1.HeaderClassName
{
color: #640973;
}
.AnyTagClassName
{
color: #640973;
}
</style>
background-color css
<style>
a { background-color: #640973; }
a { background-color: rgb(100,9,115); }
div.DivClassName
{
background-color: #640973;
}
.BgClassName
{
background-color: #640973;
}
</style>
border-color css
<style>
span { border-color: #640973; }
span { border-color: rgb(100,9,115); }
td.TdClassName
{
border-color: #640973;
}
.TagClassName
{
border-color: #640973;
}
</style>