Shades of Purple Heart #651BA7
Tints of Purple Heart #651BA7
RGB
CMYK
RGB Variations
Color information
#651BA7 (or 0x651BA7) is known color: Purple Heart. HEX triplet: 65, 1B and A7. RGB value is (101,27,167). Sum of RGB (Red+Green+Blue) = 101+27+167=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 167 (65.62% from 255 or 56.61% from 295); Max value from RGB is 167 - color contains mainly: blue. Hex color #651BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651BA7 is #9AE458. Grayscale: #404040. Windows color (decimal): -10151001 or 10951525. OLE color: 10951525.
HSL color Cylindrical-coordinate representation of color #651BA7: hue angle of 271.71º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651BA7 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 27 | 167 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.35 |
| HSL | 271.71º | 0.72% | 0.38% | - |
| HSV(B) | 271.71º | 0.84% | 0.65% | - |
| XYZ | 12.73 | 6.34 | 37.11 | - |
| YUV | 65.09 | 185.52 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 167 | 0.40 | 0.84 | 0 | 0.35 | 271.71 | 0.72 | 0.38 |
| Hex | 65 | 1B | A7 | 28 | 54 | 0 | 23 | 110 | 48 | 26 |
| Octal | 145 | 33 | 247 | 50 | 124 | 0 | 43 | 420 | 110 | 46 |
| Binary | 1100101 | 11011 | 10100111 | 101000 | 1010100 | 0 | 100011 | 100010000 | 1001000 | 100110 |
Color Harmonies of #651BA7
Complementary color
Monochromatic Colors of #651BA7
Black with #651BA7
Text Example
Text Example
White with #651BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651BA7; }
p { color: rgb(101,27,167); }
H1.HeaderClassName
{
color: #651BA7;
}
.AnyTagClassName
{
color: #651BA7;
}
</style>
background-color css
<style>
a { background-color: #651BA7; }
a { background-color: rgb(101,27,167); }
div.DivClassName
{
background-color: #651BA7;
}
.BgClassName
{
background-color: #651BA7;
}
</style>
border-color css
<style>
span { border-color: #651BA7; }
span { border-color: rgb(101,27,167); }
td.TdClassName
{
border-color: #651BA7;
}
.TagClassName
{
border-color: #651BA7;
}
</style>