Shades of Purple Heart #650DB9
Tints of Purple Heart #650DB9
RGB
CMYK
RGB Variations
Color information
#650DB9 (or 0x650DB9) is known color: Purple Heart. HEX triplet: 65, 0D and B9. RGB value is (101,13,185). Sum of RGB (Red+Green+Blue) = 101+13+185=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 185 (72.66% from 255 or 61.87% from 299); Max value from RGB is 185 - color contains mainly: blue. Hex color #650DB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650DB9 is #9AF246. Grayscale: #3A3A3A. Windows color (decimal): -10154567 or 12127589. OLE color: 12127589.
HSL color Cylindrical-coordinate representation of color #650DB9: hue angle of 270.7º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650DB9 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 13 | 185 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.27 |
| HSL | 270.7º | 0.87% | 0.39% | - |
| HSV(B) | 270.7º | 0.93% | 0.73% | - |
| XYZ | 14.27 | 6.56 | 46.41 | - |
| YUV | 58.92 | 199.15 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 185 | 0.45 | 0.93 | 0 | 0.27 | 270.7 | 0.87 | 0.39 |
| Hex | 65 | D | B9 | 2D | 5D | 0 | 1B | 10F | 57 | 27 |
| Octal | 145 | 15 | 271 | 55 | 135 | 0 | 33 | 417 | 127 | 47 |
| Binary | 1100101 | 1101 | 10111001 | 101101 | 1011101 | 0 | 11011 | 100001111 | 1010111 | 100111 |
Color Harmonies of #650DB9
Complementary color
Monochromatic Colors of #650DB9
Black with #650DB9
Text Example
Text Example
White with #650DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650DB9; }
p { color: rgb(101,13,185); }
H1.HeaderClassName
{
color: #650DB9;
}
.AnyTagClassName
{
color: #650DB9;
}
</style>
background-color css
<style>
a { background-color: #650DB9; }
a { background-color: rgb(101,13,185); }
div.DivClassName
{
background-color: #650DB9;
}
.BgClassName
{
background-color: #650DB9;
}
</style>
border-color css
<style>
span { border-color: #650DB9; }
span { border-color: rgb(101,13,185); }
td.TdClassName
{
border-color: #650DB9;
}
.TagClassName
{
border-color: #650DB9;
}
</style>