Shades of Purple Heart #643EDA
Tints of Purple Heart #643EDA
RGB
CMYK
RGB Variations
Color information
#643EDA (or 0x643EDA) is known color: Purple Heart. HEX triplet: 64, 3E and DA. RGB value is (100,62,218). Sum of RGB (Red+Green+Blue) = 100+62+218=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #643EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643EDA is #9BC125. Grayscale: #5A5A5A. Windows color (decimal): -10207526 or 14302820. OLE color: 14302820.
HSL color Cylindrical-coordinate representation of color #643EDA: hue angle of 254.62º 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 #643EDA is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 62 | 218 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.15 |
| HSL | 254.62º | 0.68% | 0.55% | - |
| HSV(B) | 254.62º | 0.72% | 0.85% | - |
| XYZ | 19.63 | 11.22 | 67.46 | - |
| YUV | 91.15 | 199.59 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 218 | 0.54 | 0.72 | 0 | 0.15 | 254.62 | 0.68 | 0.55 |
| Hex | 64 | 3E | DA | 36 | 48 | 0 | F | FF | 44 | 37 |
| Octal | 144 | 76 | 332 | 66 | 110 | 0 | 17 | 377 | 104 | 67 |
| Binary | 1100100 | 111110 | 11011010 | 110110 | 1001000 | 0 | 1111 | 11111111 | 1000100 | 110111 |
Color Harmonies of #643EDA
Complementary color
Monochromatic Colors of #643EDA
Black with #643EDA
Text Example
Text Example
White with #643EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643EDA; }
p { color: rgb(100,62,218); }
H1.HeaderClassName
{
color: #643EDA;
}
.AnyTagClassName
{
color: #643EDA;
}
</style>
background-color css
<style>
a { background-color: #643EDA; }
a { background-color: rgb(100,62,218); }
div.DivClassName
{
background-color: #643EDA;
}
.BgClassName
{
background-color: #643EDA;
}
</style>
border-color css
<style>
span { border-color: #643EDA; }
span { border-color: rgb(100,62,218); }
td.TdClassName
{
border-color: #643EDA;
}
.TagClassName
{
border-color: #643EDA;
}
</style>