Shades of Purple #640578
Tints of Purple #640578
RGB
CMYK
RGB Variations
Color information
#640578 (or 0x640578) is known color: Purple. HEX triplet: 64, 05 and 78. RGB value is (100,5,120). Sum of RGB (Red+Green+Blue) = 100+5+120=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #640578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640578 is #9BFA87. Grayscale: #2E2E2E. Windows color (decimal): -10222216 or 7865700. OLE color: 7865700.
HSL color Cylindrical-coordinate representation of color #640578: hue angle of 289.57º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640578 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 5 | 120 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.53 |
| HSL | 289.57º | 0.92% | 0.25% | - |
| HSV(B) | 289.57º | 0.96% | 0.47% | - |
| XYZ | 8.7 | 4.17 | 18.12 | - |
| YUV | 46.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 120 | 0.17 | 0.96 | 0 | 0.53 | 289.57 | 0.92 | 0.25 |
| Hex | 64 | 5 | 78 | 11 | 60 | 0 | 35 | 122 | 5C | 19 |
| Octal | 144 | 5 | 170 | 21 | 140 | 0 | 65 | 442 | 134 | 31 |
| Binary | 1100100 | 101 | 1111000 | 10001 | 1100000 | 0 | 110101 | 100100010 | 1011100 | 11001 |
Color Harmonies of #640578
Complementary color
Monochromatic Colors of #640578
Black with #640578
Text Example
Text Example
White with #640578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640578; }
p { color: rgb(100,5,120); }
H1.HeaderClassName
{
color: #640578;
}
.AnyTagClassName
{
color: #640578;
}
</style>
background-color css
<style>
a { background-color: #640578; }
a { background-color: rgb(100,5,120); }
div.DivClassName
{
background-color: #640578;
}
.BgClassName
{
background-color: #640578;
}
</style>
border-color css
<style>
span { border-color: #640578; }
span { border-color: rgb(100,5,120); }
td.TdClassName
{
border-color: #640578;
}
.TagClassName
{
border-color: #640578;
}
</style>