Shades of Purple Heart #640CD2
Tints of Purple Heart #640CD2
RGB
CMYK
RGB Variations
Color information
#640CD2 (or 0x640CD2) is known color: Purple Heart. HEX triplet: 64, 0C and D2. RGB value is (100,12,210). Sum of RGB (Red+Green+Blue) = 100+12+210=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 210 (82.42% from 255 or 65.22% from 322); Max value from RGB is 210 - color contains mainly: blue. Hex color #640CD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CD2 is #9BF32D. Grayscale: #3C3C3C. Windows color (decimal): -10220334 or 13765732. OLE color: 13765732.
HSL color Cylindrical-coordinate representation of color #640CD2: hue angle of 266.67º degrees, saturation: 0.89, 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 #640CD2 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 12 | 210 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.18 |
| HSL | 266.67º | 0.89% | 0.44% | - |
| HSV(B) | 266.67º | 0.94% | 0.82% | - |
| XYZ | 17.02 | 7.63 | 61.55 | - |
| YUV | 60.88 | 212.15 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 210 | 0.52 | 0.94 | 0 | 0.18 | 266.67 | 0.89 | 0.44 |
| Hex | 64 | C | D2 | 34 | 5E | 0 | 12 | 10B | 59 | 2C |
| Octal | 144 | 14 | 322 | 64 | 136 | 0 | 22 | 413 | 131 | 54 |
| Binary | 1100100 | 1100 | 11010010 | 110100 | 1011110 | 0 | 10010 | 100001011 | 1011001 | 101100 |
Color Harmonies of #640CD2
Complementary color
Monochromatic Colors of #640CD2
Black with #640CD2
Text Example
Text Example
White with #640CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640CD2; }
p { color: rgb(100,12,210); }
H1.HeaderClassName
{
color: #640CD2;
}
.AnyTagClassName
{
color: #640CD2;
}
</style>
background-color css
<style>
a { background-color: #640CD2; }
a { background-color: rgb(100,12,210); }
div.DivClassName
{
background-color: #640CD2;
}
.BgClassName
{
background-color: #640CD2;
}
</style>
border-color css
<style>
span { border-color: #640CD2; }
span { border-color: rgb(100,12,210); }
td.TdClassName
{
border-color: #640CD2;
}
.TagClassName
{
border-color: #640CD2;
}
</style>