Shades of Purple Heart #7B29BA
Tints of Purple Heart #7B29BA
RGB
CMYK
RGB Variations
Color information
#7B29BA (or 0x7B29BA) is known color: Purple Heart. HEX triplet: 7B, 29 and BA. RGB value is (123,41,186). Sum of RGB (Red+Green+Blue) = 123+41+186=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B29BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B29BA is #84D645. Grayscale: #515151. Windows color (decimal): -8705606 or 12200315. OLE color: 12200315.
HSL color Cylindrical-coordinate representation of color #7B29BA: hue angle of 273.93º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B29BA is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 41 | 186 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.27 |
| HSL | 273.93º | 0.64% | 0.45% | - |
| HSV(B) | 273.93º | 0.78% | 0.73% | - |
| XYZ | 17.82 | 9.34 | 47.32 | - |
| YUV | 82.05 | 186.67 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 186 | 0.34 | 0.78 | 0 | 0.27 | 273.93 | 0.64 | 0.45 |
| Hex | 7B | 29 | BA | 22 | 4E | 0 | 1B | 112 | 40 | 2D |
| Octal | 173 | 51 | 272 | 42 | 116 | 0 | 33 | 422 | 100 | 55 |
| Binary | 1111011 | 101001 | 10111010 | 100010 | 1001110 | 0 | 11011 | 100010010 | 1000000 | 101101 |
Color Harmonies of #7B29BA
Complementary color
Monochromatic Colors of #7B29BA
Black with #7B29BA
Text Example
Text Example
White with #7B29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B29BA; }
p { color: rgb(123,41,186); }
H1.HeaderClassName
{
color: #7B29BA;
}
.AnyTagClassName
{
color: #7B29BA;
}
</style>
background-color css
<style>
a { background-color: #7B29BA; }
a { background-color: rgb(123,41,186); }
div.DivClassName
{
background-color: #7B29BA;
}
.BgClassName
{
background-color: #7B29BA;
}
</style>
border-color css
<style>
span { border-color: #7B29BA; }
span { border-color: rgb(123,41,186); }
td.TdClassName
{
border-color: #7B29BA;
}
.TagClassName
{
border-color: #7B29BA;
}
</style>