Shades of Purple Heart #650BBF
Tints of Purple Heart #650BBF
RGB
CMYK
RGB Variations
Color information
#650BBF (or 0x650BBF) is known color: Purple Heart. HEX triplet: 65, 0B and BF. RGB value is (101,11,191). Sum of RGB (Red+Green+Blue) = 101+11+191=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #650BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650BBF is #9AF440. Grayscale: #393939. Windows color (decimal): -10155073 or 12520293. OLE color: 12520293.
HSL color Cylindrical-coordinate representation of color #650BBF: hue angle of 270º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650BBF is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 11 | 191 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.25 |
| HSL | 270º | 0.89% | 0.4% | - |
| HSV(B) | 270º | 0.94% | 0.75% | - |
| XYZ | 14.89 | 6.77 | 49.81 | - |
| YUV | 58.43 | 202.82 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 191 | 0.47 | 0.94 | 0 | 0.25 | 270 | 0.89 | 0.4 |
| Hex | 65 | B | BF | 2F | 5E | 0 | 19 | 10E | 59 | 28 |
| Octal | 145 | 13 | 277 | 57 | 136 | 0 | 31 | 416 | 131 | 50 |
| Binary | 1100101 | 1011 | 10111111 | 101111 | 1011110 | 0 | 11001 | 100001110 | 1011001 | 101000 |
Color Harmonies of #650BBF
Complementary color
Monochromatic Colors of #650BBF
Black with #650BBF
Text Example
Text Example
White with #650BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650BBF; }
p { color: rgb(101,11,191); }
H1.HeaderClassName
{
color: #650BBF;
}
.AnyTagClassName
{
color: #650BBF;
}
</style>
background-color css
<style>
a { background-color: #650BBF; }
a { background-color: rgb(101,11,191); }
div.DivClassName
{
background-color: #650BBF;
}
.BgClassName
{
background-color: #650BBF;
}
</style>
border-color css
<style>
span { border-color: #650BBF; }
span { border-color: rgb(101,11,191); }
td.TdClassName
{
border-color: #650BBF;
}
.TagClassName
{
border-color: #650BBF;
}
</style>