Shades of Purple Heart #651FDB
Tints of Purple Heart #651FDB
RGB
CMYK
RGB Variations
Color information
#651FDB (or 0x651FDB) is known color: Purple Heart. HEX triplet: 65, 1F and DB. RGB value is (101,31,219). Sum of RGB (Red+Green+Blue) = 101+31+219=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #651FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651FDB is #9AE024. Grayscale: #484848. Windows color (decimal): -10149925 or 14360421. OLE color: 14360421.
HSL color Cylindrical-coordinate representation of color #651FDB: hue angle of 262.34º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #651FDB is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 31 | 219 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.14 |
| HSL | 262.34º | 0.75% | 0.49% | - |
| HSV(B) | 262.34º | 0.86% | 0.86% | - |
| XYZ | 18.64 | 8.86 | 67.75 | - |
| YUV | 73.36 | 210.19 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 219 | 0.54 | 0.86 | 0 | 0.14 | 262.34 | 0.75 | 0.49 |
| Hex | 65 | 1F | DB | 36 | 56 | 0 | E | 106 | 4B | 31 |
| Octal | 145 | 37 | 333 | 66 | 126 | 0 | 16 | 406 | 113 | 61 |
| Binary | 1100101 | 11111 | 11011011 | 110110 | 1010110 | 0 | 1110 | 100000110 | 1001011 | 110001 |
Color Harmonies of #651FDB
Complementary color
Monochromatic Colors of #651FDB
Black with #651FDB
Text Example
Text Example
White with #651FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651FDB; }
p { color: rgb(101,31,219); }
H1.HeaderClassName
{
color: #651FDB;
}
.AnyTagClassName
{
color: #651FDB;
}
</style>
background-color css
<style>
a { background-color: #651FDB; }
a { background-color: rgb(101,31,219); }
div.DivClassName
{
background-color: #651FDB;
}
.BgClassName
{
background-color: #651FDB;
}
</style>
border-color css
<style>
span { border-color: #651FDB; }
span { border-color: rgb(101,31,219); }
td.TdClassName
{
border-color: #651FDB;
}
.TagClassName
{
border-color: #651FDB;
}
</style>