Shades of Purple Heart #651ADE
Tints of Purple Heart #651ADE
RGB
CMYK
RGB Variations
Color information
#651ADE (or 0x651ADE) is known color: Purple Heart. HEX triplet: 65, 1A and DE. RGB value is (101,26,222). Sum of RGB (Red+Green+Blue) = 101+26+222=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #651ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651ADE is #9AE521. Grayscale: #464646. Windows color (decimal): -10151202 or 14555749. OLE color: 14555749.
HSL color Cylindrical-coordinate representation of color #651ADE: hue angle of 262.96º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651ADE is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 26 | 222 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.13 |
| HSL | 262.96º | 0.79% | 0.49% | - |
| HSV(B) | 262.96º | 0.88% | 0.87% | - |
| XYZ | 18.92 | 8.78 | 69.8 | - |
| YUV | 70.77 | 213.35 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 222 | 0.55 | 0.88 | 0 | 0.13 | 262.96 | 0.79 | 0.49 |
| Hex | 65 | 1A | DE | 37 | 58 | 0 | D | 107 | 4F | 31 |
| Octal | 145 | 32 | 336 | 67 | 130 | 0 | 15 | 407 | 117 | 61 |
| Binary | 1100101 | 11010 | 11011110 | 110111 | 1011000 | 0 | 1101 | 100000111 | 1001111 | 110001 |
Color Harmonies of #651ADE
Complementary color
Monochromatic Colors of #651ADE
Black with #651ADE
Text Example
Text Example
White with #651ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651ADE; }
p { color: rgb(101,26,222); }
H1.HeaderClassName
{
color: #651ADE;
}
.AnyTagClassName
{
color: #651ADE;
}
</style>
background-color css
<style>
a { background-color: #651ADE; }
a { background-color: rgb(101,26,222); }
div.DivClassName
{
background-color: #651ADE;
}
.BgClassName
{
background-color: #651ADE;
}
</style>
border-color css
<style>
span { border-color: #651ADE; }
span { border-color: rgb(101,26,222); }
td.TdClassName
{
border-color: #651ADE;
}
.TagClassName
{
border-color: #651ADE;
}
</style>