Shades of Purple Heart #650ED1
Tints of Purple Heart #650ED1
RGB
CMYK
RGB Variations
Color information
#650ED1 (or 0x650ED1) is known color: Purple Heart. HEX triplet: 65, 0E and D1. RGB value is (101,14,209). Sum of RGB (Red+Green+Blue) = 101+14+209=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #650ED1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650ED1 is #9AF12E. Grayscale: #3D3D3D. Windows color (decimal): -10154287 or 13700709. OLE color: 13700709.
HSL color Cylindrical-coordinate representation of color #650ED1: hue angle of 266.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650ED1 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 14 | 209 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.18 |
| HSL | 266.77º | 0.87% | 0.44% | - |
| HSV(B) | 266.77º | 0.93% | 0.82% | - |
| XYZ | 17.03 | 7.68 | 60.91 | - |
| YUV | 62.24 | 210.82 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 209 | 0.52 | 0.93 | 0 | 0.18 | 266.77 | 0.87 | 0.44 |
| Hex | 65 | E | D1 | 34 | 5D | 0 | 12 | 10B | 57 | 2C |
| Octal | 145 | 16 | 321 | 64 | 135 | 0 | 22 | 413 | 127 | 54 |
| Binary | 1100101 | 1110 | 11010001 | 110100 | 1011101 | 0 | 10010 | 100001011 | 1010111 | 101100 |
Color Harmonies of #650ED1
Complementary color
Monochromatic Colors of #650ED1
Black with #650ED1
Text Example
Text Example
White with #650ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650ED1; }
p { color: rgb(101,14,209); }
H1.HeaderClassName
{
color: #650ED1;
}
.AnyTagClassName
{
color: #650ED1;
}
</style>
background-color css
<style>
a { background-color: #650ED1; }
a { background-color: rgb(101,14,209); }
div.DivClassName
{
background-color: #650ED1;
}
.BgClassName
{
background-color: #650ED1;
}
</style>
border-color css
<style>
span { border-color: #650ED1; }
span { border-color: rgb(101,14,209); }
td.TdClassName
{
border-color: #650ED1;
}
.TagClassName
{
border-color: #650ED1;
}
</style>