Shades of Purple Heart #651FDE
Tints of Purple Heart #651FDE
RGB
CMYK
RGB Variations
Color information
#651FDE (or 0x651FDE) is known color: Purple Heart. HEX triplet: 65, 1F and DE. RGB value is (101,31,222). Sum of RGB (Red+Green+Blue) = 101+31+222=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #651FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651FDE is #9AE021. Grayscale: #494949. Windows color (decimal): -10149922 or 14557029. OLE color: 14557029.
HSL color Cylindrical-coordinate representation of color #651FDE: hue angle of 261.99º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #651FDE is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 31 | 222 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.13 |
| HSL | 261.99º | 0.75% | 0.5% | - |
| HSV(B) | 261.99º | 0.86% | 0.87% | - |
| XYZ | 19.04 | 9.02 | 69.84 | - |
| YUV | 73.7 | 211.69 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 222 | 0.55 | 0.86 | 0 | 0.13 | 261.99 | 0.75 | 0.5 |
| Hex | 65 | 1F | DE | 37 | 56 | 0 | D | 106 | 4B | 32 |
| Octal | 145 | 37 | 336 | 67 | 126 | 0 | 15 | 406 | 113 | 62 |
| Binary | 1100101 | 11111 | 11011110 | 110111 | 1010110 | 0 | 1101 | 100000110 | 1001011 | 110010 |
Color Harmonies of #651FDE
Complementary color
Monochromatic Colors of #651FDE
Black with #651FDE
Text Example
Text Example
White with #651FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651FDE; }
p { color: rgb(101,31,222); }
H1.HeaderClassName
{
color: #651FDE;
}
.AnyTagClassName
{
color: #651FDE;
}
</style>
background-color css
<style>
a { background-color: #651FDE; }
a { background-color: rgb(101,31,222); }
div.DivClassName
{
background-color: #651FDE;
}
.BgClassName
{
background-color: #651FDE;
}
</style>
border-color css
<style>
span { border-color: #651FDE; }
span { border-color: rgb(101,31,222); }
td.TdClassName
{
border-color: #651FDE;
}
.TagClassName
{
border-color: #651FDE;
}
</style>