Shades of Purple Heart #7B26BA
Tints of Purple Heart #7B26BA
RGB
CMYK
RGB Variations
Color information
#7B26BA (or 0x7B26BA) is known color: Purple Heart. HEX triplet: 7B, 26 and BA. RGB value is (123,38,186). Sum of RGB (Red+Green+Blue) = 123+38+186=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B26BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B26BA is #84D945. Grayscale: #4F4F4F. Windows color (decimal): -8706374 or 12199547. OLE color: 12199547.
HSL color Cylindrical-coordinate representation of color #7B26BA: hue angle of 274.46º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B26BA is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 38 | 186 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.27 |
| HSL | 274.46º | 0.66% | 0.44% | - |
| HSV(B) | 274.46º | 0.8% | 0.73% | - |
| XYZ | 17.72 | 9.14 | 47.28 | - |
| YUV | 80.29 | 187.66 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 38 | 186 | 0.34 | 0.80 | 0 | 0.27 | 274.46 | 0.66 | 0.44 |
| Hex | 7B | 26 | BA | 22 | 50 | 0 | 1B | 112 | 42 | 2C |
| Octal | 173 | 46 | 272 | 42 | 120 | 0 | 33 | 422 | 102 | 54 |
| Binary | 1111011 | 100110 | 10111010 | 100010 | 1010000 | 0 | 11011 | 100010010 | 1000010 | 101100 |
Color Harmonies of #7B26BA
Complementary color
Monochromatic Colors of #7B26BA
Black with #7B26BA
Text Example
Text Example
White with #7B26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B26BA; }
p { color: rgb(123,38,186); }
H1.HeaderClassName
{
color: #7B26BA;
}
.AnyTagClassName
{
color: #7B26BA;
}
</style>
background-color css
<style>
a { background-color: #7B26BA; }
a { background-color: rgb(123,38,186); }
div.DivClassName
{
background-color: #7B26BA;
}
.BgClassName
{
background-color: #7B26BA;
}
</style>
border-color css
<style>
span { border-color: #7B26BA; }
span { border-color: rgb(123,38,186); }
td.TdClassName
{
border-color: #7B26BA;
}
.TagClassName
{
border-color: #7B26BA;
}
</style>