Shades of Purple Heart #640EAA
Tints of Purple Heart #640EAA
RGB
CMYK
RGB Variations
Color information
#640EAA (or 0x640EAA) is known color: Purple Heart. HEX triplet: 64, 0E and AA. RGB value is (100,14,170). Sum of RGB (Red+Green+Blue) = 100+14+170=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #640EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640EAA is #9BF155. Grayscale: #383838. Windows color (decimal): -10219862 or 11144804. OLE color: 11144804.
HSL color Cylindrical-coordinate representation of color #640EAA: hue angle of 273.08º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640EAA is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 14 | 170 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.33 |
| HSL | 273.08º | 0.85% | 0.36% | - |
| HSV(B) | 273.08º | 0.92% | 0.67% | - |
| XYZ | 12.67 | 5.93 | 38.51 | - |
| YUV | 57.5 | 191.49 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 170 | 0.41 | 0.92 | 0 | 0.33 | 273.08 | 0.85 | 0.36 |
| Hex | 64 | E | AA | 29 | 5C | 0 | 21 | 111 | 55 | 24 |
| Octal | 144 | 16 | 252 | 51 | 134 | 0 | 41 | 421 | 125 | 44 |
| Binary | 1100100 | 1110 | 10101010 | 101001 | 1011100 | 0 | 100001 | 100010001 | 1010101 | 100100 |
Color Harmonies of #640EAA
Complementary color
Monochromatic Colors of #640EAA
Black with #640EAA
Text Example
Text Example
White with #640EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640EAA; }
p { color: rgb(100,14,170); }
H1.HeaderClassName
{
color: #640EAA;
}
.AnyTagClassName
{
color: #640EAA;
}
</style>
background-color css
<style>
a { background-color: #640EAA; }
a { background-color: rgb(100,14,170); }
div.DivClassName
{
background-color: #640EAA;
}
.BgClassName
{
background-color: #640EAA;
}
</style>
border-color css
<style>
span { border-color: #640EAA; }
span { border-color: rgb(100,14,170); }
td.TdClassName
{
border-color: #640EAA;
}
.TagClassName
{
border-color: #640EAA;
}
</style>