Shades of Purple Heart #642FE0
Tints of Purple Heart #642FE0
RGB
CMYK
RGB Variations
Color information
#642FE0 (or 0x642FE0) is known color: Purple Heart. HEX triplet: 64, 2F and E0. RGB value is (100,47,224). Sum of RGB (Red+Green+Blue) = 100+47+224=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #642FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FE0 is #9BD01F. Grayscale: #525252. Windows color (decimal): -10211360 or 14692196. OLE color: 14692196.
HSL color Cylindrical-coordinate representation of color #642FE0: hue angle of 257.97º degrees, saturation: 0.74, 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 #642FE0 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 47 | 224 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.12 |
| HSL | 257.97º | 0.74% | 0.53% | - |
| HSV(B) | 257.97º | 0.79% | 0.88% | - |
| XYZ | 19.73 | 10.12 | 71.44 | - |
| YUV | 83.03 | 207.56 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 224 | 0.55 | 0.79 | 0 | 0.12 | 257.97 | 0.74 | 0.53 |
| Hex | 64 | 2F | E0 | 37 | 4F | 0 | C | 102 | 4A | 35 |
| Octal | 144 | 57 | 340 | 67 | 117 | 0 | 14 | 402 | 112 | 65 |
| Binary | 1100100 | 101111 | 11100000 | 110111 | 1001111 | 0 | 1100 | 100000010 | 1001010 | 110101 |
Color Harmonies of #642FE0
Complementary color
Monochromatic Colors of #642FE0
Black with #642FE0
Text Example
Text Example
White with #642FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642FE0; }
p { color: rgb(100,47,224); }
H1.HeaderClassName
{
color: #642FE0;
}
.AnyTagClassName
{
color: #642FE0;
}
</style>
background-color css
<style>
a { background-color: #642FE0; }
a { background-color: rgb(100,47,224); }
div.DivClassName
{
background-color: #642FE0;
}
.BgClassName
{
background-color: #642FE0;
}
</style>
border-color css
<style>
span { border-color: #642FE0; }
span { border-color: rgb(100,47,224); }
td.TdClassName
{
border-color: #642FE0;
}
.TagClassName
{
border-color: #642FE0;
}
</style>