Shades of Purple #640C74
Tints of Purple #640C74
RGB
CMYK
RGB Variations
Color information
#640C74 (or 0x640C74) is known color: Purple. HEX triplet: 64, 0C and 74. RGB value is (100,12,116). Sum of RGB (Red+Green+Blue) = 100+12+116=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #640C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C74 is #9BF38B. Grayscale: #313131. Windows color (decimal): -10220428 or 7605348. OLE color: 7605348.
HSL color Cylindrical-coordinate representation of color #640C74: hue angle of 290.77º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640C74 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 12 | 116 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.55 |
| HSL | 290.77º | 0.81% | 0.25% | - |
| HSV(B) | 290.77º | 0.9% | 0.45% | - |
| XYZ | 8.54 | 4.23 | 16.89 | - |
| YUV | 50.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 116 | 0.14 | 0.90 | 0 | 0.55 | 290.77 | 0.81 | 0.25 |
| Hex | 64 | C | 74 | E | 5A | 0 | 37 | 123 | 51 | 19 |
| Octal | 144 | 14 | 164 | 16 | 132 | 0 | 67 | 443 | 121 | 31 |
| Binary | 1100100 | 1100 | 1110100 | 1110 | 1011010 | 0 | 110111 | 100100011 | 1010001 | 11001 |
Color Harmonies of #640C74
Complementary color
Monochromatic Colors of #640C74
Black with #640C74
Text Example
Text Example
White with #640C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640C74; }
p { color: rgb(100,12,116); }
H1.HeaderClassName
{
color: #640C74;
}
.AnyTagClassName
{
color: #640C74;
}
</style>
background-color css
<style>
a { background-color: #640C74; }
a { background-color: rgb(100,12,116); }
div.DivClassName
{
background-color: #640C74;
}
.BgClassName
{
background-color: #640C74;
}
</style>
border-color css
<style>
span { border-color: #640C74; }
span { border-color: rgb(100,12,116); }
td.TdClassName
{
border-color: #640C74;
}
.TagClassName
{
border-color: #640C74;
}
</style>