Shades of Purple Heart #6506B9
Tints of Purple Heart #6506B9
RGB
CMYK
RGB Variations
Color information
#6506B9 (or 0x6506B9) is known color: Purple Heart. HEX triplet: 65, 06 and B9. RGB value is (101,6,185). Sum of RGB (Red+Green+Blue) = 101+6+185=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 185 (72.66% from 255 or 63.36% from 292); Max value from RGB is 185 - color contains mainly: blue. Hex color #6506B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6506B9 is #9AF946. Grayscale: #363636. Windows color (decimal): -10156359 or 12125797. OLE color: 12125797.
HSL color Cylindrical-coordinate representation of color #6506B9: hue angle of 271.84º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6506B9 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 6 | 185 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.27 |
| HSL | 271.84º | 0.94% | 0.37% | - |
| HSV(B) | 271.84º | 0.97% | 0.73% | - |
| XYZ | 14.19 | 6.4 | 46.39 | - |
| YUV | 54.81 | 201.47 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 185 | 0.45 | 0.97 | 0 | 0.27 | 271.84 | 0.94 | 0.37 |
| Hex | 65 | 6 | B9 | 2D | 61 | 0 | 1B | 110 | 5E | 25 |
| Octal | 145 | 6 | 271 | 55 | 141 | 0 | 33 | 420 | 136 | 45 |
| Binary | 1100101 | 110 | 10111001 | 101101 | 1100001 | 0 | 11011 | 100010000 | 1011110 | 100101 |
Color Harmonies of #6506B9
Complementary color
Monochromatic Colors of #6506B9
Black with #6506B9
Text Example
Text Example
White with #6506B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6506B9; }
p { color: rgb(101,6,185); }
H1.HeaderClassName
{
color: #6506B9;
}
.AnyTagClassName
{
color: #6506B9;
}
</style>
background-color css
<style>
a { background-color: #6506B9; }
a { background-color: rgb(101,6,185); }
div.DivClassName
{
background-color: #6506B9;
}
.BgClassName
{
background-color: #6506B9;
}
</style>
border-color css
<style>
span { border-color: #6506B9; }
span { border-color: rgb(101,6,185); }
td.TdClassName
{
border-color: #6506B9;
}
.TagClassName
{
border-color: #6506B9;
}
</style>