Shades of Purple Heart #6514B9
Tints of Purple Heart #6514B9
RGB
CMYK
RGB Variations
Color information
#6514B9 (or 0x6514B9) is known color: Purple Heart. HEX triplet: 65, 14 and B9. RGB value is (101,20,185). Sum of RGB (Red+Green+Blue) = 101+20+185=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 185 (72.66% from 255 or 60.46% from 306); Max value from RGB is 185 - color contains mainly: blue. Hex color #6514B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6514B9 is #9AEB46. Grayscale: #3E3E3E. Windows color (decimal): -10152775 or 12129381. OLE color: 12129381.
HSL color Cylindrical-coordinate representation of color #6514B9: hue angle of 269.45º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6514B9 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 20 | 185 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.27 |
| HSL | 269.45º | 0.8% | 0.4% | - |
| HSV(B) | 269.45º | 0.89% | 0.73% | - |
| XYZ | 14.37 | 6.77 | 46.45 | - |
| YUV | 63.03 | 196.84 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 185 | 0.45 | 0.89 | 0 | 0.27 | 269.45 | 0.8 | 0.4 |
| Hex | 65 | 14 | B9 | 2D | 59 | 0 | 1B | 10D | 50 | 28 |
| Octal | 145 | 24 | 271 | 55 | 131 | 0 | 33 | 415 | 120 | 50 |
| Binary | 1100101 | 10100 | 10111001 | 101101 | 1011001 | 0 | 11011 | 100001101 | 1010000 | 101000 |
Color Harmonies of #6514B9
Complementary color
Monochromatic Colors of #6514B9
Black with #6514B9
Text Example
Text Example
White with #6514B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6514B9; }
p { color: rgb(101,20,185); }
H1.HeaderClassName
{
color: #6514B9;
}
.AnyTagClassName
{
color: #6514B9;
}
</style>
background-color css
<style>
a { background-color: #6514B9; }
a { background-color: rgb(101,20,185); }
div.DivClassName
{
background-color: #6514B9;
}
.BgClassName
{
background-color: #6514B9;
}
</style>
border-color css
<style>
span { border-color: #6514B9; }
span { border-color: rgb(101,20,185); }
td.TdClassName
{
border-color: #6514B9;
}
.TagClassName
{
border-color: #6514B9;
}
</style>