Shades of Purple Heart #643BBB
Tints of Purple Heart #643BBB
RGB
CMYK
RGB Variations
Color information
#643BBB (or 0x643BBB) is known color: Purple Heart. HEX triplet: 64, 3B and BB. RGB value is (100,59,187). Sum of RGB (Red+Green+Blue) = 100+59+187=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #643BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643BBB is #9BC444. Grayscale: #555555. Windows color (decimal): -10208325 or 12270436. OLE color: 12270436.
HSL color Cylindrical-coordinate representation of color #643BBB: hue angle of 259.22º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #643BBB is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 59 | 187 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.27 |
| HSL | 259.22º | 0.52% | 0.48% | - |
| HSV(B) | 259.22º | 0.68% | 0.73% | - |
| XYZ | 15.79 | 9.43 | 48 | - |
| YUV | 85.85 | 185.08 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 187 | 0.47 | 0.68 | 0 | 0.27 | 259.22 | 0.52 | 0.48 |
| Hex | 64 | 3B | BB | 2F | 44 | 0 | 1B | 103 | 34 | 30 |
| Octal | 144 | 73 | 273 | 57 | 104 | 0 | 33 | 403 | 64 | 60 |
| Binary | 1100100 | 111011 | 10111011 | 101111 | 1000100 | 0 | 11011 | 100000011 | 110100 | 110000 |
Color Harmonies of #643BBB
Complementary color
Monochromatic Colors of #643BBB
Black with #643BBB
Text Example
Text Example
White with #643BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BBB; }
p { color: rgb(100,59,187); }
H1.HeaderClassName
{
color: #643BBB;
}
.AnyTagClassName
{
color: #643BBB;
}
</style>
background-color css
<style>
a { background-color: #643BBB; }
a { background-color: rgb(100,59,187); }
div.DivClassName
{
background-color: #643BBB;
}
.BgClassName
{
background-color: #643BBB;
}
</style>
border-color css
<style>
span { border-color: #643BBB; }
span { border-color: rgb(100,59,187); }
td.TdClassName
{
border-color: #643BBB;
}
.TagClassName
{
border-color: #643BBB;
}
</style>