Shades of Purple Heart #643DBE
Tints of Purple Heart #643DBE
RGB
CMYK
RGB Variations
Color information
#643DBE (or 0x643DBE) is known color: Purple Heart. HEX triplet: 64, 3D and BE. RGB value is (100,61,190). Sum of RGB (Red+Green+Blue) = 100+61+190=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #643DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643DBE is #9BC241. Grayscale: #565656. Windows color (decimal): -10207810 or 12467556. OLE color: 12467556.
HSL color Cylindrical-coordinate representation of color #643DBE: hue angle of 258.14º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #643DBE is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 61 | 190 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.25 |
| HSL | 258.14º | 0.51% | 0.49% | - |
| HSV(B) | 258.14º | 0.68% | 0.75% | - |
| XYZ | 16.22 | 9.76 | 49.75 | - |
| YUV | 87.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 190 | 0.47 | 0.68 | 0 | 0.25 | 258.14 | 0.51 | 0.49 |
| Hex | 64 | 3D | BE | 2F | 44 | 0 | 19 | 102 | 33 | 31 |
| Octal | 144 | 75 | 276 | 57 | 104 | 0 | 31 | 402 | 63 | 61 |
| Binary | 1100100 | 111101 | 10111110 | 101111 | 1000100 | 0 | 11001 | 100000010 | 110011 | 110001 |
Color Harmonies of #643DBE
Complementary color
Monochromatic Colors of #643DBE
Black with #643DBE
Text Example
Text Example
White with #643DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643DBE; }
p { color: rgb(100,61,190); }
H1.HeaderClassName
{
color: #643DBE;
}
.AnyTagClassName
{
color: #643DBE;
}
</style>
background-color css
<style>
a { background-color: #643DBE; }
a { background-color: rgb(100,61,190); }
div.DivClassName
{
background-color: #643DBE;
}
.BgClassName
{
background-color: #643DBE;
}
</style>
border-color css
<style>
span { border-color: #643DBE; }
span { border-color: rgb(100,61,190); }
td.TdClassName
{
border-color: #643DBE;
}
.TagClassName
{
border-color: #643DBE;
}
</style>