Shades of Purple Heart #651DB0
Tints of Purple Heart #651DB0
RGB
CMYK
RGB Variations
Color information
#651DB0 (or 0x651DB0) is known color: Purple Heart. HEX triplet: 65, 1D and B0. RGB value is (101,29,176). Sum of RGB (Red+Green+Blue) = 101+29+176=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 176 (69.14% from 255 or 57.52% from 306); Max value from RGB is 176 - color contains mainly: blue. Hex color #651DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651DB0 is #9AE24F. Grayscale: #424242. Windows color (decimal): -10150480 or 11541861. OLE color: 11541861.
HSL color Cylindrical-coordinate representation of color #651DB0: hue angle of 269.39º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651DB0 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 29 | 176 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.31 |
| HSL | 269.39º | 0.72% | 0.4% | - |
| HSV(B) | 269.39º | 0.84% | 0.69% | - |
| XYZ | 13.64 | 6.78 | 41.66 | - |
| YUV | 67.29 | 189.35 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 176 | 0.43 | 0.84 | 0 | 0.31 | 269.39 | 0.72 | 0.4 |
| Hex | 65 | 1D | B0 | 2B | 54 | 0 | 1F | 10D | 48 | 28 |
| Octal | 145 | 35 | 260 | 53 | 124 | 0 | 37 | 415 | 110 | 50 |
| Binary | 1100101 | 11101 | 10110000 | 101011 | 1010100 | 0 | 11111 | 100001101 | 1001000 | 101000 |
Color Harmonies of #651DB0
Complementary color
Monochromatic Colors of #651DB0
Black with #651DB0
Text Example
Text Example
White with #651DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651DB0; }
p { color: rgb(101,29,176); }
H1.HeaderClassName
{
color: #651DB0;
}
.AnyTagClassName
{
color: #651DB0;
}
</style>
background-color css
<style>
a { background-color: #651DB0; }
a { background-color: rgb(101,29,176); }
div.DivClassName
{
background-color: #651DB0;
}
.BgClassName
{
background-color: #651DB0;
}
</style>
border-color css
<style>
span { border-color: #651DB0; }
span { border-color: rgb(101,29,176); }
td.TdClassName
{
border-color: #651DB0;
}
.TagClassName
{
border-color: #651DB0;
}
</style>