Shades of Purple Heart #7B34BA
Tints of Purple Heart #7B34BA
RGB
CMYK
RGB Variations
Color information
#7B34BA (or 0x7B34BA) is known color: Purple Heart. HEX triplet: 7B, 34 and BA. RGB value is (123,52,186). Sum of RGB (Red+Green+Blue) = 123+52+186=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B34BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B34BA is #84CB45. Grayscale: #585858. Windows color (decimal): -8702790 or 12203131. OLE color: 12203131.
HSL color Cylindrical-coordinate representation of color #7B34BA: hue angle of 271.79º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B34BA is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 52 | 186 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.27 |
| HSL | 271.79º | 0.56% | 0.47% | - |
| HSV(B) | 271.79º | 0.72% | 0.73% | - |
| XYZ | 18.26 | 10.21 | 47.46 | - |
| YUV | 88.51 | 183.02 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 186 | 0.34 | 0.72 | 0 | 0.27 | 271.79 | 0.56 | 0.47 |
| Hex | 7B | 34 | BA | 22 | 48 | 0 | 1B | 110 | 38 | 2F |
| Octal | 173 | 64 | 272 | 42 | 110 | 0 | 33 | 420 | 70 | 57 |
| Binary | 1111011 | 110100 | 10111010 | 100010 | 1001000 | 0 | 11011 | 100010000 | 111000 | 101111 |
Color Harmonies of #7B34BA
Complementary color
Monochromatic Colors of #7B34BA
Black with #7B34BA
Text Example
Text Example
White with #7B34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B34BA; }
p { color: rgb(123,52,186); }
H1.HeaderClassName
{
color: #7B34BA;
}
.AnyTagClassName
{
color: #7B34BA;
}
</style>
background-color css
<style>
a { background-color: #7B34BA; }
a { background-color: rgb(123,52,186); }
div.DivClassName
{
background-color: #7B34BA;
}
.BgClassName
{
background-color: #7B34BA;
}
</style>
border-color css
<style>
span { border-color: #7B34BA; }
span { border-color: rgb(123,52,186); }
td.TdClassName
{
border-color: #7B34BA;
}
.TagClassName
{
border-color: #7B34BA;
}
</style>