Shades of Purple Heart #641FDB
Tints of Purple Heart #641FDB
RGB
CMYK
RGB Variations
Color information
#641FDB (or 0x641FDB) is known color: Purple Heart. HEX triplet: 64, 1F and DB. RGB value is (100,31,219). Sum of RGB (Red+Green+Blue) = 100+31+219=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #641FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641FDB is #9BE024. Grayscale: #484848. Windows color (decimal): -10215461 or 14360420. OLE color: 14360420.
HSL color Cylindrical-coordinate representation of color #641FDB: hue angle of 262.02º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641FDB is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 31 | 219 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.14 |
| HSL | 262.02º | 0.75% | 0.49% | - |
| HSV(B) | 262.02º | 0.86% | 0.86% | - |
| XYZ | 18.53 | 8.8 | 67.74 | - |
| YUV | 73.06 | 210.36 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 219 | 0.54 | 0.86 | 0 | 0.14 | 262.02 | 0.75 | 0.49 |
| Hex | 64 | 1F | DB | 36 | 56 | 0 | E | 106 | 4B | 31 |
| Octal | 144 | 37 | 333 | 66 | 126 | 0 | 16 | 406 | 113 | 61 |
| Binary | 1100100 | 11111 | 11011011 | 110110 | 1010110 | 0 | 1110 | 100000110 | 1001011 | 110001 |
Color Harmonies of #641FDB
Complementary color
Monochromatic Colors of #641FDB
Black with #641FDB
Text Example
Text Example
White with #641FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641FDB; }
p { color: rgb(100,31,219); }
H1.HeaderClassName
{
color: #641FDB;
}
.AnyTagClassName
{
color: #641FDB;
}
</style>
background-color css
<style>
a { background-color: #641FDB; }
a { background-color: rgb(100,31,219); }
div.DivClassName
{
background-color: #641FDB;
}
.BgClassName
{
background-color: #641FDB;
}
</style>
border-color css
<style>
span { border-color: #641FDB; }
span { border-color: rgb(100,31,219); }
td.TdClassName
{
border-color: #641FDB;
}
.TagClassName
{
border-color: #641FDB;
}
</style>