Shades of Purple Heart #641ED3
Tints of Purple Heart #641ED3
RGB
CMYK
RGB Variations
Color information
#641ED3 (or 0x641ED3) is known color: Purple Heart. HEX triplet: 64, 1E and D3. RGB value is (100,30,211). Sum of RGB (Red+Green+Blue) = 100+30+211=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 211 (82.81% from 255 or 61.88% from 341); Max value from RGB is 211 - color contains mainly: blue. Hex color #641ED3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ED3 is #9BE12C. Grayscale: #464646. Windows color (decimal): -10215725 or 13835876. OLE color: 13835876.
HSL color Cylindrical-coordinate representation of color #641ED3: hue angle of 263.2º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641ED3 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 30 | 211 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.17 |
| HSL | 263.2º | 0.75% | 0.47% | - |
| HSV(B) | 263.2º | 0.86% | 0.83% | - |
| XYZ | 17.48 | 8.34 | 62.32 | - |
| YUV | 71.56 | 206.69 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 211 | 0.53 | 0.86 | 0 | 0.17 | 263.2 | 0.75 | 0.47 |
| Hex | 64 | 1E | D3 | 35 | 56 | 0 | 11 | 107 | 4B | 2F |
| Octal | 144 | 36 | 323 | 65 | 126 | 0 | 21 | 407 | 113 | 57 |
| Binary | 1100100 | 11110 | 11010011 | 110101 | 1010110 | 0 | 10001 | 100000111 | 1001011 | 101111 |
Color Harmonies of #641ED3
Complementary color
Monochromatic Colors of #641ED3
Black with #641ED3
Text Example
Text Example
White with #641ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641ED3; }
p { color: rgb(100,30,211); }
H1.HeaderClassName
{
color: #641ED3;
}
.AnyTagClassName
{
color: #641ED3;
}
</style>
background-color css
<style>
a { background-color: #641ED3; }
a { background-color: rgb(100,30,211); }
div.DivClassName
{
background-color: #641ED3;
}
.BgClassName
{
background-color: #641ED3;
}
</style>
border-color css
<style>
span { border-color: #641ED3; }
span { border-color: rgb(100,30,211); }
td.TdClassName
{
border-color: #641ED3;
}
.TagClassName
{
border-color: #641ED3;
}
</style>