Shades of Purple Heart #650FD1
Tints of Purple Heart #650FD1
RGB
CMYK
RGB Variations
Color information
#650FD1 (or 0x650FD1) is known color: Purple Heart. HEX triplet: 65, 0F and D1. RGB value is (101,15,209). Sum of RGB (Red+Green+Blue) = 101+15+209=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 209 (82.03% from 255 or 64.31% from 325); Max value from RGB is 209 - color contains mainly: blue. Hex color #650FD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650FD1 is #9AF02E. Grayscale: #3E3E3E. Windows color (decimal): -10154031 or 13700965. OLE color: 13700965.
HSL color Cylindrical-coordinate representation of color #650FD1: hue angle of 266.6º 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 #650FD1 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 15 | 209 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.18 |
| HSL | 266.6º | 0.87% | 0.44% | - |
| HSV(B) | 266.6º | 0.93% | 0.82% | - |
| XYZ | 17.05 | 7.71 | 60.91 | - |
| YUV | 62.83 | 210.49 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 209 | 0.52 | 0.93 | 0 | 0.18 | 266.6 | 0.87 | 0.44 |
| Hex | 65 | F | D1 | 34 | 5D | 0 | 12 | 10B | 57 | 2C |
| Octal | 145 | 17 | 321 | 64 | 135 | 0 | 22 | 413 | 127 | 54 |
| Binary | 1100101 | 1111 | 11010001 | 110100 | 1011101 | 0 | 10010 | 100001011 | 1010111 | 101100 |
Color Harmonies of #650FD1
Complementary color
Monochromatic Colors of #650FD1
Black with #650FD1
Text Example
Text Example
White with #650FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650FD1; }
p { color: rgb(101,15,209); }
H1.HeaderClassName
{
color: #650FD1;
}
.AnyTagClassName
{
color: #650FD1;
}
</style>
background-color css
<style>
a { background-color: #650FD1; }
a { background-color: rgb(101,15,209); }
div.DivClassName
{
background-color: #650FD1;
}
.BgClassName
{
background-color: #650FD1;
}
</style>
border-color css
<style>
span { border-color: #650FD1; }
span { border-color: rgb(101,15,209); }
td.TdClassName
{
border-color: #650FD1;
}
.TagClassName
{
border-color: #650FD1;
}
</style>