Shades of Purple Heart #643BDE
Tints of Purple Heart #643BDE
RGB
CMYK
RGB Variations
Color information
#643BDE (or 0x643BDE) is known color: Purple Heart. HEX triplet: 64, 3B and DE. RGB value is (100,59,222). Sum of RGB (Red+Green+Blue) = 100+59+222=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #643BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643BDE is #9BC421. Grayscale: #595959. Windows color (decimal): -10208290 or 14564196. OLE color: 14564196.
HSL color Cylindrical-coordinate representation of color #643BDE: hue angle of 255.09º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #643BDE is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 59 | 222 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.13 |
| HSL | 255.09º | 0.71% | 0.55% | - |
| HSV(B) | 255.09º | 0.73% | 0.87% | - |
| XYZ | 20 | 11.11 | 70.2 | - |
| YUV | 89.84 | 202.58 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 222 | 0.55 | 0.73 | 0 | 0.13 | 255.09 | 0.71 | 0.55 |
| Hex | 64 | 3B | DE | 37 | 49 | 0 | D | FF | 47 | 37 |
| Octal | 144 | 73 | 336 | 67 | 111 | 0 | 15 | 377 | 107 | 67 |
| Binary | 1100100 | 111011 | 11011110 | 110111 | 1001001 | 0 | 1101 | 11111111 | 1000111 | 110111 |
Color Harmonies of #643BDE
Complementary color
Monochromatic Colors of #643BDE
Black with #643BDE
Text Example
Text Example
White with #643BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BDE; }
p { color: rgb(100,59,222); }
H1.HeaderClassName
{
color: #643BDE;
}
.AnyTagClassName
{
color: #643BDE;
}
</style>
background-color css
<style>
a { background-color: #643BDE; }
a { background-color: rgb(100,59,222); }
div.DivClassName
{
background-color: #643BDE;
}
.BgClassName
{
background-color: #643BDE;
}
</style>
border-color css
<style>
span { border-color: #643BDE; }
span { border-color: rgb(100,59,222); }
td.TdClassName
{
border-color: #643BDE;
}
.TagClassName
{
border-color: #643BDE;
}
</style>