Shades of Purple Heart #650BBA
Tints of Purple Heart #650BBA
RGB
CMYK
RGB Variations
Color information
#650BBA (or 0x650BBA) is known color: Purple Heart. HEX triplet: 65, 0B and BA. RGB value is (101,11,186). Sum of RGB (Red+Green+Blue) = 101+11+186=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #650BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650BBA is #9AF445. Grayscale: #393939. Windows color (decimal): -10155078 or 12192613. OLE color: 12192613.
HSL color Cylindrical-coordinate representation of color #650BBA: hue angle of 270.86º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650BBA is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 11 | 186 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.27 |
| HSL | 270.86º | 0.89% | 0.39% | - |
| HSV(B) | 270.86º | 0.94% | 0.73% | - |
| XYZ | 14.35 | 6.55 | 46.96 | - |
| YUV | 57.86 | 200.32 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 186 | 0.46 | 0.94 | 0 | 0.27 | 270.86 | 0.89 | 0.39 |
| Hex | 65 | B | BA | 2E | 5E | 0 | 1B | 10F | 59 | 27 |
| Octal | 145 | 13 | 272 | 56 | 136 | 0 | 33 | 417 | 131 | 47 |
| Binary | 1100101 | 1011 | 10111010 | 101110 | 1011110 | 0 | 11011 | 100001111 | 1011001 | 100111 |
Color Harmonies of #650BBA
Complementary color
Monochromatic Colors of #650BBA
Black with #650BBA
Text Example
Text Example
White with #650BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650BBA; }
p { color: rgb(101,11,186); }
H1.HeaderClassName
{
color: #650BBA;
}
.AnyTagClassName
{
color: #650BBA;
}
</style>
background-color css
<style>
a { background-color: #650BBA; }
a { background-color: rgb(101,11,186); }
div.DivClassName
{
background-color: #650BBA;
}
.BgClassName
{
background-color: #650BBA;
}
</style>
border-color css
<style>
span { border-color: #650BBA; }
span { border-color: rgb(101,11,186); }
td.TdClassName
{
border-color: #650BBA;
}
.TagClassName
{
border-color: #650BBA;
}
</style>