Shades of Purple Heart #642FE1
Tints of Purple Heart #642FE1
RGB
CMYK
RGB Variations
Color information
#642FE1 (or 0x642FE1) is known color: Purple Heart. HEX triplet: 64, 2F and E1. RGB value is (100,47,225). Sum of RGB (Red+Green+Blue) = 100+47+225=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #642FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FE1 is #9BD01E. Grayscale: #525252. Windows color (decimal): -10211359 or 14757732. OLE color: 14757732.
HSL color Cylindrical-coordinate representation of color #642FE1: hue angle of 257.87º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642FE1 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 47 | 225 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.12 |
| HSL | 257.87º | 0.75% | 0.53% | - |
| HSV(B) | 257.87º | 0.79% | 0.88% | - |
| XYZ | 19.86 | 10.18 | 72.15 | - |
| YUV | 83.14 | 208.06 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 225 | 0.56 | 0.79 | 0 | 0.12 | 257.87 | 0.75 | 0.53 |
| Hex | 64 | 2F | E1 | 38 | 4F | 0 | C | 102 | 4B | 35 |
| Octal | 144 | 57 | 341 | 70 | 117 | 0 | 14 | 402 | 113 | 65 |
| Binary | 1100100 | 101111 | 11100001 | 111000 | 1001111 | 0 | 1100 | 100000010 | 1001011 | 110101 |
Color Harmonies of #642FE1
Complementary color
Monochromatic Colors of #642FE1
Black with #642FE1
Text Example
Text Example
White with #642FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642FE1; }
p { color: rgb(100,47,225); }
H1.HeaderClassName
{
color: #642FE1;
}
.AnyTagClassName
{
color: #642FE1;
}
</style>
background-color css
<style>
a { background-color: #642FE1; }
a { background-color: rgb(100,47,225); }
div.DivClassName
{
background-color: #642FE1;
}
.BgClassName
{
background-color: #642FE1;
}
</style>
border-color css
<style>
span { border-color: #642FE1; }
span { border-color: rgb(100,47,225); }
td.TdClassName
{
border-color: #642FE1;
}
.TagClassName
{
border-color: #642FE1;
}
</style>