Shades of Purple #640675
Tints of Purple #640675
RGB
CMYK
RGB Variations
Color information
#640675 (or 0x640675) is known color: Purple. HEX triplet: 64, 06 and 75. RGB value is (100,6,117). Sum of RGB (Red+Green+Blue) = 100+6+117=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #640675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640675 is #9BF98A. Grayscale: #2E2E2E. Windows color (decimal): -10221963 or 7669348. OLE color: 7669348.
HSL color Cylindrical-coordinate representation of color #640675: hue angle of 290.81º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640675 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 6 | 117 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.54 |
| HSL | 290.81º | 0.9% | 0.24% | - |
| HSV(B) | 290.81º | 0.95% | 0.46% | - |
| XYZ | 8.53 | 4.12 | 17.18 | - |
| YUV | 46.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 117 | 0.15 | 0.95 | 0 | 0.54 | 290.81 | 0.9 | 0.24 |
| Hex | 64 | 6 | 75 | F | 5F | 0 | 36 | 123 | 5A | 18 |
| Octal | 144 | 6 | 165 | 17 | 137 | 0 | 66 | 443 | 132 | 30 |
| Binary | 1100100 | 110 | 1110101 | 1111 | 1011111 | 0 | 110110 | 100100011 | 1011010 | 11000 |
Color Harmonies of #640675
Complementary color
Monochromatic Colors of #640675
Black with #640675
Text Example
Text Example
White with #640675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640675; }
p { color: rgb(100,6,117); }
H1.HeaderClassName
{
color: #640675;
}
.AnyTagClassName
{
color: #640675;
}
</style>
background-color css
<style>
a { background-color: #640675; }
a { background-color: rgb(100,6,117); }
div.DivClassName
{
background-color: #640675;
}
.BgClassName
{
background-color: #640675;
}
</style>
border-color css
<style>
span { border-color: #640675; }
span { border-color: rgb(100,6,117); }
td.TdClassName
{
border-color: #640675;
}
.TagClassName
{
border-color: #640675;
}
</style>