Shades of Purple Heart #642EE0
Tints of Purple Heart #642EE0
RGB
CMYK
RGB Variations
Color information
#642EE0 (or 0x642EE0) is known color: Purple Heart. HEX triplet: 64, 2E and E0. RGB value is (100,46,224). Sum of RGB (Red+Green+Blue) = 100+46+224=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #642EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EE0 is #9BD11F. Grayscale: #515151. Windows color (decimal): -10211616 or 14691940. OLE color: 14691940.
HSL color Cylindrical-coordinate representation of color #642EE0: hue angle of 258.2º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642EE0 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 46 | 224 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.12 |
| HSL | 258.2º | 0.74% | 0.53% | - |
| HSV(B) | 258.2º | 0.79% | 0.88% | - |
| XYZ | 19.69 | 10.05 | 71.42 | - |
| YUV | 82.44 | 207.89 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 224 | 0.55 | 0.79 | 0 | 0.12 | 258.2 | 0.74 | 0.53 |
| Hex | 64 | 2E | E0 | 37 | 4F | 0 | C | 102 | 4A | 35 |
| Octal | 144 | 56 | 340 | 67 | 117 | 0 | 14 | 402 | 112 | 65 |
| Binary | 1100100 | 101110 | 11100000 | 110111 | 1001111 | 0 | 1100 | 100000010 | 1001010 | 110101 |
Color Harmonies of #642EE0
Complementary color
Monochromatic Colors of #642EE0
Black with #642EE0
Text Example
Text Example
White with #642EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642EE0; }
p { color: rgb(100,46,224); }
H1.HeaderClassName
{
color: #642EE0;
}
.AnyTagClassName
{
color: #642EE0;
}
</style>
background-color css
<style>
a { background-color: #642EE0; }
a { background-color: rgb(100,46,224); }
div.DivClassName
{
background-color: #642EE0;
}
.BgClassName
{
background-color: #642EE0;
}
</style>
border-color css
<style>
span { border-color: #642EE0; }
span { border-color: rgb(100,46,224); }
td.TdClassName
{
border-color: #642EE0;
}
.TagClassName
{
border-color: #642EE0;
}
</style>