Shades of Purple Heart #6418DD
Tints of Purple Heart #6418DD
RGB
CMYK
RGB Variations
Color information
#6418DD (or 0x6418DD) is known color: Purple Heart. HEX triplet: 64, 18 and DD. RGB value is (100,24,221). Sum of RGB (Red+Green+Blue) = 100+24+221=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #6418DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6418DD is #9BE722. Grayscale: #444444. Windows color (decimal): -10217251 or 14489700. OLE color: 14489700.
HSL color Cylindrical-coordinate representation of color #6418DD: hue angle of 263.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6418DD is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 24 | 221 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.13 |
| HSL | 263.15º | 0.8% | 0.48% | - |
| HSV(B) | 263.15º | 0.89% | 0.87% | - |
| XYZ | 18.63 | 8.58 | 69.08 | - |
| YUV | 69.18 | 213.68 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 221 | 0.55 | 0.89 | 0 | 0.13 | 263.15 | 0.8 | 0.48 |
| Hex | 64 | 18 | DD | 37 | 59 | 0 | D | 107 | 50 | 30 |
| Octal | 144 | 30 | 335 | 67 | 131 | 0 | 15 | 407 | 120 | 60 |
| Binary | 1100100 | 11000 | 11011101 | 110111 | 1011001 | 0 | 1101 | 100000111 | 1010000 | 110000 |
Color Harmonies of #6418DD
Complementary color
Monochromatic Colors of #6418DD
Black with #6418DD
Text Example
Text Example
White with #6418DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6418DD; }
p { color: rgb(100,24,221); }
H1.HeaderClassName
{
color: #6418DD;
}
.AnyTagClassName
{
color: #6418DD;
}
</style>
background-color css
<style>
a { background-color: #6418DD; }
a { background-color: rgb(100,24,221); }
div.DivClassName
{
background-color: #6418DD;
}
.BgClassName
{
background-color: #6418DD;
}
</style>
border-color css
<style>
span { border-color: #6418DD; }
span { border-color: rgb(100,24,221); }
td.TdClassName
{
border-color: #6418DD;
}
.TagClassName
{
border-color: #6418DD;
}
</style>