Shades of Purple Heart #6440BA
Tints of Purple Heart #6440BA
RGB
CMYK
RGB Variations
Color information
#6440BA (or 0x6440BA) is known color: Purple Heart. HEX triplet: 64, 40 and BA. RGB value is (100,64,186). Sum of RGB (Red+Green+Blue) = 100+64+186=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #6440BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6440BA is #9BBF45. Grayscale: #585858. Windows color (decimal): -10207046 or 12206180. OLE color: 12206180.
HSL color Cylindrical-coordinate representation of color #6440BA: hue angle of 257.7º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6440BA is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 64 | 186 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.27 |
| HSL | 257.7º | 0.49% | 0.49% | - |
| HSV(B) | 257.7º | 0.66% | 0.73% | - |
| XYZ | 15.95 | 9.92 | 47.53 | - |
| YUV | 88.67 | 182.93 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 186 | 0.46 | 0.66 | 0 | 0.27 | 257.7 | 0.49 | 0.49 |
| Hex | 64 | 40 | BA | 2E | 42 | 0 | 1B | 102 | 31 | 31 |
| Octal | 144 | 100 | 272 | 56 | 102 | 0 | 33 | 402 | 61 | 61 |
| Binary | 1100100 | 1000000 | 10111010 | 101110 | 1000010 | 0 | 11011 | 100000010 | 110001 | 110001 |
Color Harmonies of #6440BA
Complementary color
Monochromatic Colors of #6440BA
Black with #6440BA
Text Example
Text Example
White with #6440BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6440BA; }
p { color: rgb(100,64,186); }
H1.HeaderClassName
{
color: #6440BA;
}
.AnyTagClassName
{
color: #6440BA;
}
</style>
background-color css
<style>
a { background-color: #6440BA; }
a { background-color: rgb(100,64,186); }
div.DivClassName
{
background-color: #6440BA;
}
.BgClassName
{
background-color: #6440BA;
}
</style>
border-color css
<style>
span { border-color: #6440BA; }
span { border-color: rgb(100,64,186); }
td.TdClassName
{
border-color: #6440BA;
}
.TagClassName
{
border-color: #6440BA;
}
</style>