Shades of Purple Heart #642CE0
Tints of Purple Heart #642CE0
RGB
CMYK
RGB Variations
Color information
#642CE0 (or 0x642CE0) is known color: Purple Heart. HEX triplet: 64, 2C and E0. RGB value is (100,44,224). Sum of RGB (Red+Green+Blue) = 100+44+224=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #642CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CE0 is #9BD31F. Grayscale: #505050. Windows color (decimal): -10212128 or 14691428. OLE color: 14691428.
HSL color Cylindrical-coordinate representation of color #642CE0: hue angle of 258.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642CE0 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 44 | 224 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.12 |
| HSL | 258.67º | 0.74% | 0.53% | - |
| HSV(B) | 258.67º | 0.8% | 0.88% | - |
| XYZ | 19.61 | 9.89 | 71.4 | - |
| YUV | 81.26 | 208.55 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 224 | 0.55 | 0.80 | 0 | 0.12 | 258.67 | 0.74 | 0.53 |
| Hex | 64 | 2C | E0 | 37 | 50 | 0 | C | 103 | 4A | 35 |
| Octal | 144 | 54 | 340 | 67 | 120 | 0 | 14 | 403 | 112 | 65 |
| Binary | 1100100 | 101100 | 11100000 | 110111 | 1010000 | 0 | 1100 | 100000011 | 1001010 | 110101 |
Color Harmonies of #642CE0
Complementary color
Monochromatic Colors of #642CE0
Black with #642CE0
Text Example
Text Example
White with #642CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CE0; }
p { color: rgb(100,44,224); }
H1.HeaderClassName
{
color: #642CE0;
}
.AnyTagClassName
{
color: #642CE0;
}
</style>
background-color css
<style>
a { background-color: #642CE0; }
a { background-color: rgb(100,44,224); }
div.DivClassName
{
background-color: #642CE0;
}
.BgClassName
{
background-color: #642CE0;
}
</style>
border-color css
<style>
span { border-color: #642CE0; }
span { border-color: rgb(100,44,224); }
td.TdClassName
{
border-color: #642CE0;
}
.TagClassName
{
border-color: #642CE0;
}
</style>