Shades of Purple Heart #6444BC
Tints of Purple Heart #6444BC
RGB
CMYK
RGB Variations
Color information
#6444BC (or 0x6444BC) is known color: Purple Heart. HEX triplet: 64, 44 and BC. RGB value is (100,68,188). Sum of RGB (Red+Green+Blue) = 100+68+188=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #6444BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6444BC is #9BBB43. Grayscale: #5A5A5A. Windows color (decimal): -10206020 or 12338276. OLE color: 12338276.
HSL color Cylindrical-coordinate representation of color #6444BC: hue angle of 256º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6444BC is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 68 | 188 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.26 |
| HSL | 256º | 0.47% | 0.5% | - |
| HSV(B) | 256º | 0.64% | 0.74% | - |
| XYZ | 16.4 | 10.47 | 48.73 | - |
| YUV | 91.25 | 182.6 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 188 | 0.47 | 0.64 | 0 | 0.26 | 256 | 0.47 | 0.5 |
| Hex | 64 | 44 | BC | 2F | 40 | 0 | 1A | 100 | 2F | 32 |
| Octal | 144 | 104 | 274 | 57 | 100 | 0 | 32 | 400 | 57 | 62 |
| Binary | 1100100 | 1000100 | 10111100 | 101111 | 1000000 | 0 | 11010 | 100000000 | 101111 | 110010 |
Color Harmonies of #6444BC
Complementary color
Monochromatic Colors of #6444BC
Black with #6444BC
Text Example
Text Example
White with #6444BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6444BC; }
p { color: rgb(100,68,188); }
H1.HeaderClassName
{
color: #6444BC;
}
.AnyTagClassName
{
color: #6444BC;
}
</style>
background-color css
<style>
a { background-color: #6444BC; }
a { background-color: rgb(100,68,188); }
div.DivClassName
{
background-color: #6444BC;
}
.BgClassName
{
background-color: #6444BC;
}
</style>
border-color css
<style>
span { border-color: #6444BC; }
span { border-color: rgb(100,68,188); }
td.TdClassName
{
border-color: #6444BC;
}
.TagClassName
{
border-color: #6444BC;
}
</style>