Shades of Purple Heart #6511B1
Tints of Purple Heart #6511B1
RGB
CMYK
RGB Variations
Color information
#6511B1 (or 0x6511B1) is known color: Purple Heart. HEX triplet: 65, 11 and B1. RGB value is (101,17,177). Sum of RGB (Red+Green+Blue) = 101+17+177=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 177 (69.53% from 255 or 60% from 295); Max value from RGB is 177 - color contains mainly: blue. Hex color #6511B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6511B1 is #9AEE4E. Grayscale: #3B3B3B. Windows color (decimal): -10153551 or 11604325. OLE color: 11604325.
HSL color Cylindrical-coordinate representation of color #6511B1: hue angle of 271.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6511B1 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 17 | 177 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.31 |
| HSL | 271.5º | 0.82% | 0.38% | - |
| HSV(B) | 271.5º | 0.9% | 0.69% | - |
| XYZ | 13.5 | 6.34 | 42.11 | - |
| YUV | 60.36 | 193.83 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 177 | 0.43 | 0.90 | 0 | 0.31 | 271.5 | 0.82 | 0.38 |
| Hex | 65 | 11 | B1 | 2B | 5A | 0 | 1F | 110 | 52 | 26 |
| Octal | 145 | 21 | 261 | 53 | 132 | 0 | 37 | 420 | 122 | 46 |
| Binary | 1100101 | 10001 | 10110001 | 101011 | 1011010 | 0 | 11111 | 100010000 | 1010010 | 100110 |
Color Harmonies of #6511B1
Complementary color
Monochromatic Colors of #6511B1
Black with #6511B1
Text Example
Text Example
White with #6511B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6511B1; }
p { color: rgb(101,17,177); }
H1.HeaderClassName
{
color: #6511B1;
}
.AnyTagClassName
{
color: #6511B1;
}
</style>
background-color css
<style>
a { background-color: #6511B1; }
a { background-color: rgb(101,17,177); }
div.DivClassName
{
background-color: #6511B1;
}
.BgClassName
{
background-color: #6511B1;
}
</style>
border-color css
<style>
span { border-color: #6511B1; }
span { border-color: rgb(101,17,177); }
td.TdClassName
{
border-color: #6511B1;
}
.TagClassName
{
border-color: #6511B1;
}
</style>