Shades of Purple Heart #650BBB
Tints of Purple Heart #650BBB
RGB
CMYK
RGB Variations
Color information
#650BBB (or 0x650BBB) is known color: Purple Heart. HEX triplet: 65, 0B and BB. RGB value is (101,11,187). Sum of RGB (Red+Green+Blue) = 101+11+187=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #650BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650BBB is #9AF444. Grayscale: #393939. Windows color (decimal): -10155077 or 12258149. OLE color: 12258149.
HSL color Cylindrical-coordinate representation of color #650BBB: hue angle of 270.68º 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 #650BBB is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 11 | 187 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.27 |
| HSL | 270.68º | 0.89% | 0.39% | - |
| HSV(B) | 270.68º | 0.94% | 0.73% | - |
| XYZ | 14.46 | 6.59 | 47.52 | - |
| YUV | 57.97 | 200.82 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 187 | 0.46 | 0.94 | 0 | 0.27 | 270.68 | 0.89 | 0.39 |
| Hex | 65 | B | BB | 2E | 5E | 0 | 1B | 10F | 59 | 27 |
| Octal | 145 | 13 | 273 | 56 | 136 | 0 | 33 | 417 | 131 | 47 |
| Binary | 1100101 | 1011 | 10111011 | 101110 | 1011110 | 0 | 11011 | 100001111 | 1011001 | 100111 |
Color Harmonies of #650BBB
Complementary color
Monochromatic Colors of #650BBB
Black with #650BBB
Text Example
Text Example
White with #650BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650BBB; }
p { color: rgb(101,11,187); }
H1.HeaderClassName
{
color: #650BBB;
}
.AnyTagClassName
{
color: #650BBB;
}
</style>
background-color css
<style>
a { background-color: #650BBB; }
a { background-color: rgb(101,11,187); }
div.DivClassName
{
background-color: #650BBB;
}
.BgClassName
{
background-color: #650BBB;
}
</style>
border-color css
<style>
span { border-color: #650BBB; }
span { border-color: rgb(101,11,187); }
td.TdClassName
{
border-color: #650BBB;
}
.TagClassName
{
border-color: #650BBB;
}
</style>