Shades of Purple Heart #6410D0
Tints of Purple Heart #6410D0
RGB
CMYK
RGB Variations
Color information
#6410D0 (or 0x6410D0) is known color: Purple Heart. HEX triplet: 64, 10 and D0. RGB value is (100,16,208). Sum of RGB (Red+Green+Blue) = 100+16+208=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #6410D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6410D0 is #9BEF2F. Grayscale: #3E3E3E. Windows color (decimal): -10219312 or 13635684. OLE color: 13635684.
HSL color Cylindrical-coordinate representation of color #6410D0: hue angle of 266.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6410D0 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 16 | 208 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.18 |
| HSL | 266.25º | 0.86% | 0.44% | - |
| HSV(B) | 266.25º | 0.92% | 0.82% | - |
| XYZ | 16.83 | 7.63 | 60.26 | - |
| YUV | 63 | 209.83 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 208 | 0.52 | 0.92 | 0 | 0.18 | 266.25 | 0.86 | 0.44 |
| Hex | 64 | 10 | D0 | 34 | 5C | 0 | 12 | 10A | 56 | 2C |
| Octal | 144 | 20 | 320 | 64 | 134 | 0 | 22 | 412 | 126 | 54 |
| Binary | 1100100 | 10000 | 11010000 | 110100 | 1011100 | 0 | 10010 | 100001010 | 1010110 | 101100 |
Color Harmonies of #6410D0
Complementary color
Monochromatic Colors of #6410D0
Black with #6410D0
Text Example
Text Example
White with #6410D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6410D0; }
p { color: rgb(100,16,208); }
H1.HeaderClassName
{
color: #6410D0;
}
.AnyTagClassName
{
color: #6410D0;
}
</style>
background-color css
<style>
a { background-color: #6410D0; }
a { background-color: rgb(100,16,208); }
div.DivClassName
{
background-color: #6410D0;
}
.BgClassName
{
background-color: #6410D0;
}
</style>
border-color css
<style>
span { border-color: #6410D0; }
span { border-color: rgb(100,16,208); }
td.TdClassName
{
border-color: #6410D0;
}
.TagClassName
{
border-color: #6410D0;
}
</style>