Shades of Purple Heart #641EDF
Tints of Purple Heart #641EDF
RGB
CMYK
RGB Variations
Color information
#641EDF (or 0x641EDF) is known color: Purple Heart. HEX triplet: 64, 1E and DF. RGB value is (100,30,223). Sum of RGB (Red+Green+Blue) = 100+30+223=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #641EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EDF is #9BE120. Grayscale: #484848. Windows color (decimal): -10215713 or 14622308. OLE color: 14622308.
HSL color Cylindrical-coordinate representation of color #641EDF: hue angle of 261.76º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641EDF is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 30 | 223 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.13 |
| HSL | 261.76º | 0.76% | 0.5% | - |
| HSV(B) | 261.76º | 0.87% | 0.87% | - |
| XYZ | 19.04 | 8.97 | 70.54 | - |
| YUV | 72.93 | 212.69 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 223 | 0.55 | 0.87 | 0 | 0.13 | 261.76 | 0.76 | 0.5 |
| Hex | 64 | 1E | DF | 37 | 57 | 0 | D | 106 | 4C | 32 |
| Octal | 144 | 36 | 337 | 67 | 127 | 0 | 15 | 406 | 114 | 62 |
| Binary | 1100100 | 11110 | 11011111 | 110111 | 1010111 | 0 | 1101 | 100000110 | 1001100 | 110010 |
Color Harmonies of #641EDF
Complementary color
Monochromatic Colors of #641EDF
Black with #641EDF
Text Example
Text Example
White with #641EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641EDF; }
p { color: rgb(100,30,223); }
H1.HeaderClassName
{
color: #641EDF;
}
.AnyTagClassName
{
color: #641EDF;
}
</style>
background-color css
<style>
a { background-color: #641EDF; }
a { background-color: rgb(100,30,223); }
div.DivClassName
{
background-color: #641EDF;
}
.BgClassName
{
background-color: #641EDF;
}
</style>
border-color css
<style>
span { border-color: #641EDF; }
span { border-color: rgb(100,30,223); }
td.TdClassName
{
border-color: #641EDF;
}
.TagClassName
{
border-color: #641EDF;
}
</style>