Shades of Purple Heart #641EAE
Tints of Purple Heart #641EAE
RGB
CMYK
RGB Variations
Color information
#641EAE (or 0x641EAE) is known color: Purple Heart. HEX triplet: 64, 1E and AE. RGB value is (100,30,174). Sum of RGB (Red+Green+Blue) = 100+30+174=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #641EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641EAE is #9BE151. Grayscale: #424242. Windows color (decimal): -10215762 or 11411044. OLE color: 11411044.
HSL color Cylindrical-coordinate representation of color #641EAE: hue angle of 269.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641EAE is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 30 | 174 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.32 |
| HSL | 269.17º | 0.71% | 0.4% | - |
| HSV(B) | 269.17º | 0.83% | 0.68% | - |
| XYZ | 13.36 | 6.69 | 40.63 | - |
| YUV | 67.35 | 188.19 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 174 | 0.43 | 0.83 | 0 | 0.32 | 269.17 | 0.71 | 0.4 |
| Hex | 64 | 1E | AE | 2B | 53 | 0 | 20 | 10D | 47 | 28 |
| Octal | 144 | 36 | 256 | 53 | 123 | 0 | 40 | 415 | 107 | 50 |
| Binary | 1100100 | 11110 | 10101110 | 101011 | 1010011 | 0 | 100000 | 100001101 | 1000111 | 101000 |
Color Harmonies of #641EAE
Complementary color
Monochromatic Colors of #641EAE
Black with #641EAE
Text Example
Text Example
White with #641EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641EAE; }
p { color: rgb(100,30,174); }
H1.HeaderClassName
{
color: #641EAE;
}
.AnyTagClassName
{
color: #641EAE;
}
</style>
background-color css
<style>
a { background-color: #641EAE; }
a { background-color: rgb(100,30,174); }
div.DivClassName
{
background-color: #641EAE;
}
.BgClassName
{
background-color: #641EAE;
}
</style>
border-color css
<style>
span { border-color: #641EAE; }
span { border-color: rgb(100,30,174); }
td.TdClassName
{
border-color: #641EAE;
}
.TagClassName
{
border-color: #641EAE;
}
</style>