Shades of Purple Heart #641FDF
Tints of Purple Heart #641FDF
RGB
CMYK
RGB Variations
Color information
#641FDF (or 0x641FDF) is known color: Purple Heart. HEX triplet: 64, 1F and DF. RGB value is (100,31,223). Sum of RGB (Red+Green+Blue) = 100+31+223=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #641FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641FDF is #9BE020. Grayscale: #484848. Windows color (decimal): -10215457 or 14622564. OLE color: 14622564.
HSL color Cylindrical-coordinate representation of color #641FDF: hue angle of 261.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641FDF is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 31 | 223 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.13 |
| HSL | 261.56º | 0.76% | 0.5% | - |
| HSV(B) | 261.56º | 0.86% | 0.87% | - |
| XYZ | 19.06 | 9.02 | 70.55 | - |
| YUV | 73.52 | 212.36 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 223 | 0.55 | 0.86 | 0 | 0.13 | 261.56 | 0.76 | 0.5 |
| Hex | 64 | 1F | DF | 37 | 56 | 0 | D | 106 | 4C | 32 |
| Octal | 144 | 37 | 337 | 67 | 126 | 0 | 15 | 406 | 114 | 62 |
| Binary | 1100100 | 11111 | 11011111 | 110111 | 1010110 | 0 | 1101 | 100000110 | 1001100 | 110010 |
Color Harmonies of #641FDF
Complementary color
Monochromatic Colors of #641FDF
Black with #641FDF
Text Example
Text Example
White with #641FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641FDF; }
p { color: rgb(100,31,223); }
H1.HeaderClassName
{
color: #641FDF;
}
.AnyTagClassName
{
color: #641FDF;
}
</style>
background-color css
<style>
a { background-color: #641FDF; }
a { background-color: rgb(100,31,223); }
div.DivClassName
{
background-color: #641FDF;
}
.BgClassName
{
background-color: #641FDF;
}
</style>
border-color css
<style>
span { border-color: #641FDF; }
span { border-color: rgb(100,31,223); }
td.TdClassName
{
border-color: #641FDF;
}
.TagClassName
{
border-color: #641FDF;
}
</style>