Shades of Purple Heart #650ED0
Tints of Purple Heart #650ED0
RGB
CMYK
RGB Variations
Color information
#650ED0 (or 0x650ED0) is known color: Purple Heart. HEX triplet: 65, 0E and D0. RGB value is (101,14,208). Sum of RGB (Red+Green+Blue) = 101+14+208=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 208 (81.64% from 255 or 64.40% from 323); Max value from RGB is 208 - color contains mainly: blue. Hex color #650ED0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650ED0 is #9AF12F. Grayscale: #3D3D3D. Windows color (decimal): -10154288 or 13635173. OLE color: 13635173.
HSL color Cylindrical-coordinate representation of color #650ED0: hue angle of 266.91º 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 #650ED0 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 14 | 208 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.18 |
| HSL | 266.91º | 0.87% | 0.44% | - |
| HSV(B) | 266.91º | 0.93% | 0.82% | - |
| XYZ | 16.91 | 7.63 | 60.26 | - |
| YUV | 62.13 | 210.32 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 208 | 0.51 | 0.93 | 0 | 0.18 | 266.91 | 0.87 | 0.44 |
| Hex | 65 | E | D0 | 33 | 5D | 0 | 12 | 10B | 57 | 2C |
| Octal | 145 | 16 | 320 | 63 | 135 | 0 | 22 | 413 | 127 | 54 |
| Binary | 1100101 | 1110 | 11010000 | 110011 | 1011101 | 0 | 10010 | 100001011 | 1010111 | 101100 |
Color Harmonies of #650ED0
Complementary color
Monochromatic Colors of #650ED0
Black with #650ED0
Text Example
Text Example
White with #650ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650ED0; }
p { color: rgb(101,14,208); }
H1.HeaderClassName
{
color: #650ED0;
}
.AnyTagClassName
{
color: #650ED0;
}
</style>
background-color css
<style>
a { background-color: #650ED0; }
a { background-color: rgb(101,14,208); }
div.DivClassName
{
background-color: #650ED0;
}
.BgClassName
{
background-color: #650ED0;
}
</style>
border-color css
<style>
span { border-color: #650ED0; }
span { border-color: rgb(101,14,208); }
td.TdClassName
{
border-color: #650ED0;
}
.TagClassName
{
border-color: #650ED0;
}
</style>