Shades of Purple Heart #642CD9
Tints of Purple Heart #642CD9
RGB
CMYK
RGB Variations
Color information
#642CD9 (or 0x642CD9) is known color: Purple Heart. HEX triplet: 64, 2C and D9. RGB value is (100,44,217). Sum of RGB (Red+Green+Blue) = 100+44+217=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 217 (85.16% from 255 or 60.11% from 361); Max value from RGB is 217 - color contains mainly: blue. Hex color #642CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CD9 is #9BD326. Grayscale: #4F4F4F. Windows color (decimal): -10212135 or 14232676. OLE color: 14232676.
HSL color Cylindrical-coordinate representation of color #642CD9: hue angle of 259.42º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642CD9 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 44 | 217 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.15 |
| HSL | 259.42º | 0.69% | 0.51% | - |
| HSV(B) | 259.42º | 0.8% | 0.85% | - |
| XYZ | 18.68 | 9.52 | 66.5 | - |
| YUV | 80.47 | 205.05 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 217 | 0.54 | 0.80 | 0 | 0.15 | 259.42 | 0.69 | 0.51 |
| Hex | 64 | 2C | D9 | 36 | 50 | 0 | F | 103 | 45 | 33 |
| Octal | 144 | 54 | 331 | 66 | 120 | 0 | 17 | 403 | 105 | 63 |
| Binary | 1100100 | 101100 | 11011001 | 110110 | 1010000 | 0 | 1111 | 100000011 | 1000101 | 110011 |
Color Harmonies of #642CD9
Complementary color
Monochromatic Colors of #642CD9
Black with #642CD9
Text Example
Text Example
White with #642CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CD9; }
p { color: rgb(100,44,217); }
H1.HeaderClassName
{
color: #642CD9;
}
.AnyTagClassName
{
color: #642CD9;
}
</style>
background-color css
<style>
a { background-color: #642CD9; }
a { background-color: rgb(100,44,217); }
div.DivClassName
{
background-color: #642CD9;
}
.BgClassName
{
background-color: #642CD9;
}
</style>
border-color css
<style>
span { border-color: #642CD9; }
span { border-color: rgb(100,44,217); }
td.TdClassName
{
border-color: #642CD9;
}
.TagClassName
{
border-color: #642CD9;
}
</style>