Shades of Purple Heart #643BB7
Tints of Purple Heart #643BB7
RGB
CMYK
RGB Variations
Color information
#643BB7 (or 0x643BB7) is known color: Purple Heart. HEX triplet: 64, 3B and B7. RGB value is (100,59,183). Sum of RGB (Red+Green+Blue) = 100+59+183=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #643BB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643BB7 is #9BC448. Grayscale: #545454. Windows color (decimal): -10208329 or 12008292. OLE color: 12008292.
HSL color Cylindrical-coordinate representation of color #643BB7: hue angle of 259.84º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #643BB7 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 59 | 183 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.28 |
| HSL | 259.84º | 0.51% | 0.47% | - |
| HSV(B) | 259.84º | 0.68% | 0.72% | - |
| XYZ | 15.37 | 9.26 | 45.78 | - |
| YUV | 85.4 | 183.08 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 183 | 0.45 | 0.68 | 0 | 0.28 | 259.84 | 0.51 | 0.47 |
| Hex | 64 | 3B | B7 | 2D | 44 | 0 | 1C | 104 | 33 | 2F |
| Octal | 144 | 73 | 267 | 55 | 104 | 0 | 34 | 404 | 63 | 57 |
| Binary | 1100100 | 111011 | 10110111 | 101101 | 1000100 | 0 | 11100 | 100000100 | 110011 | 101111 |
Color Harmonies of #643BB7
Complementary color
Monochromatic Colors of #643BB7
Black with #643BB7
Text Example
Text Example
White with #643BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BB7; }
p { color: rgb(100,59,183); }
H1.HeaderClassName
{
color: #643BB7;
}
.AnyTagClassName
{
color: #643BB7;
}
</style>
background-color css
<style>
a { background-color: #643BB7; }
a { background-color: rgb(100,59,183); }
div.DivClassName
{
background-color: #643BB7;
}
.BgClassName
{
background-color: #643BB7;
}
</style>
border-color css
<style>
span { border-color: #643BB7; }
span { border-color: rgb(100,59,183); }
td.TdClassName
{
border-color: #643BB7;
}
.TagClassName
{
border-color: #643BB7;
}
</style>