Shades of Purple Heart #641EBC
Tints of Purple Heart #641EBC
RGB
CMYK
RGB Variations
Color information
#641EBC (or 0x641EBC) is known color: Purple Heart. HEX triplet: 64, 1E and BC. RGB value is (100,30,188). Sum of RGB (Red+Green+Blue) = 100+30+188=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #641EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EBC is #9BE143. Grayscale: #444444. Windows color (decimal): -10215748 or 12328548. OLE color: 12328548.
HSL color Cylindrical-coordinate representation of color #641EBC: hue angle of 266.58º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641EBC is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 30 | 188 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.26 |
| HSL | 266.58º | 0.72% | 0.43% | - |
| HSV(B) | 266.58º | 0.84% | 0.74% | - |
| XYZ | 14.8 | 7.27 | 48.2 | - |
| YUV | 68.94 | 195.19 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 188 | 0.47 | 0.84 | 0 | 0.26 | 266.58 | 0.72 | 0.43 |
| Hex | 64 | 1E | BC | 2F | 54 | 0 | 1A | 10B | 48 | 2B |
| Octal | 144 | 36 | 274 | 57 | 124 | 0 | 32 | 413 | 110 | 53 |
| Binary | 1100100 | 11110 | 10111100 | 101111 | 1010100 | 0 | 11010 | 100001011 | 1001000 | 101011 |
Color Harmonies of #641EBC
Complementary color
Monochromatic Colors of #641EBC
Black with #641EBC
Text Example
Text Example
White with #641EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641EBC; }
p { color: rgb(100,30,188); }
H1.HeaderClassName
{
color: #641EBC;
}
.AnyTagClassName
{
color: #641EBC;
}
</style>
background-color css
<style>
a { background-color: #641EBC; }
a { background-color: rgb(100,30,188); }
div.DivClassName
{
background-color: #641EBC;
}
.BgClassName
{
background-color: #641EBC;
}
</style>
border-color css
<style>
span { border-color: #641EBC; }
span { border-color: rgb(100,30,188); }
td.TdClassName
{
border-color: #641EBC;
}
.TagClassName
{
border-color: #641EBC;
}
</style>