Shades of Purple Heart #6440BE
Tints of Purple Heart #6440BE
RGB
CMYK
RGB Variations
Color information
#6440BE (or 0x6440BE) is known color: Purple Heart. HEX triplet: 64, 40 and BE. RGB value is (100,64,190). Sum of RGB (Red+Green+Blue) = 100+64+190=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #6440BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6440BE is #9BBF41. Grayscale: #585858. Windows color (decimal): -10207042 or 12468324. OLE color: 12468324.
HSL color Cylindrical-coordinate representation of color #6440BE: hue angle of 257.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6440BE is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 64 | 190 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.25 |
| HSL | 257.14º | 0.5% | 0.5% | - |
| HSV(B) | 257.14º | 0.66% | 0.75% | - |
| XYZ | 16.38 | 10.09 | 49.8 | - |
| YUV | 89.13 | 184.93 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 190 | 0.47 | 0.66 | 0 | 0.25 | 257.14 | 0.5 | 0.5 |
| Hex | 64 | 40 | BE | 2F | 42 | 0 | 19 | 101 | 32 | 32 |
| Octal | 144 | 100 | 276 | 57 | 102 | 0 | 31 | 401 | 62 | 62 |
| Binary | 1100100 | 1000000 | 10111110 | 101111 | 1000010 | 0 | 11001 | 100000001 | 110010 | 110010 |
Color Harmonies of #6440BE
Complementary color
Monochromatic Colors of #6440BE
Black with #6440BE
Text Example
Text Example
White with #6440BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6440BE; }
p { color: rgb(100,64,190); }
H1.HeaderClassName
{
color: #6440BE;
}
.AnyTagClassName
{
color: #6440BE;
}
</style>
background-color css
<style>
a { background-color: #6440BE; }
a { background-color: rgb(100,64,190); }
div.DivClassName
{
background-color: #6440BE;
}
.BgClassName
{
background-color: #6440BE;
}
</style>
border-color css
<style>
span { border-color: #6440BE; }
span { border-color: rgb(100,64,190); }
td.TdClassName
{
border-color: #6440BE;
}
.TagClassName
{
border-color: #6440BE;
}
</style>