Shades of Purple Heart #650ECF
Tints of Purple Heart #650ECF
RGB
CMYK
RGB Variations
Color information
#650ECF (or 0x650ECF) is known color: Purple Heart. HEX triplet: 65, 0E and CF. RGB value is (101,14,207). Sum of RGB (Red+Green+Blue) = 101+14+207=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #650ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650ECF is #9AF130. Grayscale: #3D3D3D. Windows color (decimal): -10154289 or 13569637. OLE color: 13569637.
HSL color Cylindrical-coordinate representation of color #650ECF: hue angle of 267.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650ECF is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 14 | 207 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.19 |
| HSL | 267.05º | 0.87% | 0.43% | - |
| HSV(B) | 267.05º | 0.93% | 0.81% | - |
| XYZ | 16.79 | 7.59 | 59.61 | - |
| YUV | 62.02 | 209.82 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 207 | 0.51 | 0.93 | 0 | 0.19 | 267.05 | 0.87 | 0.43 |
| Hex | 65 | E | CF | 33 | 5D | 0 | 13 | 10B | 57 | 2B |
| Octal | 145 | 16 | 317 | 63 | 135 | 0 | 23 | 413 | 127 | 53 |
| Binary | 1100101 | 1110 | 11001111 | 110011 | 1011101 | 0 | 10011 | 100001011 | 1010111 | 101011 |
Color Harmonies of #650ECF
Complementary color
Monochromatic Colors of #650ECF
Black with #650ECF
Text Example
Text Example
White with #650ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650ECF; }
p { color: rgb(101,14,207); }
H1.HeaderClassName
{
color: #650ECF;
}
.AnyTagClassName
{
color: #650ECF;
}
</style>
background-color css
<style>
a { background-color: #650ECF; }
a { background-color: rgb(101,14,207); }
div.DivClassName
{
background-color: #650ECF;
}
.BgClassName
{
background-color: #650ECF;
}
</style>
border-color css
<style>
span { border-color: #650ECF; }
span { border-color: rgb(101,14,207); }
td.TdClassName
{
border-color: #650ECF;
}
.TagClassName
{
border-color: #650ECF;
}
</style>