Shades of Purple Heart #6440CE
Tints of Purple Heart #6440CE
RGB
CMYK
RGB Variations
Color information
#6440CE (or 0x6440CE) is known color: Purple Heart. HEX triplet: 64, 40 and CE. RGB value is (100,64,206). Sum of RGB (Red+Green+Blue) = 100+64+206=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #6440CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6440CE is #9BBF31. Grayscale: #5A5A5A. Windows color (decimal): -10207026 or 13516900. OLE color: 13516900.
HSL color Cylindrical-coordinate representation of color #6440CE: hue angle of 255.21º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6440CE is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 64 | 206 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.19 |
| HSL | 255.21º | 0.59% | 0.53% | - |
| HSV(B) | 255.21º | 0.69% | 0.81% | - |
| XYZ | 18.23 | 10.83 | 59.52 | - |
| YUV | 90.95 | 192.93 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 206 | 0.51 | 0.69 | 0 | 0.19 | 255.21 | 0.59 | 0.53 |
| Hex | 64 | 40 | CE | 33 | 45 | 0 | 13 | FF | 3B | 35 |
| Octal | 144 | 100 | 316 | 63 | 105 | 0 | 23 | 377 | 73 | 65 |
| Binary | 1100100 | 1000000 | 11001110 | 110011 | 1000101 | 0 | 10011 | 11111111 | 111011 | 110101 |
Color Harmonies of #6440CE
Complementary color
Monochromatic Colors of #6440CE
Black with #6440CE
Text Example
Text Example
White with #6440CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6440CE; }
p { color: rgb(100,64,206); }
H1.HeaderClassName
{
color: #6440CE;
}
.AnyTagClassName
{
color: #6440CE;
}
</style>
background-color css
<style>
a { background-color: #6440CE; }
a { background-color: rgb(100,64,206); }
div.DivClassName
{
background-color: #6440CE;
}
.BgClassName
{
background-color: #6440CE;
}
</style>
border-color css
<style>
span { border-color: #6440CE; }
span { border-color: rgb(100,64,206); }
td.TdClassName
{
border-color: #6440CE;
}
.TagClassName
{
border-color: #6440CE;
}
</style>