Shades of Purple Heart #643AE0
Tints of Purple Heart #643AE0
RGB
CMYK
RGB Variations
Color information
#643AE0 (or 0x643AE0) is known color: Purple Heart. HEX triplet: 64, 3A and E0. RGB value is (100,58,224). Sum of RGB (Red+Green+Blue) = 100+58+224=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #643AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643AE0 is #9BC51F. Grayscale: #585858. Windows color (decimal): -10208544 or 14695012. OLE color: 14695012.
HSL color Cylindrical-coordinate representation of color #643AE0: hue angle of 255.18º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #643AE0 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 58 | 224 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.12 |
| HSL | 255.18º | 0.73% | 0.55% | - |
| HSV(B) | 255.18º | 0.74% | 0.88% | - |
| XYZ | 20.22 | 11.12 | 71.6 | - |
| YUV | 89.48 | 203.91 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 224 | 0.55 | 0.74 | 0 | 0.12 | 255.18 | 0.73 | 0.55 |
| Hex | 64 | 3A | E0 | 37 | 4A | 0 | C | FF | 49 | 37 |
| Octal | 144 | 72 | 340 | 67 | 112 | 0 | 14 | 377 | 111 | 67 |
| Binary | 1100100 | 111010 | 11100000 | 110111 | 1001010 | 0 | 1100 | 11111111 | 1001001 | 110111 |
Color Harmonies of #643AE0
Complementary color
Monochromatic Colors of #643AE0
Black with #643AE0
Text Example
Text Example
White with #643AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643AE0; }
p { color: rgb(100,58,224); }
H1.HeaderClassName
{
color: #643AE0;
}
.AnyTagClassName
{
color: #643AE0;
}
</style>
background-color css
<style>
a { background-color: #643AE0; }
a { background-color: rgb(100,58,224); }
div.DivClassName
{
background-color: #643AE0;
}
.BgClassName
{
background-color: #643AE0;
}
</style>
border-color css
<style>
span { border-color: #643AE0; }
span { border-color: rgb(100,58,224); }
td.TdClassName
{
border-color: #643AE0;
}
.TagClassName
{
border-color: #643AE0;
}
</style>