Shades of Purple Heart #642ADC
Tints of Purple Heart #642ADC
RGB
CMYK
RGB Variations
Color information
#642ADC (or 0x642ADC) is known color: Purple Heart. HEX triplet: 64, 2A and DC. RGB value is (100,42,220). Sum of RGB (Red+Green+Blue) = 100+42+220=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #642ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642ADC is #9BD523. Grayscale: #4E4E4E. Windows color (decimal): -10212644 or 14428772. OLE color: 14428772.
HSL color Cylindrical-coordinate representation of color #642ADC: hue angle of 259.55º degrees, saturation: 0.72, 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 #642ADC is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 42 | 220 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.14 |
| HSL | 259.55º | 0.72% | 0.51% | - |
| HSV(B) | 259.55º | 0.81% | 0.86% | - |
| XYZ | 19 | 9.53 | 68.55 | - |
| YUV | 79.63 | 207.22 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 220 | 0.55 | 0.81 | 0 | 0.14 | 259.55 | 0.72 | 0.51 |
| Hex | 64 | 2A | DC | 37 | 51 | 0 | E | 104 | 48 | 33 |
| Octal | 144 | 52 | 334 | 67 | 121 | 0 | 16 | 404 | 110 | 63 |
| Binary | 1100100 | 101010 | 11011100 | 110111 | 1010001 | 0 | 1110 | 100000100 | 1001000 | 110011 |
Color Harmonies of #642ADC
Complementary color
Monochromatic Colors of #642ADC
Black with #642ADC
Text Example
Text Example
White with #642ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642ADC; }
p { color: rgb(100,42,220); }
H1.HeaderClassName
{
color: #642ADC;
}
.AnyTagClassName
{
color: #642ADC;
}
</style>
background-color css
<style>
a { background-color: #642ADC; }
a { background-color: rgb(100,42,220); }
div.DivClassName
{
background-color: #642ADC;
}
.BgClassName
{
background-color: #642ADC;
}
</style>
border-color css
<style>
span { border-color: #642ADC; }
span { border-color: rgb(100,42,220); }
td.TdClassName
{
border-color: #642ADC;
}
.TagClassName
{
border-color: #642ADC;
}
</style>