Shades of Purple Heart #6501BF
Tints of Purple Heart #6501BF
RGB
CMYK
RGB Variations
Color information
#6501BF (or 0x6501BF) is known color: Purple Heart. HEX triplet: 65, 01 and BF. RGB value is (101,1,191). Sum of RGB (Red+Green+Blue) = 101+1+191=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #6501BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6501BF is #9AFE40. Grayscale: #333333. Windows color (decimal): -10157633 or 12517733. OLE color: 12517733.
HSL color Cylindrical-coordinate representation of color #6501BF: hue angle of 271.58º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6501BF is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 1 | 191 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.25 |
| HSL | 271.58º | 0.99% | 0.38% | - |
| HSV(B) | 271.58º | 0.99% | 0.75% | - |
| XYZ | 14.78 | 6.55 | 49.78 | - |
| YUV | 52.56 | 206.13 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 191 | 0.47 | 0.99 | 0 | 0.25 | 271.58 | 0.99 | 0.38 |
| Hex | 65 | 1 | BF | 2F | 63 | 0 | 19 | 110 | 63 | 26 |
| Octal | 145 | 1 | 277 | 57 | 143 | 0 | 31 | 420 | 143 | 46 |
| Binary | 1100101 | 1 | 10111111 | 101111 | 1100011 | 0 | 11001 | 100010000 | 1100011 | 100110 |
Color Harmonies of #6501BF
Complementary color
Monochromatic Colors of #6501BF
Black with #6501BF
Text Example
Text Example
White with #6501BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6501BF; }
p { color: rgb(101,1,191); }
H1.HeaderClassName
{
color: #6501BF;
}
.AnyTagClassName
{
color: #6501BF;
}
</style>
background-color css
<style>
a { background-color: #6501BF; }
a { background-color: rgb(101,1,191); }
div.DivClassName
{
background-color: #6501BF;
}
.BgClassName
{
background-color: #6501BF;
}
</style>
border-color css
<style>
span { border-color: #6501BF; }
span { border-color: rgb(101,1,191); }
td.TdClassName
{
border-color: #6501BF;
}
.TagClassName
{
border-color: #6501BF;
}
</style>