Shades of Purple Heart #642CE1
Tints of Purple Heart #642CE1
RGB
CMYK
RGB Variations
Color information
#642CE1 (or 0x642CE1) is known color: Purple Heart. HEX triplet: 64, 2C and E1. RGB value is (100,44,225). Sum of RGB (Red+Green+Blue) = 100+44+225=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #642CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CE1 is #9BD31E. Grayscale: #505050. Windows color (decimal): -10212127 or 14756964. OLE color: 14756964.
HSL color Cylindrical-coordinate representation of color #642CE1: hue angle of 258.56º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642CE1 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 44 | 225 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.12 |
| HSL | 258.56º | 0.75% | 0.53% | - |
| HSV(B) | 258.56º | 0.8% | 0.88% | - |
| XYZ | 19.75 | 9.95 | 72.11 | - |
| YUV | 81.38 | 209.05 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 225 | 0.56 | 0.80 | 0 | 0.12 | 258.56 | 0.75 | 0.53 |
| Hex | 64 | 2C | E1 | 38 | 50 | 0 | C | 103 | 4B | 35 |
| Octal | 144 | 54 | 341 | 70 | 120 | 0 | 14 | 403 | 113 | 65 |
| Binary | 1100100 | 101100 | 11100001 | 111000 | 1010000 | 0 | 1100 | 100000011 | 1001011 | 110101 |
Color Harmonies of #642CE1
Complementary color
Monochromatic Colors of #642CE1
Black with #642CE1
Text Example
Text Example
White with #642CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CE1; }
p { color: rgb(100,44,225); }
H1.HeaderClassName
{
color: #642CE1;
}
.AnyTagClassName
{
color: #642CE1;
}
</style>
background-color css
<style>
a { background-color: #642CE1; }
a { background-color: rgb(100,44,225); }
div.DivClassName
{
background-color: #642CE1;
}
.BgClassName
{
background-color: #642CE1;
}
</style>
border-color css
<style>
span { border-color: #642CE1; }
span { border-color: rgb(100,44,225); }
td.TdClassName
{
border-color: #642CE1;
}
.TagClassName
{
border-color: #642CE1;
}
</style>