Shades of Purple Heart #642EDB
Tints of Purple Heart #642EDB
RGB
CMYK
RGB Variations
Color information
#642EDB (or 0x642EDB) is known color: Purple Heart. HEX triplet: 64, 2E and DB. RGB value is (100,46,219). Sum of RGB (Red+Green+Blue) = 100+46+219=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #642EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EDB is #9BD124. Grayscale: #515151. Windows color (decimal): -10211621 or 14364260. OLE color: 14364260.
HSL color Cylindrical-coordinate representation of color #642EDB: hue angle of 258.73º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642EDB is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 46 | 219 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.14 |
| HSL | 258.73º | 0.71% | 0.52% | - |
| HSV(B) | 258.73º | 0.79% | 0.86% | - |
| XYZ | 19.02 | 9.78 | 67.9 | - |
| YUV | 81.87 | 205.39 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 219 | 0.54 | 0.79 | 0 | 0.14 | 258.73 | 0.71 | 0.52 |
| Hex | 64 | 2E | DB | 36 | 4F | 0 | E | 103 | 47 | 34 |
| Octal | 144 | 56 | 333 | 66 | 117 | 0 | 16 | 403 | 107 | 64 |
| Binary | 1100100 | 101110 | 11011011 | 110110 | 1001111 | 0 | 1110 | 100000011 | 1000111 | 110100 |
Color Harmonies of #642EDB
Complementary color
Monochromatic Colors of #642EDB
Black with #642EDB
Text Example
Text Example
White with #642EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642EDB; }
p { color: rgb(100,46,219); }
H1.HeaderClassName
{
color: #642EDB;
}
.AnyTagClassName
{
color: #642EDB;
}
</style>
background-color css
<style>
a { background-color: #642EDB; }
a { background-color: rgb(100,46,219); }
div.DivClassName
{
background-color: #642EDB;
}
.BgClassName
{
background-color: #642EDB;
}
</style>
border-color css
<style>
span { border-color: #642EDB; }
span { border-color: rgb(100,46,219); }
td.TdClassName
{
border-color: #642EDB;
}
.TagClassName
{
border-color: #642EDB;
}
</style>