Shades of Purple Heart #6418DA
Tints of Purple Heart #6418DA
RGB
CMYK
RGB Variations
Color information
#6418DA (or 0x6418DA) is known color: Purple Heart. HEX triplet: 64, 18 and DA. RGB value is (100,24,218). Sum of RGB (Red+Green+Blue) = 100+24+218=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #6418DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6418DA is #9BE725. Grayscale: #444444. Windows color (decimal): -10217254 or 14293092. OLE color: 14293092.
HSL color Cylindrical-coordinate representation of color #6418DA: hue angle of 263.51º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6418DA is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 24 | 218 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.15 |
| HSL | 263.51º | 0.8% | 0.47% | - |
| HSV(B) | 263.51º | 0.89% | 0.85% | - |
| XYZ | 18.24 | 8.42 | 66.99 | - |
| YUV | 68.84 | 212.18 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 218 | 0.54 | 0.89 | 0 | 0.15 | 263.51 | 0.8 | 0.47 |
| Hex | 64 | 18 | DA | 36 | 59 | 0 | F | 108 | 50 | 2F |
| Octal | 144 | 30 | 332 | 66 | 131 | 0 | 17 | 410 | 120 | 57 |
| Binary | 1100100 | 11000 | 11011010 | 110110 | 1011001 | 0 | 1111 | 100001000 | 1010000 | 101111 |
Color Harmonies of #6418DA
Complementary color
Monochromatic Colors of #6418DA
Black with #6418DA
Text Example
Text Example
White with #6418DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6418DA; }
p { color: rgb(100,24,218); }
H1.HeaderClassName
{
color: #6418DA;
}
.AnyTagClassName
{
color: #6418DA;
}
</style>
background-color css
<style>
a { background-color: #6418DA; }
a { background-color: rgb(100,24,218); }
div.DivClassName
{
background-color: #6418DA;
}
.BgClassName
{
background-color: #6418DA;
}
</style>
border-color css
<style>
span { border-color: #6418DA; }
span { border-color: rgb(100,24,218); }
td.TdClassName
{
border-color: #6418DA;
}
.TagClassName
{
border-color: #6418DA;
}
</style>