Shades of Purple Heart #6543BD
Tints of Purple Heart #6543BD
RGB
CMYK
RGB Variations
Color information
#6543BD (or 0x6543BD) is known color: Purple Heart. HEX triplet: 65, 43 and BD. RGB value is (101,67,189). Sum of RGB (Red+Green+Blue) = 101+67+189=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #6543BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6543BD is #9ABC42. Grayscale: #5A5A5A. Windows color (decimal): -10140739 or 12403557. OLE color: 12403557.
HSL color Cylindrical-coordinate representation of color #6543BD: hue angle of 256.72º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6543BD is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 67 | 189 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.26 |
| HSL | 256.72º | 0.48% | 0.5% | - |
| HSV(B) | 256.72º | 0.65% | 0.74% | - |
| XYZ | 16.56 | 10.46 | 49.29 | - |
| YUV | 91.07 | 183.26 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 189 | 0.47 | 0.65 | 0 | 0.26 | 256.72 | 0.48 | 0.5 |
| Hex | 65 | 43 | BD | 2F | 41 | 0 | 1A | 101 | 30 | 32 |
| Octal | 145 | 103 | 275 | 57 | 101 | 0 | 32 | 401 | 60 | 62 |
| Binary | 1100101 | 1000011 | 10111101 | 101111 | 1000001 | 0 | 11010 | 100000001 | 110000 | 110010 |
Color Harmonies of #6543BD
Complementary color
Monochromatic Colors of #6543BD
Black with #6543BD
Text Example
Text Example
White with #6543BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6543BD; }
p { color: rgb(101,67,189); }
H1.HeaderClassName
{
color: #6543BD;
}
.AnyTagClassName
{
color: #6543BD;
}
</style>
background-color css
<style>
a { background-color: #6543BD; }
a { background-color: rgb(101,67,189); }
div.DivClassName
{
background-color: #6543BD;
}
.BgClassName
{
background-color: #6543BD;
}
</style>
border-color css
<style>
span { border-color: #6543BD; }
span { border-color: rgb(101,67,189); }
td.TdClassName
{
border-color: #6543BD;
}
.TagClassName
{
border-color: #6543BD;
}
</style>