Shades of Purple Heart #7B2EBA
Tints of Purple Heart #7B2EBA
RGB
CMYK
RGB Variations
Color information
#7B2EBA (or 0x7B2EBA) is known color: Purple Heart. HEX triplet: 7B, 2E and BA. RGB value is (123,46,186). Sum of RGB (Red+Green+Blue) = 123+46+186=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B2EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2EBA is #84D145. Grayscale: #545454. Windows color (decimal): -8704326 or 12201595. OLE color: 12201595.
HSL color Cylindrical-coordinate representation of color #7B2EBA: hue angle of 273º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B2EBA is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 46 | 186 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.27 |
| HSL | 273º | 0.6% | 0.45% | - |
| HSV(B) | 273º | 0.75% | 0.73% | - |
| XYZ | 18.01 | 9.71 | 47.38 | - |
| YUV | 84.98 | 185.01 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 186 | 0.34 | 0.75 | 0 | 0.27 | 273 | 0.6 | 0.45 |
| Hex | 7B | 2E | BA | 22 | 4B | 0 | 1B | 111 | 3C | 2D |
| Octal | 173 | 56 | 272 | 42 | 113 | 0 | 33 | 421 | 74 | 55 |
| Binary | 1111011 | 101110 | 10111010 | 100010 | 1001011 | 0 | 11011 | 100010001 | 111100 | 101101 |
Color Harmonies of #7B2EBA
Complementary color
Monochromatic Colors of #7B2EBA
Black with #7B2EBA
Text Example
Text Example
White with #7B2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2EBA; }
p { color: rgb(123,46,186); }
H1.HeaderClassName
{
color: #7B2EBA;
}
.AnyTagClassName
{
color: #7B2EBA;
}
</style>
background-color css
<style>
a { background-color: #7B2EBA; }
a { background-color: rgb(123,46,186); }
div.DivClassName
{
background-color: #7B2EBA;
}
.BgClassName
{
background-color: #7B2EBA;
}
</style>
border-color css
<style>
span { border-color: #7B2EBA; }
span { border-color: rgb(123,46,186); }
td.TdClassName
{
border-color: #7B2EBA;
}
.TagClassName
{
border-color: #7B2EBA;
}
</style>