Shades of Purple Heart #642ADB
Tints of Purple Heart #642ADB
RGB
CMYK
RGB Variations
Color information
#642ADB (or 0x642ADB) is known color: Purple Heart. HEX triplet: 64, 2A and DB. RGB value is (100,42,219). Sum of RGB (Red+Green+Blue) = 100+42+219=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #642ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642ADB is #9BD524. Grayscale: #4E4E4E. Windows color (decimal): -10212645 or 14363236. OLE color: 14363236.
HSL color Cylindrical-coordinate representation of color #642ADB: hue angle of 259.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642ADB is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 42 | 219 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.14 |
| HSL | 259.66º | 0.71% | 0.51% | - |
| HSV(B) | 259.66º | 0.81% | 0.86% | - |
| XYZ | 18.87 | 9.48 | 67.85 | - |
| YUV | 79.52 | 206.72 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 219 | 0.54 | 0.81 | 0 | 0.14 | 259.66 | 0.71 | 0.51 |
| Hex | 64 | 2A | DB | 36 | 51 | 0 | E | 104 | 47 | 33 |
| Octal | 144 | 52 | 333 | 66 | 121 | 0 | 16 | 404 | 107 | 63 |
| Binary | 1100100 | 101010 | 11011011 | 110110 | 1010001 | 0 | 1110 | 100000100 | 1000111 | 110011 |
Color Harmonies of #642ADB
Complementary color
Monochromatic Colors of #642ADB
Black with #642ADB
Text Example
Text Example
White with #642ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642ADB; }
p { color: rgb(100,42,219); }
H1.HeaderClassName
{
color: #642ADB;
}
.AnyTagClassName
{
color: #642ADB;
}
</style>
background-color css
<style>
a { background-color: #642ADB; }
a { background-color: rgb(100,42,219); }
div.DivClassName
{
background-color: #642ADB;
}
.BgClassName
{
background-color: #642ADB;
}
</style>
border-color css
<style>
span { border-color: #642ADB; }
span { border-color: rgb(100,42,219); }
td.TdClassName
{
border-color: #642ADB;
}
.TagClassName
{
border-color: #642ADB;
}
</style>