Shades of Purple Heart #651AB1
Tints of Purple Heart #651AB1
RGB
CMYK
RGB Variations
Color information
#651AB1 (or 0x651AB1) is known color: Purple Heart. HEX triplet: 65, 1A and B1. RGB value is (101,26,177). Sum of RGB (Red+Green+Blue) = 101+26+177=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #651AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651AB1 is #9AE54E. Grayscale: #414141. Windows color (decimal): -10151247 or 11606629. OLE color: 11606629.
HSL color Cylindrical-coordinate representation of color #651AB1: hue angle of 269.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #651AB1 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 26 | 177 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.31 |
| HSL | 269.8º | 0.74% | 0.4% | - |
| HSV(B) | 269.8º | 0.85% | 0.69% | - |
| XYZ | 13.67 | 6.68 | 42.16 | - |
| YUV | 65.64 | 190.85 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 177 | 0.43 | 0.85 | 0 | 0.31 | 269.8 | 0.74 | 0.4 |
| Hex | 65 | 1A | B1 | 2B | 55 | 0 | 1F | 10E | 4A | 28 |
| Octal | 145 | 32 | 261 | 53 | 125 | 0 | 37 | 416 | 112 | 50 |
| Binary | 1100101 | 11010 | 10110001 | 101011 | 1010101 | 0 | 11111 | 100001110 | 1001010 | 101000 |
Color Harmonies of #651AB1
Complementary color
Monochromatic Colors of #651AB1
Black with #651AB1
Text Example
Text Example
White with #651AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651AB1; }
p { color: rgb(101,26,177); }
H1.HeaderClassName
{
color: #651AB1;
}
.AnyTagClassName
{
color: #651AB1;
}
</style>
background-color css
<style>
a { background-color: #651AB1; }
a { background-color: rgb(101,26,177); }
div.DivClassName
{
background-color: #651AB1;
}
.BgClassName
{
background-color: #651AB1;
}
</style>
border-color css
<style>
span { border-color: #651AB1; }
span { border-color: rgb(101,26,177); }
td.TdClassName
{
border-color: #651AB1;
}
.TagClassName
{
border-color: #651AB1;
}
</style>