Shades of Purple Heart #6441BA
Tints of Purple Heart #6441BA
RGB
CMYK
RGB Variations
Color information
#6441BA (or 0x6441BA) is known color: Purple Heart. HEX triplet: 64, 41 and BA. RGB value is (100,65,186). Sum of RGB (Red+Green+Blue) = 100+65+186=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #6441BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6441BA is #9BBE45. Grayscale: #585858. Windows color (decimal): -10206790 or 12206436. OLE color: 12206436.
HSL color Cylindrical-coordinate representation of color #6441BA: hue angle of 257.36º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6441BA is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 65 | 186 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.27 |
| HSL | 257.36º | 0.48% | 0.49% | - |
| HSV(B) | 257.36º | 0.65% | 0.73% | - |
| XYZ | 16.01 | 10.04 | 47.55 | - |
| YUV | 89.26 | 182.6 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 186 | 0.46 | 0.65 | 0 | 0.27 | 257.36 | 0.48 | 0.49 |
| Hex | 64 | 41 | BA | 2E | 41 | 0 | 1B | 101 | 30 | 31 |
| Octal | 144 | 101 | 272 | 56 | 101 | 0 | 33 | 401 | 60 | 61 |
| Binary | 1100100 | 1000001 | 10111010 | 101110 | 1000001 | 0 | 11011 | 100000001 | 110000 | 110001 |
Color Harmonies of #6441BA
Complementary color
Monochromatic Colors of #6441BA
Black with #6441BA
Text Example
Text Example
White with #6441BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6441BA; }
p { color: rgb(100,65,186); }
H1.HeaderClassName
{
color: #6441BA;
}
.AnyTagClassName
{
color: #6441BA;
}
</style>
background-color css
<style>
a { background-color: #6441BA; }
a { background-color: rgb(100,65,186); }
div.DivClassName
{
background-color: #6441BA;
}
.BgClassName
{
background-color: #6441BA;
}
</style>
border-color css
<style>
span { border-color: #6441BA; }
span { border-color: rgb(100,65,186); }
td.TdClassName
{
border-color: #6441BA;
}
.TagClassName
{
border-color: #6441BA;
}
</style>