Shades of Purple Heart #643BDB
Tints of Purple Heart #643BDB
RGB
CMYK
RGB Variations
Color information
#643BDB (or 0x643BDB) is known color: Purple Heart. HEX triplet: 64, 3B and DB. RGB value is (100,59,219). Sum of RGB (Red+Green+Blue) = 100+59+219=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #643BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643BDB is #9BC424. Grayscale: #585858. Windows color (decimal): -10208293 or 14367588. OLE color: 14367588.
HSL color Cylindrical-coordinate representation of color #643BDB: hue angle of 255.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #643BDB is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 59 | 219 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.14 |
| HSL | 255.38º | 0.69% | 0.55% | - |
| HSV(B) | 255.38º | 0.73% | 0.86% | - |
| XYZ | 19.61 | 10.95 | 68.1 | - |
| YUV | 89.5 | 201.08 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 219 | 0.54 | 0.73 | 0 | 0.14 | 255.38 | 0.69 | 0.55 |
| Hex | 64 | 3B | DB | 36 | 49 | 0 | E | FF | 45 | 37 |
| Octal | 144 | 73 | 333 | 66 | 111 | 0 | 16 | 377 | 105 | 67 |
| Binary | 1100100 | 111011 | 11011011 | 110110 | 1001001 | 0 | 1110 | 11111111 | 1000101 | 110111 |
Color Harmonies of #643BDB
Complementary color
Monochromatic Colors of #643BDB
Black with #643BDB
Text Example
Text Example
White with #643BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BDB; }
p { color: rgb(100,59,219); }
H1.HeaderClassName
{
color: #643BDB;
}
.AnyTagClassName
{
color: #643BDB;
}
</style>
background-color css
<style>
a { background-color: #643BDB; }
a { background-color: rgb(100,59,219); }
div.DivClassName
{
background-color: #643BDB;
}
.BgClassName
{
background-color: #643BDB;
}
</style>
border-color css
<style>
span { border-color: #643BDB; }
span { border-color: rgb(100,59,219); }
td.TdClassName
{
border-color: #643BDB;
}
.TagClassName
{
border-color: #643BDB;
}
</style>