Shades of Purple Heart #642ECF
Tints of Purple Heart #642ECF
RGB
CMYK
RGB Variations
Color information
#642ECF (or 0x642ECF) is known color: Purple Heart. HEX triplet: 64, 2E and CF. RGB value is (100,46,207). Sum of RGB (Red+Green+Blue) = 100+46+207=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #642ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642ECF is #9BD130. Grayscale: #4F4F4F. Windows color (decimal): -10211633 or 13577828. OLE color: 13577828.
HSL color Cylindrical-coordinate representation of color #642ECF: hue angle of 260.12º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642ECF is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 46 | 207 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.19 |
| HSL | 260.12º | 0.64% | 0.5% | - |
| HSV(B) | 260.12º | 0.78% | 0.81% | - |
| XYZ | 17.5 | 9.17 | 59.88 | - |
| YUV | 80.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 207 | 0.52 | 0.78 | 0 | 0.19 | 260.12 | 0.64 | 0.5 |
| Hex | 64 | 2E | CF | 34 | 4E | 0 | 13 | 104 | 40 | 32 |
| Octal | 144 | 56 | 317 | 64 | 116 | 0 | 23 | 404 | 100 | 62 |
| Binary | 1100100 | 101110 | 11001111 | 110100 | 1001110 | 0 | 10011 | 100000100 | 1000000 | 110010 |
Color Harmonies of #642ECF
Complementary color
Monochromatic Colors of #642ECF
Black with #642ECF
Text Example
Text Example
White with #642ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642ECF; }
p { color: rgb(100,46,207); }
H1.HeaderClassName
{
color: #642ECF;
}
.AnyTagClassName
{
color: #642ECF;
}
</style>
background-color css
<style>
a { background-color: #642ECF; }
a { background-color: rgb(100,46,207); }
div.DivClassName
{
background-color: #642ECF;
}
.BgClassName
{
background-color: #642ECF;
}
</style>
border-color css
<style>
span { border-color: #642ECF; }
span { border-color: rgb(100,46,207); }
td.TdClassName
{
border-color: #642ECF;
}
.TagClassName
{
border-color: #642ECF;
}
</style>