Shades of Purple Heart #6440C1
Tints of Purple Heart #6440C1
RGB
CMYK
RGB Variations
Color information
#6440C1 (or 0x6440C1) is known color: Purple Heart. HEX triplet: 64, 40 and C1. RGB value is (100,64,193). Sum of RGB (Red+Green+Blue) = 100+64+193=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #6440C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6440C1 is #9BBF3E. Grayscale: #585858. Windows color (decimal): -10207039 or 12664932. OLE color: 12664932.
HSL color Cylindrical-coordinate representation of color #6440C1: hue angle of 256.74º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6440C1 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 64 | 193 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.24 |
| HSL | 256.74º | 0.51% | 0.5% | - |
| HSV(B) | 256.74º | 0.67% | 0.76% | - |
| XYZ | 16.71 | 10.23 | 51.55 | - |
| YUV | 89.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 193 | 0.48 | 0.67 | 0 | 0.24 | 256.74 | 0.51 | 0.5 |
| Hex | 64 | 40 | C1 | 30 | 43 | 0 | 18 | 101 | 33 | 32 |
| Octal | 144 | 100 | 301 | 60 | 103 | 0 | 30 | 401 | 63 | 62 |
| Binary | 1100100 | 1000000 | 11000001 | 110000 | 1000011 | 0 | 11000 | 100000001 | 110011 | 110010 |
Color Harmonies of #6440C1
Complementary color
Monochromatic Colors of #6440C1
Black with #6440C1
Text Example
Text Example
White with #6440C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6440C1; }
p { color: rgb(100,64,193); }
H1.HeaderClassName
{
color: #6440C1;
}
.AnyTagClassName
{
color: #6440C1;
}
</style>
background-color css
<style>
a { background-color: #6440C1; }
a { background-color: rgb(100,64,193); }
div.DivClassName
{
background-color: #6440C1;
}
.BgClassName
{
background-color: #6440C1;
}
</style>
border-color css
<style>
span { border-color: #6440C1; }
span { border-color: rgb(100,64,193); }
td.TdClassName
{
border-color: #6440C1;
}
.TagClassName
{
border-color: #6440C1;
}
</style>