Shades of Purple Heart #643EBC
Tints of Purple Heart #643EBC
RGB
CMYK
RGB Variations
Color information
#643EBC (or 0x643EBC) is known color: Purple Heart. HEX triplet: 64, 3E and BC. RGB value is (100,62,188). Sum of RGB (Red+Green+Blue) = 100+62+188=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #643EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643EBC is #9BC143. Grayscale: #575757. Windows color (decimal): -10207556 or 12336740. OLE color: 12336740.
HSL color Cylindrical-coordinate representation of color #643EBC: hue angle of 258.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #643EBC is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 62 | 188 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.26 |
| HSL | 258.1º | 0.5% | 0.49% | - |
| HSV(B) | 258.1º | 0.67% | 0.74% | - |
| XYZ | 16.06 | 9.79 | 48.62 | - |
| YUV | 87.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 188 | 0.47 | 0.67 | 0 | 0.26 | 258.1 | 0.5 | 0.49 |
| Hex | 64 | 3E | BC | 2F | 43 | 0 | 1A | 102 | 32 | 31 |
| Octal | 144 | 76 | 274 | 57 | 103 | 0 | 32 | 402 | 62 | 61 |
| Binary | 1100100 | 111110 | 10111100 | 101111 | 1000011 | 0 | 11010 | 100000010 | 110010 | 110001 |
Color Harmonies of #643EBC
Complementary color
Monochromatic Colors of #643EBC
Black with #643EBC
Text Example
Text Example
White with #643EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643EBC; }
p { color: rgb(100,62,188); }
H1.HeaderClassName
{
color: #643EBC;
}
.AnyTagClassName
{
color: #643EBC;
}
</style>
background-color css
<style>
a { background-color: #643EBC; }
a { background-color: rgb(100,62,188); }
div.DivClassName
{
background-color: #643EBC;
}
.BgClassName
{
background-color: #643EBC;
}
</style>
border-color css
<style>
span { border-color: #643EBC; }
span { border-color: rgb(100,62,188); }
td.TdClassName
{
border-color: #643EBC;
}
.TagClassName
{
border-color: #643EBC;
}
</style>