Shades of Purple Heart #641DD4
Tints of Purple Heart #641DD4
RGB
CMYK
RGB Variations
Color information
#641DD4 (or 0x641DD4) is known color: Purple Heart. HEX triplet: 64, 1D and D4. RGB value is (100,29,212). Sum of RGB (Red+Green+Blue) = 100+29+212=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #641DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DD4 is #9BE22B. Grayscale: #464646. Windows color (decimal): -10215980 or 13901156. OLE color: 13901156.
HSL color Cylindrical-coordinate representation of color #641DD4: hue angle of 263.28º degrees, saturation: 0.76, 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 #641DD4 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 29 | 212 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.17 |
| HSL | 263.28º | 0.76% | 0.47% | - |
| HSV(B) | 263.28º | 0.86% | 0.83% | - |
| XYZ | 17.58 | 8.34 | 62.97 | - |
| YUV | 71.09 | 207.52 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 212 | 0.53 | 0.86 | 0 | 0.17 | 263.28 | 0.76 | 0.47 |
| Hex | 64 | 1D | D4 | 35 | 56 | 0 | 11 | 107 | 4C | 2F |
| Octal | 144 | 35 | 324 | 65 | 126 | 0 | 21 | 407 | 114 | 57 |
| Binary | 1100100 | 11101 | 11010100 | 110101 | 1010110 | 0 | 10001 | 100000111 | 1001100 | 101111 |
Color Harmonies of #641DD4
Complementary color
Monochromatic Colors of #641DD4
Black with #641DD4
Text Example
Text Example
White with #641DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641DD4; }
p { color: rgb(100,29,212); }
H1.HeaderClassName
{
color: #641DD4;
}
.AnyTagClassName
{
color: #641DD4;
}
</style>
background-color css
<style>
a { background-color: #641DD4; }
a { background-color: rgb(100,29,212); }
div.DivClassName
{
background-color: #641DD4;
}
.BgClassName
{
background-color: #641DD4;
}
</style>
border-color css
<style>
span { border-color: #641DD4; }
span { border-color: rgb(100,29,212); }
td.TdClassName
{
border-color: #641DD4;
}
.TagClassName
{
border-color: #641DD4;
}
</style>