Shades of Purple Heart #6440CD
Tints of Purple Heart #6440CD
RGB
CMYK
RGB Variations
Color information
#6440CD (or 0x6440CD) is known color: Purple Heart. HEX triplet: 64, 40 and CD. RGB value is (100,64,205). Sum of RGB (Red+Green+Blue) = 100+64+205=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #6440CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6440CD is #9BBF32. Grayscale: #5A5A5A. Windows color (decimal): -10207027 or 13451364. OLE color: 13451364.
HSL color Cylindrical-coordinate representation of color #6440CD: hue angle of 255.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6440CD is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 64 | 205 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.20 |
| HSL | 255.32º | 0.59% | 0.53% | - |
| HSV(B) | 255.32º | 0.69% | 0.8% | - |
| XYZ | 18.11 | 10.78 | 58.88 | - |
| YUV | 90.84 | 192.43 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 205 | 0.51 | 0.69 | 0 | 0.20 | 255.32 | 0.59 | 0.53 |
| Hex | 64 | 40 | CD | 33 | 45 | 0 | 14 | FF | 3B | 35 |
| Octal | 144 | 100 | 315 | 63 | 105 | 0 | 24 | 377 | 73 | 65 |
| Binary | 1100100 | 1000000 | 11001101 | 110011 | 1000101 | 0 | 10100 | 11111111 | 111011 | 110101 |
Color Harmonies of #6440CD
Complementary color
Monochromatic Colors of #6440CD
Black with #6440CD
Text Example
Text Example
White with #6440CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6440CD; }
p { color: rgb(100,64,205); }
H1.HeaderClassName
{
color: #6440CD;
}
.AnyTagClassName
{
color: #6440CD;
}
</style>
background-color css
<style>
a { background-color: #6440CD; }
a { background-color: rgb(100,64,205); }
div.DivClassName
{
background-color: #6440CD;
}
.BgClassName
{
background-color: #6440CD;
}
</style>
border-color css
<style>
span { border-color: #6440CD; }
span { border-color: rgb(100,64,205); }
td.TdClassName
{
border-color: #6440CD;
}
.TagClassName
{
border-color: #6440CD;
}
</style>