Shades of Purple Heart #7B2ECB
Tints of Purple Heart #7B2ECB
RGB
CMYK
RGB Variations
Color information
#7B2ECB (or 0x7B2ECB) is known color: Purple Heart. HEX triplet: 7B, 2E and CB. RGB value is (123,46,203). Sum of RGB (Red+Green+Blue) = 123+46+203=372 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.06% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B2ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2ECB is #84D134. Grayscale: #565656. Windows color (decimal): -8704309 or 13315707. OLE color: 13315707.
HSL color Cylindrical-coordinate representation of color #7B2ECB: hue angle of 269.43º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B2ECB is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 46 | 203 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.20 |
| HSL | 269.43º | 0.63% | 0.49% | - |
| HSV(B) | 269.43º | 0.77% | 0.8% | - |
| XYZ | 19.92 | 10.48 | 57.47 | - |
| YUV | 86.92 | 193.51 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 203 | 0.39 | 0.77 | 0 | 0.20 | 269.43 | 0.63 | 0.49 |
| Hex | 7B | 2E | CB | 27 | 4D | 0 | 14 | 10D | 3F | 31 |
| Octal | 173 | 56 | 313 | 47 | 115 | 0 | 24 | 415 | 77 | 61 |
| Binary | 1111011 | 101110 | 11001011 | 100111 | 1001101 | 0 | 10100 | 100001101 | 111111 | 110001 |
Color Harmonies of #7B2ECB
Complementary color
Monochromatic Colors of #7B2ECB
Black with #7B2ECB
Text Example
Text Example
White with #7B2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2ECB; }
p { color: rgb(123,46,203); }
H1.HeaderClassName
{
color: #7B2ECB;
}
.AnyTagClassName
{
color: #7B2ECB;
}
</style>
background-color css
<style>
a { background-color: #7B2ECB; }
a { background-color: rgb(123,46,203); }
div.DivClassName
{
background-color: #7B2ECB;
}
.BgClassName
{
background-color: #7B2ECB;
}
</style>
border-color css
<style>
span { border-color: #7B2ECB; }
span { border-color: rgb(123,46,203); }
td.TdClassName
{
border-color: #7B2ECB;
}
.TagClassName
{
border-color: #7B2ECB;
}
</style>