Shades of Purple Heart #642BDC
Tints of Purple Heart #642BDC
RGB
CMYK
RGB Variations
Color information
#642BDC (or 0x642BDC) is known color: Purple Heart. HEX triplet: 64, 2B and DC. RGB value is (100,43,220). Sum of RGB (Red+Green+Blue) = 100+43+220=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #642BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BDC is #9BD423. Grayscale: #4F4F4F. Windows color (decimal): -10212388 or 14429028. OLE color: 14429028.
HSL color Cylindrical-coordinate representation of color #642BDC: hue angle of 259.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642BDC is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 43 | 220 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.14 |
| HSL | 259.32º | 0.72% | 0.52% | - |
| HSV(B) | 259.32º | 0.8% | 0.86% | - |
| XYZ | 19.04 | 9.6 | 68.56 | - |
| YUV | 80.22 | 206.88 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 220 | 0.55 | 0.80 | 0 | 0.14 | 259.32 | 0.72 | 0.52 |
| Hex | 64 | 2B | DC | 37 | 50 | 0 | E | 103 | 48 | 34 |
| Octal | 144 | 53 | 334 | 67 | 120 | 0 | 16 | 403 | 110 | 64 |
| Binary | 1100100 | 101011 | 11011100 | 110111 | 1010000 | 0 | 1110 | 100000011 | 1001000 | 110100 |
Color Harmonies of #642BDC
Complementary color
Monochromatic Colors of #642BDC
Black with #642BDC
Text Example
Text Example
White with #642BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642BDC; }
p { color: rgb(100,43,220); }
H1.HeaderClassName
{
color: #642BDC;
}
.AnyTagClassName
{
color: #642BDC;
}
</style>
background-color css
<style>
a { background-color: #642BDC; }
a { background-color: rgb(100,43,220); }
div.DivClassName
{
background-color: #642BDC;
}
.BgClassName
{
background-color: #642BDC;
}
</style>
border-color css
<style>
span { border-color: #642BDC; }
span { border-color: rgb(100,43,220); }
td.TdClassName
{
border-color: #642BDC;
}
.TagClassName
{
border-color: #642BDC;
}
</style>