Shades of Purple Heart #643DDA
Tints of Purple Heart #643DDA
RGB
CMYK
RGB Variations
Color information
#643DDA (or 0x643DDA) is known color: Purple Heart. HEX triplet: 64, 3D and DA. RGB value is (100,61,218). Sum of RGB (Red+Green+Blue) = 100+61+218=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #643DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643DDA is #9BC225. Grayscale: #595959. Windows color (decimal): -10207782 or 14302564. OLE color: 14302564.
HSL color Cylindrical-coordinate representation of color #643DDA: hue angle of 254.9º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #643DDA is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 61 | 218 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.15 |
| HSL | 254.9º | 0.68% | 0.55% | - |
| HSV(B) | 254.9º | 0.72% | 0.85% | - |
| XYZ | 19.58 | 11.11 | 67.44 | - |
| YUV | 90.56 | 199.92 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 218 | 0.54 | 0.72 | 0 | 0.15 | 254.9 | 0.68 | 0.55 |
| Hex | 64 | 3D | DA | 36 | 48 | 0 | F | FF | 44 | 37 |
| Octal | 144 | 75 | 332 | 66 | 110 | 0 | 17 | 377 | 104 | 67 |
| Binary | 1100100 | 111101 | 11011010 | 110110 | 1001000 | 0 | 1111 | 11111111 | 1000100 | 110111 |
Color Harmonies of #643DDA
Complementary color
Monochromatic Colors of #643DDA
Black with #643DDA
Text Example
Text Example
White with #643DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643DDA; }
p { color: rgb(100,61,218); }
H1.HeaderClassName
{
color: #643DDA;
}
.AnyTagClassName
{
color: #643DDA;
}
</style>
background-color css
<style>
a { background-color: #643DDA; }
a { background-color: rgb(100,61,218); }
div.DivClassName
{
background-color: #643DDA;
}
.BgClassName
{
background-color: #643DDA;
}
</style>
border-color css
<style>
span { border-color: #643DDA; }
span { border-color: rgb(100,61,218); }
td.TdClassName
{
border-color: #643DDA;
}
.TagClassName
{
border-color: #643DDA;
}
</style>