Shades of Purple #640372
Tints of Purple #640372
RGB
CMYK
RGB Variations
Color information
#640372 (or 0x640372) is known color: Purple. HEX triplet: 64, 03 and 72. RGB value is (100,3,114). Sum of RGB (Red+Green+Blue) = 100+3+114=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #640372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640372 is #9BFC8D. Grayscale: #2C2C2C. Windows color (decimal): -10222734 or 7471972. OLE color: 7471972.
HSL color Cylindrical-coordinate representation of color #640372: hue angle of 292.43º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640372 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 3 | 114 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.55 |
| HSL | 292.43º | 0.95% | 0.23% | - |
| HSV(B) | 292.43º | 0.97% | 0.45% | - |
| XYZ | 8.33 | 3.99 | 16.25 | - |
| YUV | 44.66 | 167.14 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 114 | 0.12 | 0.97 | 0 | 0.55 | 292.43 | 0.95 | 0.23 |
| Hex | 64 | 3 | 72 | C | 61 | 0 | 37 | 124 | 5F | 17 |
| Octal | 144 | 3 | 162 | 14 | 141 | 0 | 67 | 444 | 137 | 27 |
| Binary | 1100100 | 11 | 1110010 | 1100 | 1100001 | 0 | 110111 | 100100100 | 1011111 | 10111 |
Color Harmonies of #640372
Complementary color
Monochromatic Colors of #640372
Black with #640372
Text Example
Text Example
White with #640372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640372; }
p { color: rgb(100,3,114); }
H1.HeaderClassName
{
color: #640372;
}
.AnyTagClassName
{
color: #640372;
}
</style>
background-color css
<style>
a { background-color: #640372; }
a { background-color: rgb(100,3,114); }
div.DivClassName
{
background-color: #640372;
}
.BgClassName
{
background-color: #640372;
}
</style>
border-color css
<style>
span { border-color: #640372; }
span { border-color: rgb(100,3,114); }
td.TdClassName
{
border-color: #640372;
}
.TagClassName
{
border-color: #640372;
}
</style>