Shades of Purple Heart #6414D1
Tints of Purple Heart #6414D1
RGB
CMYK
RGB Variations
Color information
#6414D1 (or 0x6414D1) is known color: Purple Heart. HEX triplet: 64, 14 and D1. RGB value is (100,20,209). Sum of RGB (Red+Green+Blue) = 100+20+209=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 209 (82.03% from 255 or 63.53% from 329); Max value from RGB is 209 - color contains mainly: blue. Hex color #6414D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6414D1 is #9BEB2E. Grayscale: #404040. Windows color (decimal): -10218287 or 13702244. OLE color: 13702244.
HSL color Cylindrical-coordinate representation of color #6414D1: hue angle of 265.4º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6414D1 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 20 | 209 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.18 |
| HSL | 265.4º | 0.83% | 0.45% | - |
| HSV(B) | 265.4º | 0.9% | 0.82% | - |
| XYZ | 17.01 | 7.81 | 60.93 | - |
| YUV | 65.47 | 209 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 209 | 0.52 | 0.90 | 0 | 0.18 | 265.4 | 0.83 | 0.45 |
| Hex | 64 | 14 | D1 | 34 | 5A | 0 | 12 | 109 | 53 | 2D |
| Octal | 144 | 24 | 321 | 64 | 132 | 0 | 22 | 411 | 123 | 55 |
| Binary | 1100100 | 10100 | 11010001 | 110100 | 1011010 | 0 | 10010 | 100001001 | 1010011 | 101101 |
Color Harmonies of #6414D1
Complementary color
Monochromatic Colors of #6414D1
Black with #6414D1
Text Example
Text Example
White with #6414D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6414D1; }
p { color: rgb(100,20,209); }
H1.HeaderClassName
{
color: #6414D1;
}
.AnyTagClassName
{
color: #6414D1;
}
</style>
background-color css
<style>
a { background-color: #6414D1; }
a { background-color: rgb(100,20,209); }
div.DivClassName
{
background-color: #6414D1;
}
.BgClassName
{
background-color: #6414D1;
}
</style>
border-color css
<style>
span { border-color: #6414D1; }
span { border-color: rgb(100,20,209); }
td.TdClassName
{
border-color: #6414D1;
}
.TagClassName
{
border-color: #6414D1;
}
</style>