Shades of Purple Heart #641DBC
Tints of Purple Heart #641DBC
RGB
CMYK
RGB Variations
Color information
#641DBC (or 0x641DBC) is known color: Purple Heart. HEX triplet: 64, 1D and BC. RGB value is (100,29,188). Sum of RGB (Red+Green+Blue) = 100+29+188=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #641DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DBC is #9BE243. Grayscale: #434343. Windows color (decimal): -10216004 or 12328292. OLE color: 12328292.
HSL color Cylindrical-coordinate representation of color #641DBC: hue angle of 266.79º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641DBC is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 29 | 188 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.26 |
| HSL | 266.79º | 0.73% | 0.43% | - |
| HSV(B) | 266.79º | 0.85% | 0.74% | - |
| XYZ | 14.77 | 7.22 | 48.19 | - |
| YUV | 68.36 | 195.52 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 188 | 0.47 | 0.85 | 0 | 0.26 | 266.79 | 0.73 | 0.43 |
| Hex | 64 | 1D | BC | 2F | 55 | 0 | 1A | 10B | 49 | 2B |
| Octal | 144 | 35 | 274 | 57 | 125 | 0 | 32 | 413 | 111 | 53 |
| Binary | 1100100 | 11101 | 10111100 | 101111 | 1010101 | 0 | 11010 | 100001011 | 1001001 | 101011 |
Color Harmonies of #641DBC
Complementary color
Monochromatic Colors of #641DBC
Black with #641DBC
Text Example
Text Example
White with #641DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641DBC; }
p { color: rgb(100,29,188); }
H1.HeaderClassName
{
color: #641DBC;
}
.AnyTagClassName
{
color: #641DBC;
}
</style>
background-color css
<style>
a { background-color: #641DBC; }
a { background-color: rgb(100,29,188); }
div.DivClassName
{
background-color: #641DBC;
}
.BgClassName
{
background-color: #641DBC;
}
</style>
border-color css
<style>
span { border-color: #641DBC; }
span { border-color: rgb(100,29,188); }
td.TdClassName
{
border-color: #641DBC;
}
.TagClassName
{
border-color: #641DBC;
}
</style>