Shades of Purple Heart #643FB7
Tints of Purple Heart #643FB7
RGB
CMYK
RGB Variations
Color information
#643FB7 (or 0x643FB7) is known color: Purple Heart. HEX triplet: 64, 3F and B7. RGB value is (100,63,183). Sum of RGB (Red+Green+Blue) = 100+63+183=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #643FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643FB7 is #9BC048. Grayscale: #575757. Windows color (decimal): -10207305 or 12009316. OLE color: 12009316.
HSL color Cylindrical-coordinate representation of color #643FB7: hue angle of 258.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643FB7 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 63 | 183 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.28 |
| HSL | 258.5º | 0.49% | 0.48% | - |
| HSV(B) | 258.5º | 0.66% | 0.72% | - |
| XYZ | 15.58 | 9.68 | 45.85 | - |
| YUV | 87.74 | 181.76 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 183 | 0.45 | 0.66 | 0 | 0.28 | 258.5 | 0.49 | 0.48 |
| Hex | 64 | 3F | B7 | 2D | 42 | 0 | 1C | 102 | 31 | 30 |
| Octal | 144 | 77 | 267 | 55 | 102 | 0 | 34 | 402 | 61 | 60 |
| Binary | 1100100 | 111111 | 10110111 | 101101 | 1000010 | 0 | 11100 | 100000010 | 110001 | 110000 |
Color Harmonies of #643FB7
Complementary color
Monochromatic Colors of #643FB7
Black with #643FB7
Text Example
Text Example
White with #643FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643FB7; }
p { color: rgb(100,63,183); }
H1.HeaderClassName
{
color: #643FB7;
}
.AnyTagClassName
{
color: #643FB7;
}
</style>
background-color css
<style>
a { background-color: #643FB7; }
a { background-color: rgb(100,63,183); }
div.DivClassName
{
background-color: #643FB7;
}
.BgClassName
{
background-color: #643FB7;
}
</style>
border-color css
<style>
span { border-color: #643FB7; }
span { border-color: rgb(100,63,183); }
td.TdClassName
{
border-color: #643FB7;
}
.TagClassName
{
border-color: #643FB7;
}
</style>