Shades of Purple Heart #641DB1
Tints of Purple Heart #641DB1
RGB
CMYK
RGB Variations
Color information
#641DB1 (or 0x641DB1) is known color: Purple Heart. HEX triplet: 64, 1D and B1. RGB value is (100,29,177). Sum of RGB (Red+Green+Blue) = 100+29+177=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #641DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641DB1 is #9BE24E. Grayscale: #424242. Windows color (decimal): -10216015 or 11607396. OLE color: 11607396.
HSL color Cylindrical-coordinate representation of color #641DB1: hue angle of 268.78º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641DB1 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 29 | 177 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.31 |
| HSL | 268.78º | 0.72% | 0.4% | - |
| HSV(B) | 268.78º | 0.84% | 0.69% | - |
| XYZ | 13.63 | 6.76 | 42.18 | - |
| YUV | 67.1 | 190.02 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 177 | 0.44 | 0.84 | 0 | 0.31 | 268.78 | 0.72 | 0.4 |
| Hex | 64 | 1D | B1 | 2C | 54 | 0 | 1F | 10D | 48 | 28 |
| Octal | 144 | 35 | 261 | 54 | 124 | 0 | 37 | 415 | 110 | 50 |
| Binary | 1100100 | 11101 | 10110001 | 101100 | 1010100 | 0 | 11111 | 100001101 | 1001000 | 101000 |
Color Harmonies of #641DB1
Complementary color
Monochromatic Colors of #641DB1
Black with #641DB1
Text Example
Text Example
White with #641DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641DB1; }
p { color: rgb(100,29,177); }
H1.HeaderClassName
{
color: #641DB1;
}
.AnyTagClassName
{
color: #641DB1;
}
</style>
background-color css
<style>
a { background-color: #641DB1; }
a { background-color: rgb(100,29,177); }
div.DivClassName
{
background-color: #641DB1;
}
.BgClassName
{
background-color: #641DB1;
}
</style>
border-color css
<style>
span { border-color: #641DB1; }
span { border-color: rgb(100,29,177); }
td.TdClassName
{
border-color: #641DB1;
}
.TagClassName
{
border-color: #641DB1;
}
</style>