Shades of Purple Heart #6505BD
Tints of Purple Heart #6505BD
RGB
CMYK
RGB Variations
Color information
#6505BD (or 0x6505BD) is known color: Purple Heart. HEX triplet: 65, 05 and BD. RGB value is (101,5,189). Sum of RGB (Red+Green+Blue) = 101+5+189=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #6505BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6505BD is #9AFA42. Grayscale: #363636. Windows color (decimal): -10156611 or 12387685. OLE color: 12387685.
HSL color Cylindrical-coordinate representation of color #6505BD: hue angle of 271.3º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6505BD is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 5 | 189 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.26 |
| HSL | 271.3º | 0.95% | 0.38% | - |
| HSV(B) | 271.3º | 0.97% | 0.74% | - |
| XYZ | 14.61 | 6.55 | 48.64 | - |
| YUV | 54.68 | 203.8 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 5 | 189 | 0.47 | 0.97 | 0 | 0.26 | 271.3 | 0.95 | 0.38 |
| Hex | 65 | 5 | BD | 2F | 61 | 0 | 1A | 10F | 5F | 26 |
| Octal | 145 | 5 | 275 | 57 | 141 | 0 | 32 | 417 | 137 | 46 |
| Binary | 1100101 | 101 | 10111101 | 101111 | 1100001 | 0 | 11010 | 100001111 | 1011111 | 100110 |
Color Harmonies of #6505BD
Complementary color
Monochromatic Colors of #6505BD
Black with #6505BD
Text Example
Text Example
White with #6505BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6505BD; }
p { color: rgb(101,5,189); }
H1.HeaderClassName
{
color: #6505BD;
}
.AnyTagClassName
{
color: #6505BD;
}
</style>
background-color css
<style>
a { background-color: #6505BD; }
a { background-color: rgb(101,5,189); }
div.DivClassName
{
background-color: #6505BD;
}
.BgClassName
{
background-color: #6505BD;
}
</style>
border-color css
<style>
span { border-color: #6505BD; }
span { border-color: rgb(101,5,189); }
td.TdClassName
{
border-color: #6505BD;
}
.TagClassName
{
border-color: #6505BD;
}
</style>