Shades of Purple Heart #643BDD
Tints of Purple Heart #643BDD
RGB
CMYK
RGB Variations
Color information
#643BDD (or 0x643BDD) is known color: Purple Heart. HEX triplet: 64, 3B and DD. RGB value is (100,59,221). Sum of RGB (Red+Green+Blue) = 100+59+221=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #643BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643BDD is #9BC422. Grayscale: #595959. Windows color (decimal): -10208291 or 14498660. OLE color: 14498660.
HSL color Cylindrical-coordinate representation of color #643BDD: hue angle of 255.19º degrees, saturation: 0.7, 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 #643BDD is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 59 | 221 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.13 |
| HSL | 255.19º | 0.7% | 0.55% | - |
| HSV(B) | 255.19º | 0.73% | 0.87% | - |
| XYZ | 19.87 | 11.06 | 69.49 | - |
| YUV | 89.73 | 202.08 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 221 | 0.55 | 0.73 | 0 | 0.13 | 255.19 | 0.7 | 0.55 |
| Hex | 64 | 3B | DD | 37 | 49 | 0 | D | FF | 46 | 37 |
| Octal | 144 | 73 | 335 | 67 | 111 | 0 | 15 | 377 | 106 | 67 |
| Binary | 1100100 | 111011 | 11011101 | 110111 | 1001001 | 0 | 1101 | 11111111 | 1000110 | 110111 |
Color Harmonies of #643BDD
Complementary color
Monochromatic Colors of #643BDD
Black with #643BDD
Text Example
Text Example
White with #643BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BDD; }
p { color: rgb(100,59,221); }
H1.HeaderClassName
{
color: #643BDD;
}
.AnyTagClassName
{
color: #643BDD;
}
</style>
background-color css
<style>
a { background-color: #643BDD; }
a { background-color: rgb(100,59,221); }
div.DivClassName
{
background-color: #643BDD;
}
.BgClassName
{
background-color: #643BDD;
}
</style>
border-color css
<style>
span { border-color: #643BDD; }
span { border-color: rgb(100,59,221); }
td.TdClassName
{
border-color: #643BDD;
}
.TagClassName
{
border-color: #643BDD;
}
</style>