Shades of Purple Heart #643CBA
Tints of Purple Heart #643CBA
RGB
CMYK
RGB Variations
Color information
#643CBA (or 0x643CBA) is known color: Purple Heart. HEX triplet: 64, 3C and BA. RGB value is (100,60,186). Sum of RGB (Red+Green+Blue) = 100+60+186=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #643CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CBA is #9BC345. Grayscale: #555555. Windows color (decimal): -10208070 or 12205156. OLE color: 12205156.
HSL color Cylindrical-coordinate representation of color #643CBA: hue angle of 259.05º degrees, saturation: 0.51, 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 #643CBA is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 60 | 186 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.27 |
| HSL | 259.05º | 0.51% | 0.48% | - |
| HSV(B) | 259.05º | 0.68% | 0.73% | - |
| XYZ | 15.73 | 9.49 | 47.46 | - |
| YUV | 86.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 186 | 0.46 | 0.68 | 0 | 0.27 | 259.05 | 0.51 | 0.48 |
| Hex | 64 | 3C | BA | 2E | 44 | 0 | 1B | 103 | 33 | 30 |
| Octal | 144 | 74 | 272 | 56 | 104 | 0 | 33 | 403 | 63 | 60 |
| Binary | 1100100 | 111100 | 10111010 | 101110 | 1000100 | 0 | 11011 | 100000011 | 110011 | 110000 |
Color Harmonies of #643CBA
Complementary color
Monochromatic Colors of #643CBA
Black with #643CBA
Text Example
Text Example
White with #643CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CBA; }
p { color: rgb(100,60,186); }
H1.HeaderClassName
{
color: #643CBA;
}
.AnyTagClassName
{
color: #643CBA;
}
</style>
background-color css
<style>
a { background-color: #643CBA; }
a { background-color: rgb(100,60,186); }
div.DivClassName
{
background-color: #643CBA;
}
.BgClassName
{
background-color: #643CBA;
}
</style>
border-color css
<style>
span { border-color: #643CBA; }
span { border-color: rgb(100,60,186); }
td.TdClassName
{
border-color: #643CBA;
}
.TagClassName
{
border-color: #643CBA;
}
</style>