Shades of Purple Heart #651DB6
Tints of Purple Heart #651DB6
RGB
CMYK
RGB Variations
Color information
#651DB6 (or 0x651DB6) is known color: Purple Heart. HEX triplet: 65, 1D and B6. RGB value is (101,29,182). Sum of RGB (Red+Green+Blue) = 101+29+182=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 182 (71.48% from 255 or 58.33% from 312); Max value from RGB is 182 - color contains mainly: blue. Hex color #651DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651DB6 is #9AE249. Grayscale: #434343. Windows color (decimal): -10150474 or 11935077. OLE color: 11935077.
HSL color Cylindrical-coordinate representation of color #651DB6: hue angle of 268.24º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651DB6 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 29 | 182 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.29 |
| HSL | 268.24º | 0.73% | 0.41% | - |
| HSV(B) | 268.24º | 0.84% | 0.71% | - |
| XYZ | 14.25 | 7.02 | 44.86 | - |
| YUV | 67.97 | 192.35 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 182 | 0.45 | 0.84 | 0 | 0.29 | 268.24 | 0.73 | 0.41 |
| Hex | 65 | 1D | B6 | 2D | 54 | 0 | 1D | 10C | 49 | 29 |
| Octal | 145 | 35 | 266 | 55 | 124 | 0 | 35 | 414 | 111 | 51 |
| Binary | 1100101 | 11101 | 10110110 | 101101 | 1010100 | 0 | 11101 | 100001100 | 1001001 | 101001 |
Color Harmonies of #651DB6
Complementary color
Monochromatic Colors of #651DB6
Black with #651DB6
Text Example
Text Example
White with #651DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651DB6; }
p { color: rgb(101,29,182); }
H1.HeaderClassName
{
color: #651DB6;
}
.AnyTagClassName
{
color: #651DB6;
}
</style>
background-color css
<style>
a { background-color: #651DB6; }
a { background-color: rgb(101,29,182); }
div.DivClassName
{
background-color: #651DB6;
}
.BgClassName
{
background-color: #651DB6;
}
</style>
border-color css
<style>
span { border-color: #651DB6; }
span { border-color: rgb(101,29,182); }
td.TdClassName
{
border-color: #651DB6;
}
.TagClassName
{
border-color: #651DB6;
}
</style>