Shades of Purple Heart #6544BF
Tints of Purple Heart #6544BF
RGB
CMYK
RGB Variations
Color information
#6544BF (or 0x6544BF) is known color: Purple Heart. HEX triplet: 65, 44 and BF. RGB value is (101,68,191). Sum of RGB (Red+Green+Blue) = 101+68+191=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #6544BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6544BF is #9ABB40. Grayscale: #5B5B5B. Windows color (decimal): -10140481 or 12534885. OLE color: 12534885.
HSL color Cylindrical-coordinate representation of color #6544BF: hue angle of 256.1º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6544BF is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 68 | 191 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.25 |
| HSL | 256.1º | 0.49% | 0.51% | - |
| HSV(B) | 256.1º | 0.64% | 0.75% | - |
| XYZ | 16.84 | 10.66 | 50.46 | - |
| YUV | 91.89 | 183.93 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 191 | 0.47 | 0.64 | 0 | 0.25 | 256.1 | 0.49 | 0.51 |
| Hex | 65 | 44 | BF | 2F | 40 | 0 | 19 | 100 | 31 | 33 |
| Octal | 145 | 104 | 277 | 57 | 100 | 0 | 31 | 400 | 61 | 63 |
| Binary | 1100101 | 1000100 | 10111111 | 101111 | 1000000 | 0 | 11001 | 100000000 | 110001 | 110011 |
Color Harmonies of #6544BF
Complementary color
Monochromatic Colors of #6544BF
Black with #6544BF
Text Example
Text Example
White with #6544BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6544BF; }
p { color: rgb(101,68,191); }
H1.HeaderClassName
{
color: #6544BF;
}
.AnyTagClassName
{
color: #6544BF;
}
</style>
background-color css
<style>
a { background-color: #6544BF; }
a { background-color: rgb(101,68,191); }
div.DivClassName
{
background-color: #6544BF;
}
.BgClassName
{
background-color: #6544BF;
}
</style>
border-color css
<style>
span { border-color: #6544BF; }
span { border-color: rgb(101,68,191); }
td.TdClassName
{
border-color: #6544BF;
}
.TagClassName
{
border-color: #6544BF;
}
</style>