Shades of Purple Heart #642DC9
Tints of Purple Heart #642DC9
RGB
CMYK
RGB Variations
Color information
#642DC9 (or 0x642DC9) is known color: Purple Heart. HEX triplet: 64, 2D and C9. RGB value is (100,45,201). Sum of RGB (Red+Green+Blue) = 100+45+201=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #642DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DC9 is #9BD236. Grayscale: #4E4E4E. Windows color (decimal): -10211895 or 13184356. OLE color: 13184356.
HSL color Cylindrical-coordinate representation of color #642DC9: hue angle of 261.15º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642DC9 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 45 | 201 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.21 |
| HSL | 261.15º | 0.63% | 0.48% | - |
| HSV(B) | 261.15º | 0.78% | 0.79% | - |
| XYZ | 16.74 | 8.8 | 56.08 | - |
| YUV | 79.23 | 196.72 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 201 | 0.50 | 0.78 | 0 | 0.21 | 261.15 | 0.63 | 0.48 |
| Hex | 64 | 2D | C9 | 32 | 4E | 0 | 15 | 105 | 3F | 30 |
| Octal | 144 | 55 | 311 | 62 | 116 | 0 | 25 | 405 | 77 | 60 |
| Binary | 1100100 | 101101 | 11001001 | 110010 | 1001110 | 0 | 10101 | 100000101 | 111111 | 110000 |
Color Harmonies of #642DC9
Complementary color
Monochromatic Colors of #642DC9
Black with #642DC9
Text Example
Text Example
White with #642DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642DC9; }
p { color: rgb(100,45,201); }
H1.HeaderClassName
{
color: #642DC9;
}
.AnyTagClassName
{
color: #642DC9;
}
</style>
background-color css
<style>
a { background-color: #642DC9; }
a { background-color: rgb(100,45,201); }
div.DivClassName
{
background-color: #642DC9;
}
.BgClassName
{
background-color: #642DC9;
}
</style>
border-color css
<style>
span { border-color: #642DC9; }
span { border-color: rgb(100,45,201); }
td.TdClassName
{
border-color: #642DC9;
}
.TagClassName
{
border-color: #642DC9;
}
</style>