Shades of Purple Heart #6410DA
Tints of Purple Heart #6410DA
RGB
CMYK
RGB Variations
Color information
#6410DA (or 0x6410DA) is known color: Purple Heart. HEX triplet: 64, 10 and DA. RGB value is (100,16,218). Sum of RGB (Red+Green+Blue) = 100+16+218=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #6410DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6410DA is #9BEF25. Grayscale: #3F3F3F. Windows color (decimal): -10219302 or 14291044. OLE color: 14291044.
HSL color Cylindrical-coordinate representation of color #6410DA: hue angle of 264.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6410DA is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 16 | 218 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.15 |
| HSL | 264.95º | 0.86% | 0.46% | - |
| HSV(B) | 264.95º | 0.93% | 0.85% | - |
| XYZ | 18.1 | 8.14 | 66.95 | - |
| YUV | 64.14 | 214.83 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 218 | 0.54 | 0.93 | 0 | 0.15 | 264.95 | 0.86 | 0.46 |
| Hex | 64 | 10 | DA | 36 | 5D | 0 | F | 109 | 56 | 2E |
| Octal | 144 | 20 | 332 | 66 | 135 | 0 | 17 | 411 | 126 | 56 |
| Binary | 1100100 | 10000 | 11011010 | 110110 | 1011101 | 0 | 1111 | 100001001 | 1010110 | 101110 |
Color Harmonies of #6410DA
Complementary color
Monochromatic Colors of #6410DA
Black with #6410DA
Text Example
Text Example
White with #6410DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6410DA; }
p { color: rgb(100,16,218); }
H1.HeaderClassName
{
color: #6410DA;
}
.AnyTagClassName
{
color: #6410DA;
}
</style>
background-color css
<style>
a { background-color: #6410DA; }
a { background-color: rgb(100,16,218); }
div.DivClassName
{
background-color: #6410DA;
}
.BgClassName
{
background-color: #6410DA;
}
</style>
border-color css
<style>
span { border-color: #6410DA; }
span { border-color: rgb(100,16,218); }
td.TdClassName
{
border-color: #6410DA;
}
.TagClassName
{
border-color: #6410DA;
}
</style>