Shades of Purple Heart #6505BC
Tints of Purple Heart #6505BC
RGB
CMYK
RGB Variations
Color information
#6505BC (or 0x6505BC) is known color: Purple Heart. HEX triplet: 65, 05 and BC. RGB value is (101,5,188). Sum of RGB (Red+Green+Blue) = 101+5+188=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #6505BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6505BC is #9AFA43. Grayscale: #353535. Windows color (decimal): -10156612 or 12322149. OLE color: 12322149.
HSL color Cylindrical-coordinate representation of color #6505BC: hue angle of 271.48º 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 #6505BC is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 5 | 188 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.26 |
| HSL | 271.48º | 0.95% | 0.38% | - |
| HSV(B) | 271.48º | 0.97% | 0.74% | - |
| XYZ | 14.5 | 6.51 | 48.07 | - |
| YUV | 54.57 | 203.3 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 5 | 188 | 0.46 | 0.97 | 0 | 0.26 | 271.48 | 0.95 | 0.38 |
| Hex | 65 | 5 | BC | 2E | 61 | 0 | 1A | 10F | 5F | 26 |
| Octal | 145 | 5 | 274 | 56 | 141 | 0 | 32 | 417 | 137 | 46 |
| Binary | 1100101 | 101 | 10111100 | 101110 | 1100001 | 0 | 11010 | 100001111 | 1011111 | 100110 |
Color Harmonies of #6505BC
Complementary color
Monochromatic Colors of #6505BC
Black with #6505BC
Text Example
Text Example
White with #6505BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6505BC; }
p { color: rgb(101,5,188); }
H1.HeaderClassName
{
color: #6505BC;
}
.AnyTagClassName
{
color: #6505BC;
}
</style>
background-color css
<style>
a { background-color: #6505BC; }
a { background-color: rgb(101,5,188); }
div.DivClassName
{
background-color: #6505BC;
}
.BgClassName
{
background-color: #6505BC;
}
</style>
border-color css
<style>
span { border-color: #6505BC; }
span { border-color: rgb(101,5,188); }
td.TdClassName
{
border-color: #6505BC;
}
.TagClassName
{
border-color: #6505BC;
}
</style>