Shades of Purple Heart #643EBE
Tints of Purple Heart #643EBE
RGB
CMYK
RGB Variations
Color information
#643EBE (or 0x643EBE) is known color: Purple Heart. HEX triplet: 64, 3E and BE. RGB value is (100,62,190). Sum of RGB (Red+Green+Blue) = 100+62+190=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #643EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643EBE is #9BC141. Grayscale: #575757. Windows color (decimal): -10207554 or 12467812. OLE color: 12467812.
HSL color Cylindrical-coordinate representation of color #643EBE: hue angle of 257.81º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #643EBE is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 62 | 190 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.25 |
| HSL | 257.81º | 0.51% | 0.49% | - |
| HSV(B) | 257.81º | 0.67% | 0.75% | - |
| XYZ | 16.27 | 9.87 | 49.76 | - |
| YUV | 87.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 190 | 0.47 | 0.67 | 0 | 0.25 | 257.81 | 0.51 | 0.49 |
| Hex | 64 | 3E | BE | 2F | 43 | 0 | 19 | 102 | 33 | 31 |
| Octal | 144 | 76 | 276 | 57 | 103 | 0 | 31 | 402 | 63 | 61 |
| Binary | 1100100 | 111110 | 10111110 | 101111 | 1000011 | 0 | 11001 | 100000010 | 110011 | 110001 |
Color Harmonies of #643EBE
Complementary color
Monochromatic Colors of #643EBE
Black with #643EBE
Text Example
Text Example
White with #643EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643EBE; }
p { color: rgb(100,62,190); }
H1.HeaderClassName
{
color: #643EBE;
}
.AnyTagClassName
{
color: #643EBE;
}
</style>
background-color css
<style>
a { background-color: #643EBE; }
a { background-color: rgb(100,62,190); }
div.DivClassName
{
background-color: #643EBE;
}
.BgClassName
{
background-color: #643EBE;
}
</style>
border-color css
<style>
span { border-color: #643EBE; }
span { border-color: rgb(100,62,190); }
td.TdClassName
{
border-color: #643EBE;
}
.TagClassName
{
border-color: #643EBE;
}
</style>