Shades of Purple Heart #7B1CBF
Tints of Purple Heart #7B1CBF
RGB
CMYK
RGB Variations
Color information
#7B1CBF (or 0x7B1CBF) is known color: Purple Heart. HEX triplet: 7B, 1C and BF. RGB value is (123,28,191). Sum of RGB (Red+Green+Blue) = 123+28+191=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B1CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1CBF is #84E340. Grayscale: #4A4A4A. Windows color (decimal): -8708929 or 12524667. OLE color: 12524667.
HSL color Cylindrical-coordinate representation of color #7B1CBF: hue angle of 274.97º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1CBF is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 28 | 191 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.25 |
| HSL | 274.97º | 0.74% | 0.43% | - |
| HSV(B) | 274.97º | 0.85% | 0.75% | - |
| XYZ | 17.99 | 8.8 | 50.04 | - |
| YUV | 74.99 | 193.47 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 28 | 191 | 0.36 | 0.85 | 0 | 0.25 | 274.97 | 0.74 | 0.43 |
| Hex | 7B | 1C | BF | 24 | 55 | 0 | 19 | 113 | 4A | 2B |
| Octal | 173 | 34 | 277 | 44 | 125 | 0 | 31 | 423 | 112 | 53 |
| Binary | 1111011 | 11100 | 10111111 | 100100 | 1010101 | 0 | 11001 | 100010011 | 1001010 | 101011 |
Color Harmonies of #7B1CBF
Complementary color
Monochromatic Colors of #7B1CBF
Black with #7B1CBF
Text Example
Text Example
White with #7B1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1CBF; }
p { color: rgb(123,28,191); }
H1.HeaderClassName
{
color: #7B1CBF;
}
.AnyTagClassName
{
color: #7B1CBF;
}
</style>
background-color css
<style>
a { background-color: #7B1CBF; }
a { background-color: rgb(123,28,191); }
div.DivClassName
{
background-color: #7B1CBF;
}
.BgClassName
{
background-color: #7B1CBF;
}
</style>
border-color css
<style>
span { border-color: #7B1CBF; }
span { border-color: rgb(123,28,191); }
td.TdClassName
{
border-color: #7B1CBF;
}
.TagClassName
{
border-color: #7B1CBF;
}
</style>