Shades of Purple Heart #642EE2
Tints of Purple Heart #642EE2
RGB
CMYK
RGB Variations
Color information
#642EE2 (or 0x642EE2) is known color: Purple Heart. HEX triplet: 64, 2E and E2. RGB value is (100,46,226). Sum of RGB (Red+Green+Blue) = 100+46+226=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 226 (88.67% from 255 or 60.75% from 372); Max value from RGB is 226 - color contains mainly: blue. Hex color #642EE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EE2 is #9BD11D. Grayscale: #525252. Windows color (decimal): -10211614 or 14823012. OLE color: 14823012.
HSL color Cylindrical-coordinate representation of color #642EE2: hue angle of 258º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642EE2 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 46 | 226 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.11 |
| HSL | 258º | 0.76% | 0.53% | - |
| HSV(B) | 258º | 0.8% | 0.89% | - |
| XYZ | 19.96 | 10.15 | 72.86 | - |
| YUV | 82.67 | 208.89 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 226 | 0.56 | 0.80 | 0 | 0.11 | 258 | 0.76 | 0.53 |
| Hex | 64 | 2E | E2 | 38 | 50 | 0 | B | 102 | 4C | 35 |
| Octal | 144 | 56 | 342 | 70 | 120 | 0 | 13 | 402 | 114 | 65 |
| Binary | 1100100 | 101110 | 11100010 | 111000 | 1010000 | 0 | 1011 | 100000010 | 1001100 | 110101 |
Color Harmonies of #642EE2
Complementary color
Monochromatic Colors of #642EE2
Black with #642EE2
Text Example
Text Example
White with #642EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642EE2; }
p { color: rgb(100,46,226); }
H1.HeaderClassName
{
color: #642EE2;
}
.AnyTagClassName
{
color: #642EE2;
}
</style>
background-color css
<style>
a { background-color: #642EE2; }
a { background-color: rgb(100,46,226); }
div.DivClassName
{
background-color: #642EE2;
}
.BgClassName
{
background-color: #642EE2;
}
</style>
border-color css
<style>
span { border-color: #642EE2; }
span { border-color: rgb(100,46,226); }
td.TdClassName
{
border-color: #642EE2;
}
.TagClassName
{
border-color: #642EE2;
}
</style>