Shades of Purple Heart #643DDE
Tints of Purple Heart #643DDE
RGB
CMYK
RGB Variations
Color information
#643DDE (or 0x643DDE) is known color: Purple Heart. HEX triplet: 64, 3D and DE. RGB value is (100,61,222). Sum of RGB (Red+Green+Blue) = 100+61+222=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #643DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643DDE is #9BC221. Grayscale: #5A5A5A. Windows color (decimal): -10207778 or 14564708. OLE color: 14564708.
HSL color Cylindrical-coordinate representation of color #643DDE: hue angle of 254.53º 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 #643DDE is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 61 | 222 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.13 |
| HSL | 254.53º | 0.71% | 0.55% | - |
| HSV(B) | 254.53º | 0.73% | 0.87% | - |
| XYZ | 20.11 | 11.32 | 70.23 | - |
| YUV | 91.02 | 201.92 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 222 | 0.55 | 0.73 | 0 | 0.13 | 254.53 | 0.71 | 0.55 |
| Hex | 64 | 3D | DE | 37 | 49 | 0 | D | FF | 47 | 37 |
| Octal | 144 | 75 | 336 | 67 | 111 | 0 | 15 | 377 | 107 | 67 |
| Binary | 1100100 | 111101 | 11011110 | 110111 | 1001001 | 0 | 1101 | 11111111 | 1000111 | 110111 |
Color Harmonies of #643DDE
Complementary color
Monochromatic Colors of #643DDE
Black with #643DDE
Text Example
Text Example
White with #643DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643DDE; }
p { color: rgb(100,61,222); }
H1.HeaderClassName
{
color: #643DDE;
}
.AnyTagClassName
{
color: #643DDE;
}
</style>
background-color css
<style>
a { background-color: #643DDE; }
a { background-color: rgb(100,61,222); }
div.DivClassName
{
background-color: #643DDE;
}
.BgClassName
{
background-color: #643DDE;
}
</style>
border-color css
<style>
span { border-color: #643DDE; }
span { border-color: rgb(100,61,222); }
td.TdClassName
{
border-color: #643DDE;
}
.TagClassName
{
border-color: #643DDE;
}
</style>