Shades of Purple Heart #7B1EB7
Tints of Purple Heart #7B1EB7
RGB
CMYK
RGB Variations
Color information
#7B1EB7 (or 0x7B1EB7) is known color: Purple Heart. HEX triplet: 7B, 1E and B7. RGB value is (123,30,183). Sum of RGB (Red+Green+Blue) = 123+30+183=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 183 (71.88% from 255 or 54.46% from 336); Max value from RGB is 183 - color contains mainly: blue. Hex color #7B1EB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1EB7 is #84E148. Grayscale: #4A4A4A. Windows color (decimal): -8708425 or 12000891. OLE color: 12000891.
HSL color Cylindrical-coordinate representation of color #7B1EB7: hue angle of 276.47º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B1EB7 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 30 | 183 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.28 |
| HSL | 276.47º | 0.72% | 0.42% | - |
| HSV(B) | 276.47º | 0.84% | 0.72% | - |
| XYZ | 17.18 | 8.56 | 45.55 | - |
| YUV | 75.25 | 188.81 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 30 | 183 | 0.33 | 0.84 | 0 | 0.28 | 276.47 | 0.72 | 0.42 |
| Hex | 7B | 1E | B7 | 21 | 54 | 0 | 1C | 114 | 48 | 2A |
| Octal | 173 | 36 | 267 | 41 | 124 | 0 | 34 | 424 | 110 | 52 |
| Binary | 1111011 | 11110 | 10110111 | 100001 | 1010100 | 0 | 11100 | 100010100 | 1001000 | 101010 |
Color Harmonies of #7B1EB7
Complementary color
Monochromatic Colors of #7B1EB7
Black with #7B1EB7
Text Example
Text Example
White with #7B1EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1EB7; }
p { color: rgb(123,30,183); }
H1.HeaderClassName
{
color: #7B1EB7;
}
.AnyTagClassName
{
color: #7B1EB7;
}
</style>
background-color css
<style>
a { background-color: #7B1EB7; }
a { background-color: rgb(123,30,183); }
div.DivClassName
{
background-color: #7B1EB7;
}
.BgClassName
{
background-color: #7B1EB7;
}
</style>
border-color css
<style>
span { border-color: #7B1EB7; }
span { border-color: rgb(123,30,183); }
td.TdClassName
{
border-color: #7B1EB7;
}
.TagClassName
{
border-color: #7B1EB7;
}
</style>