Shades of Purple Heart #642EDC
Tints of Purple Heart #642EDC
RGB
CMYK
RGB Variations
Color information
#642EDC (or 0x642EDC) is known color: Purple Heart. HEX triplet: 64, 2E and DC. RGB value is (100,46,220). Sum of RGB (Red+Green+Blue) = 100+46+220=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #642EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EDC is #9BD123. Grayscale: #515151. Windows color (decimal): -10211620 or 14429796. OLE color: 14429796.
HSL color Cylindrical-coordinate representation of color #642EDC: hue angle of 258.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642EDC is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 46 | 220 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.14 |
| HSL | 258.62º | 0.71% | 0.52% | - |
| HSV(B) | 258.62º | 0.79% | 0.86% | - |
| XYZ | 19.15 | 9.83 | 68.6 | - |
| YUV | 81.98 | 205.89 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 220 | 0.55 | 0.79 | 0 | 0.14 | 258.62 | 0.71 | 0.52 |
| Hex | 64 | 2E | DC | 37 | 4F | 0 | E | 103 | 47 | 34 |
| Octal | 144 | 56 | 334 | 67 | 117 | 0 | 16 | 403 | 107 | 64 |
| Binary | 1100100 | 101110 | 11011100 | 110111 | 1001111 | 0 | 1110 | 100000011 | 1000111 | 110100 |
Color Harmonies of #642EDC
Complementary color
Monochromatic Colors of #642EDC
Black with #642EDC
Text Example
Text Example
White with #642EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642EDC; }
p { color: rgb(100,46,220); }
H1.HeaderClassName
{
color: #642EDC;
}
.AnyTagClassName
{
color: #642EDC;
}
</style>
background-color css
<style>
a { background-color: #642EDC; }
a { background-color: rgb(100,46,220); }
div.DivClassName
{
background-color: #642EDC;
}
.BgClassName
{
background-color: #642EDC;
}
</style>
border-color css
<style>
span { border-color: #642EDC; }
span { border-color: rgb(100,46,220); }
td.TdClassName
{
border-color: #642EDC;
}
.TagClassName
{
border-color: #642EDC;
}
</style>