Shades of Purple Heart #6414BB
Tints of Purple Heart #6414BB
RGB
CMYK
RGB Variations
Color information
#6414BB (or 0x6414BB) is known color: Purple Heart. HEX triplet: 64, 14 and BB. RGB value is (100,20,187). Sum of RGB (Red+Green+Blue) = 100+20+187=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #6414BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6414BB is #9BEB44. Grayscale: #3E3E3E. Windows color (decimal): -10218309 or 12260452. OLE color: 12260452.
HSL color Cylindrical-coordinate representation of color #6414BB: hue angle of 268.74º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6414BB is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 20 | 187 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.27 |
| HSL | 268.74º | 0.81% | 0.41% | - |
| HSV(B) | 268.74º | 0.89% | 0.73% | - |
| XYZ | 14.48 | 6.8 | 47.56 | - |
| YUV | 62.96 | 198 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 187 | 0.47 | 0.89 | 0 | 0.27 | 268.74 | 0.81 | 0.41 |
| Hex | 64 | 14 | BB | 2F | 59 | 0 | 1B | 10D | 51 | 29 |
| Octal | 144 | 24 | 273 | 57 | 131 | 0 | 33 | 415 | 121 | 51 |
| Binary | 1100100 | 10100 | 10111011 | 101111 | 1011001 | 0 | 11011 | 100001101 | 1010001 | 101001 |
Color Harmonies of #6414BB
Complementary color
Monochromatic Colors of #6414BB
Black with #6414BB
Text Example
Text Example
White with #6414BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6414BB; }
p { color: rgb(100,20,187); }
H1.HeaderClassName
{
color: #6414BB;
}
.AnyTagClassName
{
color: #6414BB;
}
</style>
background-color css
<style>
a { background-color: #6414BB; }
a { background-color: rgb(100,20,187); }
div.DivClassName
{
background-color: #6414BB;
}
.BgClassName
{
background-color: #6414BB;
}
</style>
border-color css
<style>
span { border-color: #6414BB; }
span { border-color: rgb(100,20,187); }
td.TdClassName
{
border-color: #6414BB;
}
.TagClassName
{
border-color: #6414BB;
}
</style>