Shades of Purple Heart #641ED1
Tints of Purple Heart #641ED1
RGB
CMYK
RGB Variations
Color information
#641ED1 (or 0x641ED1) is known color: Purple Heart. HEX triplet: 64, 1E and D1. RGB value is (100,30,209). Sum of RGB (Red+Green+Blue) = 100+30+209=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 209 (82.03% from 255 or 61.65% from 339); Max value from RGB is 209 - color contains mainly: blue. Hex color #641ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ED1 is #9BE12E. Grayscale: #464646. Windows color (decimal): -10215727 or 13704804. OLE color: 13704804.
HSL color Cylindrical-coordinate representation of color #641ED1: hue angle of 263.46º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641ED1 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 30 | 209 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.18 |
| HSL | 263.46º | 0.75% | 0.47% | - |
| HSV(B) | 263.46º | 0.86% | 0.82% | - |
| XYZ | 17.23 | 8.24 | 61 | - |
| YUV | 71.34 | 205.69 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 209 | 0.52 | 0.86 | 0 | 0.18 | 263.46 | 0.75 | 0.47 |
| Hex | 64 | 1E | D1 | 34 | 56 | 0 | 12 | 107 | 4B | 2F |
| Octal | 144 | 36 | 321 | 64 | 126 | 0 | 22 | 407 | 113 | 57 |
| Binary | 1100100 | 11110 | 11010001 | 110100 | 1010110 | 0 | 10010 | 100000111 | 1001011 | 101111 |
Color Harmonies of #641ED1
Complementary color
Monochromatic Colors of #641ED1
Black with #641ED1
Text Example
Text Example
White with #641ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641ED1; }
p { color: rgb(100,30,209); }
H1.HeaderClassName
{
color: #641ED1;
}
.AnyTagClassName
{
color: #641ED1;
}
</style>
background-color css
<style>
a { background-color: #641ED1; }
a { background-color: rgb(100,30,209); }
div.DivClassName
{
background-color: #641ED1;
}
.BgClassName
{
background-color: #641ED1;
}
</style>
border-color css
<style>
span { border-color: #641ED1; }
span { border-color: rgb(100,30,209); }
td.TdClassName
{
border-color: #641ED1;
}
.TagClassName
{
border-color: #641ED1;
}
</style>