Shades of Purple Heart #640DAE
Tints of Purple Heart #640DAE
RGB
CMYK
RGB Variations
Color information
#640DAE (or 0x640DAE) is known color: Purple Heart. HEX triplet: 64, 0D and AE. RGB value is (100,13,174). Sum of RGB (Red+Green+Blue) = 100+13+174=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #640DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640DAE is #9BF251. Grayscale: #383838. Windows color (decimal): -10220114 or 11406692. OLE color: 11406692.
HSL color Cylindrical-coordinate representation of color #640DAE: hue angle of 272.42º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640DAE is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 13 | 174 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.32 |
| HSL | 272.42º | 0.86% | 0.37% | - |
| HSV(B) | 272.42º | 0.93% | 0.68% | - |
| XYZ | 13.04 | 6.05 | 40.53 | - |
| YUV | 57.37 | 193.82 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 174 | 0.43 | 0.93 | 0 | 0.32 | 272.42 | 0.86 | 0.37 |
| Hex | 64 | D | AE | 2B | 5D | 0 | 20 | 110 | 56 | 25 |
| Octal | 144 | 15 | 256 | 53 | 135 | 0 | 40 | 420 | 126 | 45 |
| Binary | 1100100 | 1101 | 10101110 | 101011 | 1011101 | 0 | 100000 | 100010000 | 1010110 | 100101 |
Color Harmonies of #640DAE
Complementary color
Monochromatic Colors of #640DAE
Black with #640DAE
Text Example
Text Example
White with #640DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640DAE; }
p { color: rgb(100,13,174); }
H1.HeaderClassName
{
color: #640DAE;
}
.AnyTagClassName
{
color: #640DAE;
}
</style>
background-color css
<style>
a { background-color: #640DAE; }
a { background-color: rgb(100,13,174); }
div.DivClassName
{
background-color: #640DAE;
}
.BgClassName
{
background-color: #640DAE;
}
</style>
border-color css
<style>
span { border-color: #640DAE; }
span { border-color: rgb(100,13,174); }
td.TdClassName
{
border-color: #640DAE;
}
.TagClassName
{
border-color: #640DAE;
}
</style>