Shades of Purple Heart #6543BB
Tints of Purple Heart #6543BB
RGB
CMYK
RGB Variations
Color information
#6543BB (or 0x6543BB) is known color: Purple Heart. HEX triplet: 65, 43 and BB. RGB value is (101,67,187). Sum of RGB (Red+Green+Blue) = 101+67+187=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #6543BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6543BB is #9ABC44. Grayscale: #5A5A5A. Windows color (decimal): -10140741 or 12272485. OLE color: 12272485.
HSL color Cylindrical-coordinate representation of color #6543BB: hue angle of 257º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6543BB is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 67 | 187 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.27 |
| HSL | 257º | 0.47% | 0.5% | - |
| HSV(B) | 257º | 0.64% | 0.73% | - |
| XYZ | 16.34 | 10.37 | 48.15 | - |
| YUV | 90.85 | 182.26 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 187 | 0.46 | 0.64 | 0 | 0.27 | 257 | 0.47 | 0.5 |
| Hex | 65 | 43 | BB | 2E | 40 | 0 | 1B | 101 | 2F | 32 |
| Octal | 145 | 103 | 273 | 56 | 100 | 0 | 33 | 401 | 57 | 62 |
| Binary | 1100101 | 1000011 | 10111011 | 101110 | 1000000 | 0 | 11011 | 100000001 | 101111 | 110010 |
Color Harmonies of #6543BB
Complementary color
Monochromatic Colors of #6543BB
Black with #6543BB
Text Example
Text Example
White with #6543BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6543BB; }
p { color: rgb(101,67,187); }
H1.HeaderClassName
{
color: #6543BB;
}
.AnyTagClassName
{
color: #6543BB;
}
</style>
background-color css
<style>
a { background-color: #6543BB; }
a { background-color: rgb(101,67,187); }
div.DivClassName
{
background-color: #6543BB;
}
.BgClassName
{
background-color: #6543BB;
}
</style>
border-color css
<style>
span { border-color: #6543BB; }
span { border-color: rgb(101,67,187); }
td.TdClassName
{
border-color: #6543BB;
}
.TagClassName
{
border-color: #6543BB;
}
</style>