Shades of Purple Heart #640DD2
Tints of Purple Heart #640DD2
RGB
CMYK
RGB Variations
Color information
#640DD2 (or 0x640DD2) is known color: Purple Heart. HEX triplet: 64, 0D and D2. RGB value is (100,13,210). Sum of RGB (Red+Green+Blue) = 100+13+210=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 210 (82.42% from 255 or 65.02% from 323); Max value from RGB is 210 - color contains mainly: blue. Hex color #640DD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DD2 is #9BF22D. Grayscale: #3C3C3C. Windows color (decimal): -10220078 or 13765988. OLE color: 13765988.
HSL color Cylindrical-coordinate representation of color #640DD2: hue angle of 266.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640DD2 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 13 | 210 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.18 |
| HSL | 266.5º | 0.88% | 0.44% | - |
| HSV(B) | 266.5º | 0.94% | 0.82% | - |
| XYZ | 17.03 | 7.65 | 61.55 | - |
| YUV | 61.47 | 211.82 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 210 | 0.52 | 0.94 | 0 | 0.18 | 266.5 | 0.88 | 0.44 |
| Hex | 64 | D | D2 | 34 | 5E | 0 | 12 | 10A | 58 | 2C |
| Octal | 144 | 15 | 322 | 64 | 136 | 0 | 22 | 412 | 130 | 54 |
| Binary | 1100100 | 1101 | 11010010 | 110100 | 1011110 | 0 | 10010 | 100001010 | 1011000 | 101100 |
Color Harmonies of #640DD2
Complementary color
Monochromatic Colors of #640DD2
Black with #640DD2
Text Example
Text Example
White with #640DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640DD2; }
p { color: rgb(100,13,210); }
H1.HeaderClassName
{
color: #640DD2;
}
.AnyTagClassName
{
color: #640DD2;
}
</style>
background-color css
<style>
a { background-color: #640DD2; }
a { background-color: rgb(100,13,210); }
div.DivClassName
{
background-color: #640DD2;
}
.BgClassName
{
background-color: #640DD2;
}
</style>
border-color css
<style>
span { border-color: #640DD2; }
span { border-color: rgb(100,13,210); }
td.TdClassName
{
border-color: #640DD2;
}
.TagClassName
{
border-color: #640DD2;
}
</style>