Shades of Purple Heart #643FBB
Tints of Purple Heart #643FBB
RGB
CMYK
RGB Variations
Color information
#643FBB (or 0x643FBB) is known color: Purple Heart. HEX triplet: 64, 3F and BB. RGB value is (100,63,187). Sum of RGB (Red+Green+Blue) = 100+63+187=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #643FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643FBB is #9BC044. Grayscale: #575757. Windows color (decimal): -10207301 or 12271460. OLE color: 12271460.
HSL color Cylindrical-coordinate representation of color #643FBB: hue angle of 257.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643FBB is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 63 | 187 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.27 |
| HSL | 257.9º | 0.5% | 0.49% | - |
| HSV(B) | 257.9º | 0.66% | 0.73% | - |
| XYZ | 16 | 9.85 | 48.07 | - |
| YUV | 88.2 | 183.76 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 187 | 0.47 | 0.66 | 0 | 0.27 | 257.9 | 0.5 | 0.49 |
| Hex | 64 | 3F | BB | 2F | 42 | 0 | 1B | 102 | 32 | 31 |
| Octal | 144 | 77 | 273 | 57 | 102 | 0 | 33 | 402 | 62 | 61 |
| Binary | 1100100 | 111111 | 10111011 | 101111 | 1000010 | 0 | 11011 | 100000010 | 110010 | 110001 |
Color Harmonies of #643FBB
Complementary color
Monochromatic Colors of #643FBB
Black with #643FBB
Text Example
Text Example
White with #643FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643FBB; }
p { color: rgb(100,63,187); }
H1.HeaderClassName
{
color: #643FBB;
}
.AnyTagClassName
{
color: #643FBB;
}
</style>
background-color css
<style>
a { background-color: #643FBB; }
a { background-color: rgb(100,63,187); }
div.DivClassName
{
background-color: #643FBB;
}
.BgClassName
{
background-color: #643FBB;
}
</style>
border-color css
<style>
span { border-color: #643FBB; }
span { border-color: rgb(100,63,187); }
td.TdClassName
{
border-color: #643FBB;
}
.TagClassName
{
border-color: #643FBB;
}
</style>