Shades of Purple Heart #641BDE
Tints of Purple Heart #641BDE
RGB
CMYK
RGB Variations
Color information
#641BDE (or 0x641BDE) is known color: Purple Heart. HEX triplet: 64, 1B and DE. RGB value is (100,27,222). Sum of RGB (Red+Green+Blue) = 100+27+222=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #641BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BDE is #9BE421. Grayscale: #464646. Windows color (decimal): -10216482 or 14556004. OLE color: 14556004.
HSL color Cylindrical-coordinate representation of color #641BDE: hue angle of 262.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641BDE is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 27 | 222 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.13 |
| HSL | 262.46º | 0.78% | 0.49% | - |
| HSV(B) | 262.46º | 0.88% | 0.87% | - |
| XYZ | 18.83 | 8.77 | 69.81 | - |
| YUV | 71.06 | 213.18 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 222 | 0.55 | 0.88 | 0 | 0.13 | 262.46 | 0.78 | 0.49 |
| Hex | 64 | 1B | DE | 37 | 58 | 0 | D | 106 | 4E | 31 |
| Octal | 144 | 33 | 336 | 67 | 130 | 0 | 15 | 406 | 116 | 61 |
| Binary | 1100100 | 11011 | 11011110 | 110111 | 1011000 | 0 | 1101 | 100000110 | 1001110 | 110001 |
Color Harmonies of #641BDE
Complementary color
Monochromatic Colors of #641BDE
Black with #641BDE
Text Example
Text Example
White with #641BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BDE; }
p { color: rgb(100,27,222); }
H1.HeaderClassName
{
color: #641BDE;
}
.AnyTagClassName
{
color: #641BDE;
}
</style>
background-color css
<style>
a { background-color: #641BDE; }
a { background-color: rgb(100,27,222); }
div.DivClassName
{
background-color: #641BDE;
}
.BgClassName
{
background-color: #641BDE;
}
</style>
border-color css
<style>
span { border-color: #641BDE; }
span { border-color: rgb(100,27,222); }
td.TdClassName
{
border-color: #641BDE;
}
.TagClassName
{
border-color: #641BDE;
}
</style>