Shades of Purple Heart #643CE0
Tints of Purple Heart #643CE0
RGB
CMYK
RGB Variations
Color information
#643CE0 (or 0x643CE0) is known color: Purple Heart. HEX triplet: 64, 3C and E0. RGB value is (100,60,224). Sum of RGB (Red+Green+Blue) = 100+60+224=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #643CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CE0 is #9BC31F. Grayscale: #5A5A5A. Windows color (decimal): -10208032 or 14695524. OLE color: 14695524.
HSL color Cylindrical-coordinate representation of color #643CE0: hue angle of 254.63º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #643CE0 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 60 | 224 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.12 |
| HSL | 254.63º | 0.73% | 0.56% | - |
| HSV(B) | 254.63º | 0.73% | 0.88% | - |
| XYZ | 20.33 | 11.32 | 71.64 | - |
| YUV | 90.66 | 203.25 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 224 | 0.55 | 0.73 | 0 | 0.12 | 254.63 | 0.73 | 0.56 |
| Hex | 64 | 3C | E0 | 37 | 49 | 0 | C | FF | 49 | 38 |
| Octal | 144 | 74 | 340 | 67 | 111 | 0 | 14 | 377 | 111 | 70 |
| Binary | 1100100 | 111100 | 11100000 | 110111 | 1001001 | 0 | 1100 | 11111111 | 1001001 | 111000 |
Color Harmonies of #643CE0
Complementary color
Monochromatic Colors of #643CE0
Black with #643CE0
Text Example
Text Example
White with #643CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CE0; }
p { color: rgb(100,60,224); }
H1.HeaderClassName
{
color: #643CE0;
}
.AnyTagClassName
{
color: #643CE0;
}
</style>
background-color css
<style>
a { background-color: #643CE0; }
a { background-color: rgb(100,60,224); }
div.DivClassName
{
background-color: #643CE0;
}
.BgClassName
{
background-color: #643CE0;
}
</style>
border-color css
<style>
span { border-color: #643CE0; }
span { border-color: rgb(100,60,224); }
td.TdClassName
{
border-color: #643CE0;
}
.TagClassName
{
border-color: #643CE0;
}
</style>