Shades of Purple Heart #650BAC
Tints of Purple Heart #650BAC
RGB
CMYK
RGB Variations
Color information
#650BAC (or 0x650BAC) is known color: Purple Heart. HEX triplet: 65, 0B and AC. RGB value is (101,11,172). Sum of RGB (Red+Green+Blue) = 101+11+172=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #650BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650BAC is #9AF453. Grayscale: #373737. Windows color (decimal): -10155092 or 11275109. OLE color: 11275109.
HSL color Cylindrical-coordinate representation of color #650BAC: hue angle of 273.54º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650BAC is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 11 | 172 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.33 |
| HSL | 273.54º | 0.88% | 0.36% | - |
| HSV(B) | 273.54º | 0.94% | 0.67% | - |
| XYZ | 12.93 | 5.98 | 39.5 | - |
| YUV | 56.26 | 193.32 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 172 | 0.41 | 0.94 | 0 | 0.33 | 273.54 | 0.88 | 0.36 |
| Hex | 65 | B | AC | 29 | 5E | 0 | 21 | 112 | 58 | 24 |
| Octal | 145 | 13 | 254 | 51 | 136 | 0 | 41 | 422 | 130 | 44 |
| Binary | 1100101 | 1011 | 10101100 | 101001 | 1011110 | 0 | 100001 | 100010010 | 1011000 | 100100 |
Color Harmonies of #650BAC
Complementary color
Monochromatic Colors of #650BAC
Black with #650BAC
Text Example
Text Example
White with #650BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650BAC; }
p { color: rgb(101,11,172); }
H1.HeaderClassName
{
color: #650BAC;
}
.AnyTagClassName
{
color: #650BAC;
}
</style>
background-color css
<style>
a { background-color: #650BAC; }
a { background-color: rgb(101,11,172); }
div.DivClassName
{
background-color: #650BAC;
}
.BgClassName
{
background-color: #650BAC;
}
</style>
border-color css
<style>
span { border-color: #650BAC; }
span { border-color: rgb(101,11,172); }
td.TdClassName
{
border-color: #650BAC;
}
.TagClassName
{
border-color: #650BAC;
}
</style>