Shades of Purple Heart #640AAF
Tints of Purple Heart #640AAF
RGB
CMYK
RGB Variations
Color information
#640AAF (or 0x640AAF) is known color: Purple Heart. HEX triplet: 64, 0A and AF. RGB value is (100,10,175). Sum of RGB (Red+Green+Blue) = 100+10+175=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #640AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640AAF is #9BF550. Grayscale: #373737. Windows color (decimal): -10220881 or 11471460. OLE color: 11471460.
HSL color Cylindrical-coordinate representation of color #640AAF: hue angle of 272.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640AAF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 10 | 175 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.31 |
| HSL | 272.73º | 0.89% | 0.36% | - |
| HSV(B) | 272.73º | 0.94% | 0.69% | - |
| XYZ | 13.1 | 6.02 | 41.03 | - |
| YUV | 55.72 | 195.32 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 175 | 0.43 | 0.94 | 0 | 0.31 | 272.73 | 0.89 | 0.36 |
| Hex | 64 | A | AF | 2B | 5E | 0 | 1F | 111 | 59 | 24 |
| Octal | 144 | 12 | 257 | 53 | 136 | 0 | 37 | 421 | 131 | 44 |
| Binary | 1100100 | 1010 | 10101111 | 101011 | 1011110 | 0 | 11111 | 100010001 | 1011001 | 100100 |
Color Harmonies of #640AAF
Complementary color
Monochromatic Colors of #640AAF
Black with #640AAF
Text Example
Text Example
White with #640AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640AAF; }
p { color: rgb(100,10,175); }
H1.HeaderClassName
{
color: #640AAF;
}
.AnyTagClassName
{
color: #640AAF;
}
</style>
background-color css
<style>
a { background-color: #640AAF; }
a { background-color: rgb(100,10,175); }
div.DivClassName
{
background-color: #640AAF;
}
.BgClassName
{
background-color: #640AAF;
}
</style>
border-color css
<style>
span { border-color: #640AAF; }
span { border-color: rgb(100,10,175); }
td.TdClassName
{
border-color: #640AAF;
}
.TagClassName
{
border-color: #640AAF;
}
</style>