Shades of Purple Heart #642BDE
Tints of Purple Heart #642BDE
RGB
CMYK
RGB Variations
Color information
#642BDE (or 0x642BDE) is known color: Purple Heart. HEX triplet: 64, 2B and DE. RGB value is (100,43,222). Sum of RGB (Red+Green+Blue) = 100+43+222=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #642BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BDE is #9BD421. Grayscale: #4F4F4F. Windows color (decimal): -10212386 or 14560100. OLE color: 14560100.
HSL color Cylindrical-coordinate representation of color #642BDE: hue angle of 259.11º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642BDE is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 43 | 222 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.13 |
| HSL | 259.11º | 0.73% | 0.52% | - |
| HSV(B) | 259.11º | 0.81% | 0.87% | - |
| XYZ | 19.3 | 9.71 | 69.96 | - |
| YUV | 80.45 | 207.88 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 222 | 0.55 | 0.81 | 0 | 0.13 | 259.11 | 0.73 | 0.52 |
| Hex | 64 | 2B | DE | 37 | 51 | 0 | D | 103 | 49 | 34 |
| Octal | 144 | 53 | 336 | 67 | 121 | 0 | 15 | 403 | 111 | 64 |
| Binary | 1100100 | 101011 | 11011110 | 110111 | 1010001 | 0 | 1101 | 100000011 | 1001001 | 110100 |
Color Harmonies of #642BDE
Complementary color
Monochromatic Colors of #642BDE
Black with #642BDE
Text Example
Text Example
White with #642BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642BDE; }
p { color: rgb(100,43,222); }
H1.HeaderClassName
{
color: #642BDE;
}
.AnyTagClassName
{
color: #642BDE;
}
</style>
background-color css
<style>
a { background-color: #642BDE; }
a { background-color: rgb(100,43,222); }
div.DivClassName
{
background-color: #642BDE;
}
.BgClassName
{
background-color: #642BDE;
}
</style>
border-color css
<style>
span { border-color: #642BDE; }
span { border-color: rgb(100,43,222); }
td.TdClassName
{
border-color: #642BDE;
}
.TagClassName
{
border-color: #642BDE;
}
</style>