Shades of Purple Heart #6543BC
Tints of Purple Heart #6543BC
RGB
CMYK
RGB Variations
Color information
#6543BC (or 0x6543BC) is known color: Purple Heart. HEX triplet: 65, 43 and BC. RGB value is (101,67,188). Sum of RGB (Red+Green+Blue) = 101+67+188=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 67 (26.56% from 255 or 18.82% 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 #6543BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6543BC is #9ABC43. Grayscale: #5A5A5A. Windows color (decimal): -10140740 or 12338021. OLE color: 12338021.
HSL color Cylindrical-coordinate representation of color #6543BC: hue angle of 256.86º 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 #6543BC is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 67 | 188 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.26 |
| HSL | 256.86º | 0.47% | 0.5% | - |
| HSV(B) | 256.86º | 0.64% | 0.74% | - |
| XYZ | 16.45 | 10.41 | 48.72 | - |
| YUV | 90.96 | 182.76 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 188 | 0.46 | 0.64 | 0 | 0.26 | 256.86 | 0.47 | 0.5 |
| Hex | 65 | 43 | BC | 2E | 40 | 0 | 1A | 101 | 2F | 32 |
| Octal | 145 | 103 | 274 | 56 | 100 | 0 | 32 | 401 | 57 | 62 |
| Binary | 1100101 | 1000011 | 10111100 | 101110 | 1000000 | 0 | 11010 | 100000001 | 101111 | 110010 |
Color Harmonies of #6543BC
Complementary color
Monochromatic Colors of #6543BC
Black with #6543BC
Text Example
Text Example
White with #6543BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6543BC; }
p { color: rgb(101,67,188); }
H1.HeaderClassName
{
color: #6543BC;
}
.AnyTagClassName
{
color: #6543BC;
}
</style>
background-color css
<style>
a { background-color: #6543BC; }
a { background-color: rgb(101,67,188); }
div.DivClassName
{
background-color: #6543BC;
}
.BgClassName
{
background-color: #6543BC;
}
</style>
border-color css
<style>
span { border-color: #6543BC; }
span { border-color: rgb(101,67,188); }
td.TdClassName
{
border-color: #6543BC;
}
.TagClassName
{
border-color: #6543BC;
}
</style>