Shades of Purple Heart #642DD9
Tints of Purple Heart #642DD9
RGB
CMYK
RGB Variations
Color information
#642DD9 (or 0x642DD9) is known color: Purple Heart. HEX triplet: 64, 2D and D9. RGB value is (100,45,217). Sum of RGB (Red+Green+Blue) = 100+45+217=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 217 (85.16% from 255 or 59.94% from 362); Max value from RGB is 217 - color contains mainly: blue. Hex color #642DD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DD9 is #9BD226. Grayscale: #505050. Windows color (decimal): -10211879 or 14232932. OLE color: 14232932.
HSL color Cylindrical-coordinate representation of color #642DD9: hue angle of 259.19º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642DD9 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 45 | 217 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.15 |
| HSL | 259.19º | 0.69% | 0.51% | - |
| HSV(B) | 259.19º | 0.79% | 0.85% | - |
| XYZ | 18.72 | 9.6 | 66.51 | - |
| YUV | 81.05 | 204.72 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 217 | 0.54 | 0.79 | 0 | 0.15 | 259.19 | 0.69 | 0.51 |
| Hex | 64 | 2D | D9 | 36 | 4F | 0 | F | 103 | 45 | 33 |
| Octal | 144 | 55 | 331 | 66 | 117 | 0 | 17 | 403 | 105 | 63 |
| Binary | 1100100 | 101101 | 11011001 | 110110 | 1001111 | 0 | 1111 | 100000011 | 1000101 | 110011 |
Color Harmonies of #642DD9
Complementary color
Monochromatic Colors of #642DD9
Black with #642DD9
Text Example
Text Example
White with #642DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642DD9; }
p { color: rgb(100,45,217); }
H1.HeaderClassName
{
color: #642DD9;
}
.AnyTagClassName
{
color: #642DD9;
}
</style>
background-color css
<style>
a { background-color: #642DD9; }
a { background-color: rgb(100,45,217); }
div.DivClassName
{
background-color: #642DD9;
}
.BgClassName
{
background-color: #642DD9;
}
</style>
border-color css
<style>
span { border-color: #642DD9; }
span { border-color: rgb(100,45,217); }
td.TdClassName
{
border-color: #642DD9;
}
.TagClassName
{
border-color: #642DD9;
}
</style>