Shades of Purple #640975
Tints of Purple #640975
RGB
CMYK
RGB Variations
Color information
#640975 (or 0x640975) is known color: Purple. HEX triplet: 64, 09 and 75. RGB value is (100,9,117). Sum of RGB (Red+Green+Blue) = 100+9+117=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #640975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640975 is #9BF68A. Grayscale: #303030. Windows color (decimal): -10221195 or 7670116. OLE color: 7670116.
HSL color Cylindrical-coordinate representation of color #640975: hue angle of 290.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640975 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 9 | 117 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.54 |
| HSL | 290.56º | 0.86% | 0.25% | - |
| HSV(B) | 290.56º | 0.92% | 0.46% | - |
| XYZ | 8.56 | 4.19 | 17.19 | - |
| YUV | 48.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 117 | 0.15 | 0.92 | 0 | 0.54 | 290.56 | 0.86 | 0.25 |
| Hex | 64 | 9 | 75 | F | 5C | 0 | 36 | 123 | 56 | 19 |
| Octal | 144 | 11 | 165 | 17 | 134 | 0 | 66 | 443 | 126 | 31 |
| Binary | 1100100 | 1001 | 1110101 | 1111 | 1011100 | 0 | 110110 | 100100011 | 1010110 | 11001 |
Color Harmonies of #640975
Complementary color
Monochromatic Colors of #640975
Black with #640975
Text Example
Text Example
White with #640975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640975; }
p { color: rgb(100,9,117); }
H1.HeaderClassName
{
color: #640975;
}
.AnyTagClassName
{
color: #640975;
}
</style>
background-color css
<style>
a { background-color: #640975; }
a { background-color: rgb(100,9,117); }
div.DivClassName
{
background-color: #640975;
}
.BgClassName
{
background-color: #640975;
}
</style>
border-color css
<style>
span { border-color: #640975; }
span { border-color: rgb(100,9,117); }
td.TdClassName
{
border-color: #640975;
}
.TagClassName
{
border-color: #640975;
}
</style>