Shades of Purple #640474
Tints of Purple #640474
RGB
CMYK
RGB Variations
Color information
#640474 (or 0x640474) is known color: Purple. HEX triplet: 64, 04 and 74. RGB value is (100,4,116). Sum of RGB (Red+Green+Blue) = 100+4+116=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #640474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640474 is #9BFB8B. Grayscale: #2D2D2D. Windows color (decimal): -10222476 or 7603300. OLE color: 7603300.
HSL color Cylindrical-coordinate representation of color #640474: hue angle of 291.43º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640474 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 4 | 116 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.55 |
| HSL | 291.43º | 0.93% | 0.24% | - |
| HSV(B) | 291.43º | 0.97% | 0.45% | - |
| XYZ | 8.45 | 4.06 | 16.86 | - |
| YUV | 45.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 116 | 0.14 | 0.97 | 0 | 0.55 | 291.43 | 0.93 | 0.24 |
| Hex | 64 | 4 | 74 | E | 61 | 0 | 37 | 123 | 5D | 18 |
| Octal | 144 | 4 | 164 | 16 | 141 | 0 | 67 | 443 | 135 | 30 |
| Binary | 1100100 | 100 | 1110100 | 1110 | 1100001 | 0 | 110111 | 100100011 | 1011101 | 11000 |
Color Harmonies of #640474
Complementary color
Monochromatic Colors of #640474
Black with #640474
Text Example
Text Example
White with #640474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640474; }
p { color: rgb(100,4,116); }
H1.HeaderClassName
{
color: #640474;
}
.AnyTagClassName
{
color: #640474;
}
</style>
background-color css
<style>
a { background-color: #640474; }
a { background-color: rgb(100,4,116); }
div.DivClassName
{
background-color: #640474;
}
.BgClassName
{
background-color: #640474;
}
</style>
border-color css
<style>
span { border-color: #640474; }
span { border-color: rgb(100,4,116); }
td.TdClassName
{
border-color: #640474;
}
.TagClassName
{
border-color: #640474;
}
</style>