Shades of Purple Heart #7B2CBC
Tints of Purple Heart #7B2CBC
RGB
CMYK
RGB Variations
Color information
#7B2CBC (or 0x7B2CBC) is known color: Purple Heart. HEX triplet: 7B, 2C and BC. RGB value is (123,44,188). Sum of RGB (Red+Green+Blue) = 123+44+188=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B2CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2CBC is #84D343. Grayscale: #535353. Windows color (decimal): -8704836 or 12332155. OLE color: 12332155.
HSL color Cylindrical-coordinate representation of color #7B2CBC: hue angle of 272.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B2CBC is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 44 | 188 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.26 |
| HSL | 272.92º | 0.62% | 0.45% | - |
| HSV(B) | 272.92º | 0.77% | 0.74% | - |
| XYZ | 18.15 | 9.64 | 48.48 | - |
| YUV | 84.04 | 186.67 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 44 | 188 | 0.35 | 0.77 | 0 | 0.26 | 272.92 | 0.62 | 0.45 |
| Hex | 7B | 2C | BC | 23 | 4D | 0 | 1A | 111 | 3E | 2D |
| Octal | 173 | 54 | 274 | 43 | 115 | 0 | 32 | 421 | 76 | 55 |
| Binary | 1111011 | 101100 | 10111100 | 100011 | 1001101 | 0 | 11010 | 100010001 | 111110 | 101101 |
Color Harmonies of #7B2CBC
Complementary color
Monochromatic Colors of #7B2CBC
Black with #7B2CBC
Text Example
Text Example
White with #7B2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2CBC; }
p { color: rgb(123,44,188); }
H1.HeaderClassName
{
color: #7B2CBC;
}
.AnyTagClassName
{
color: #7B2CBC;
}
</style>
background-color css
<style>
a { background-color: #7B2CBC; }
a { background-color: rgb(123,44,188); }
div.DivClassName
{
background-color: #7B2CBC;
}
.BgClassName
{
background-color: #7B2CBC;
}
</style>
border-color css
<style>
span { border-color: #7B2CBC; }
span { border-color: rgb(123,44,188); }
td.TdClassName
{
border-color: #7B2CBC;
}
.TagClassName
{
border-color: #7B2CBC;
}
</style>