Shades of Purple Heart #643DDD
Tints of Purple Heart #643DDD
RGB
CMYK
RGB Variations
Color information
#643DDD (or 0x643DDD) is known color: Purple Heart. HEX triplet: 64, 3D and DD. RGB value is (100,61,221). Sum of RGB (Red+Green+Blue) = 100+61+221=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #643DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643DDD is #9BC222. Grayscale: #5A5A5A. Windows color (decimal): -10207779 or 14499172. OLE color: 14499172.
HSL color Cylindrical-coordinate representation of color #643DDD: hue angle of 254.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #643DDD is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 61 | 221 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.13 |
| HSL | 254.63º | 0.7% | 0.55% | - |
| HSV(B) | 254.63º | 0.72% | 0.87% | - |
| XYZ | 19.98 | 11.27 | 69.53 | - |
| YUV | 90.9 | 201.42 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 221 | 0.55 | 0.72 | 0 | 0.13 | 254.63 | 0.7 | 0.55 |
| Hex | 64 | 3D | DD | 37 | 48 | 0 | D | FF | 46 | 37 |
| Octal | 144 | 75 | 335 | 67 | 110 | 0 | 15 | 377 | 106 | 67 |
| Binary | 1100100 | 111101 | 11011101 | 110111 | 1001000 | 0 | 1101 | 11111111 | 1000110 | 110111 |
Color Harmonies of #643DDD
Complementary color
Monochromatic Colors of #643DDD
Black with #643DDD
Text Example
Text Example
White with #643DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643DDD; }
p { color: rgb(100,61,221); }
H1.HeaderClassName
{
color: #643DDD;
}
.AnyTagClassName
{
color: #643DDD;
}
</style>
background-color css
<style>
a { background-color: #643DDD; }
a { background-color: rgb(100,61,221); }
div.DivClassName
{
background-color: #643DDD;
}
.BgClassName
{
background-color: #643DDD;
}
</style>
border-color css
<style>
span { border-color: #643DDD; }
span { border-color: rgb(100,61,221); }
td.TdClassName
{
border-color: #643DDD;
}
.TagClassName
{
border-color: #643DDD;
}
</style>