Shades of Purple Heart #6424DC
Tints of Purple Heart #6424DC
RGB
CMYK
RGB Variations
Color information
#6424DC (or 0x6424DC) is known color: Purple Heart. HEX triplet: 64, 24 and DC. RGB value is (100,36,220). Sum of RGB (Red+Green+Blue) = 100+36+220=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #6424DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6424DC is #9BDB23. Grayscale: #4B4B4B. Windows color (decimal): -10214180 or 14427236. OLE color: 14427236.
HSL color Cylindrical-coordinate representation of color #6424DC: hue angle of 260.87º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6424DC is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 36 | 220 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.14 |
| HSL | 260.87º | 0.72% | 0.5% | - |
| HSV(B) | 260.87º | 0.84% | 0.86% | - |
| XYZ | 18.8 | 9.14 | 68.48 | - |
| YUV | 76.11 | 209.2 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 220 | 0.55 | 0.84 | 0 | 0.14 | 260.87 | 0.72 | 0.5 |
| Hex | 64 | 24 | DC | 37 | 54 | 0 | E | 105 | 48 | 32 |
| Octal | 144 | 44 | 334 | 67 | 124 | 0 | 16 | 405 | 110 | 62 |
| Binary | 1100100 | 100100 | 11011100 | 110111 | 1010100 | 0 | 1110 | 100000101 | 1001000 | 110010 |
Color Harmonies of #6424DC
Complementary color
Monochromatic Colors of #6424DC
Black with #6424DC
Text Example
Text Example
White with #6424DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6424DC; }
p { color: rgb(100,36,220); }
H1.HeaderClassName
{
color: #6424DC;
}
.AnyTagClassName
{
color: #6424DC;
}
</style>
background-color css
<style>
a { background-color: #6424DC; }
a { background-color: rgb(100,36,220); }
div.DivClassName
{
background-color: #6424DC;
}
.BgClassName
{
background-color: #6424DC;
}
</style>
border-color css
<style>
span { border-color: #6424DC; }
span { border-color: rgb(100,36,220); }
td.TdClassName
{
border-color: #6424DC;
}
.TagClassName
{
border-color: #6424DC;
}
</style>