Shades of Purple Heart #640DA8
Tints of Purple Heart #640DA8
RGB
CMYK
RGB Variations
Color information
#640DA8 (or 0x640DA8) is known color: Purple Heart. HEX triplet: 64, 0D and A8. RGB value is (100,13,168). Sum of RGB (Red+Green+Blue) = 100+13+168=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 168 (66.02% from 255 or 59.79% from 281); Max value from RGB is 168 - color contains mainly: blue. Hex color #640DA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640DA8 is #9BF257. Grayscale: #383838. Windows color (decimal): -10220120 or 11013476. OLE color: 11013476.
HSL color Cylindrical-coordinate representation of color #640DA8: hue angle of 273.68º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640DA8 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 13 | 168 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.34 |
| HSL | 273.68º | 0.86% | 0.35% | - |
| HSV(B) | 273.68º | 0.92% | 0.66% | - |
| XYZ | 12.47 | 5.82 | 37.51 | - |
| YUV | 56.68 | 190.82 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 168 | 0.40 | 0.92 | 0 | 0.34 | 273.68 | 0.86 | 0.35 |
| Hex | 64 | D | A8 | 28 | 5C | 0 | 22 | 112 | 56 | 23 |
| Octal | 144 | 15 | 250 | 50 | 134 | 0 | 42 | 422 | 126 | 43 |
| Binary | 1100100 | 1101 | 10101000 | 101000 | 1011100 | 0 | 100010 | 100010010 | 1010110 | 100011 |
Color Harmonies of #640DA8
Complementary color
Monochromatic Colors of #640DA8
Black with #640DA8
Text Example
Text Example
White with #640DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640DA8; }
p { color: rgb(100,13,168); }
H1.HeaderClassName
{
color: #640DA8;
}
.AnyTagClassName
{
color: #640DA8;
}
</style>
background-color css
<style>
a { background-color: #640DA8; }
a { background-color: rgb(100,13,168); }
div.DivClassName
{
background-color: #640DA8;
}
.BgClassName
{
background-color: #640DA8;
}
</style>
border-color css
<style>
span { border-color: #640DA8; }
span { border-color: rgb(100,13,168); }
td.TdClassName
{
border-color: #640DA8;
}
.TagClassName
{
border-color: #640DA8;
}
</style>