Shades of Purple Heart #6418DC
Tints of Purple Heart #6418DC
RGB
CMYK
RGB Variations
Color information
#6418DC (or 0x6418DC) is known color: Purple Heart. HEX triplet: 64, 18 and DC. RGB value is (100,24,220). Sum of RGB (Red+Green+Blue) = 100+24+220=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #6418DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6418DC is #9BE723. Grayscale: #444444. Windows color (decimal): -10217252 or 14424164. OLE color: 14424164.
HSL color Cylindrical-coordinate representation of color #6418DC: hue angle of 263.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6418DC is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 24 | 220 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.14 |
| HSL | 263.27º | 0.8% | 0.48% | - |
| HSV(B) | 263.27º | 0.89% | 0.86% | - |
| XYZ | 18.5 | 8.53 | 68.38 | - |
| YUV | 69.07 | 213.18 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 220 | 0.55 | 0.89 | 0 | 0.14 | 263.27 | 0.8 | 0.48 |
| Hex | 64 | 18 | DC | 37 | 59 | 0 | E | 107 | 50 | 30 |
| Octal | 144 | 30 | 334 | 67 | 131 | 0 | 16 | 407 | 120 | 60 |
| Binary | 1100100 | 11000 | 11011100 | 110111 | 1011001 | 0 | 1110 | 100000111 | 1010000 | 110000 |
Color Harmonies of #6418DC
Complementary color
Monochromatic Colors of #6418DC
Black with #6418DC
Text Example
Text Example
White with #6418DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6418DC; }
p { color: rgb(100,24,220); }
H1.HeaderClassName
{
color: #6418DC;
}
.AnyTagClassName
{
color: #6418DC;
}
</style>
background-color css
<style>
a { background-color: #6418DC; }
a { background-color: rgb(100,24,220); }
div.DivClassName
{
background-color: #6418DC;
}
.BgClassName
{
background-color: #6418DC;
}
</style>
border-color css
<style>
span { border-color: #6418DC; }
span { border-color: rgb(100,24,220); }
td.TdClassName
{
border-color: #6418DC;
}
.TagClassName
{
border-color: #6418DC;
}
</style>