Shades of Purple Heart #7B38BA
Tints of Purple Heart #7B38BA
RGB
CMYK
RGB Variations
Color information
#7B38BA (or 0x7B38BA) is known color: Purple Heart. HEX triplet: 7B, 38 and BA. RGB value is (123,56,186). Sum of RGB (Red+Green+Blue) = 123+56+186=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B38BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B38BA is #84C745. Grayscale: #5A5A5A. Windows color (decimal): -8701766 or 12204155. OLE color: 12204155.
HSL color Cylindrical-coordinate representation of color #7B38BA: hue angle of 270.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B38BA is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 56 | 186 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.27 |
| HSL | 270.92º | 0.54% | 0.47% | - |
| HSV(B) | 270.92º | 0.7% | 0.73% | - |
| XYZ | 18.45 | 10.58 | 47.53 | - |
| YUV | 90.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 186 | 0.34 | 0.70 | 0 | 0.27 | 270.92 | 0.54 | 0.47 |
| Hex | 7B | 38 | BA | 22 | 46 | 0 | 1B | 10F | 36 | 2F |
| Octal | 173 | 70 | 272 | 42 | 106 | 0 | 33 | 417 | 66 | 57 |
| Binary | 1111011 | 111000 | 10111010 | 100010 | 1000110 | 0 | 11011 | 100001111 | 110110 | 101111 |
Color Harmonies of #7B38BA
Complementary color
Monochromatic Colors of #7B38BA
Black with #7B38BA
Text Example
Text Example
White with #7B38BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B38BA; }
p { color: rgb(123,56,186); }
H1.HeaderClassName
{
color: #7B38BA;
}
.AnyTagClassName
{
color: #7B38BA;
}
</style>
background-color css
<style>
a { background-color: #7B38BA; }
a { background-color: rgb(123,56,186); }
div.DivClassName
{
background-color: #7B38BA;
}
.BgClassName
{
background-color: #7B38BA;
}
</style>
border-color css
<style>
span { border-color: #7B38BA; }
span { border-color: rgb(123,56,186); }
td.TdClassName
{
border-color: #7B38BA;
}
.TagClassName
{
border-color: #7B38BA;
}
</style>