Shades of Purple Heart #6511BF
Tints of Purple Heart #6511BF
RGB
CMYK
RGB Variations
Color information
#6511BF (or 0x6511BF) is known color: Purple Heart. HEX triplet: 65, 11 and BF. RGB value is (101,17,191). Sum of RGB (Red+Green+Blue) = 101+17+191=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #6511BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6511BF is #9AEE40. Grayscale: #3D3D3D. Windows color (decimal): -10153537 or 12521829. OLE color: 12521829.
HSL color Cylindrical-coordinate representation of color #6511BF: hue angle of 268.97º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6511BF is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 17 | 191 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.25 |
| HSL | 268.97º | 0.84% | 0.41% | - |
| HSV(B) | 268.97º | 0.91% | 0.75% | - |
| XYZ | 14.97 | 6.93 | 49.84 | - |
| YUV | 61.95 | 200.83 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 191 | 0.47 | 0.91 | 0 | 0.25 | 268.97 | 0.84 | 0.41 |
| Hex | 65 | 11 | BF | 2F | 5B | 0 | 19 | 10D | 54 | 29 |
| Octal | 145 | 21 | 277 | 57 | 133 | 0 | 31 | 415 | 124 | 51 |
| Binary | 1100101 | 10001 | 10111111 | 101111 | 1011011 | 0 | 11001 | 100001101 | 1010100 | 101001 |
Color Harmonies of #6511BF
Complementary color
Monochromatic Colors of #6511BF
Black with #6511BF
Text Example
Text Example
White with #6511BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6511BF; }
p { color: rgb(101,17,191); }
H1.HeaderClassName
{
color: #6511BF;
}
.AnyTagClassName
{
color: #6511BF;
}
</style>
background-color css
<style>
a { background-color: #6511BF; }
a { background-color: rgb(101,17,191); }
div.DivClassName
{
background-color: #6511BF;
}
.BgClassName
{
background-color: #6511BF;
}
</style>
border-color css
<style>
span { border-color: #6511BF; }
span { border-color: rgb(101,17,191); }
td.TdClassName
{
border-color: #6511BF;
}
.TagClassName
{
border-color: #6511BF;
}
</style>