Shades of Purple Heart #7B20BE
Tints of Purple Heart #7B20BE
RGB
CMYK
RGB Variations
Color information
#7B20BE (or 0x7B20BE) is known color: Purple Heart. HEX triplet: 7B, 20 and BE. RGB value is (123,32,190). Sum of RGB (Red+Green+Blue) = 123+32+190=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B20BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B20BE is #84DF41. Grayscale: #4C4C4C. Windows color (decimal): -8707906 or 12460155. OLE color: 12460155.
HSL color Cylindrical-coordinate representation of color #7B20BE: hue angle of 274.56º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B20BE is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 32 | 190 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.25 |
| HSL | 274.56º | 0.71% | 0.44% | - |
| HSV(B) | 274.56º | 0.83% | 0.75% | - |
| XYZ | 17.98 | 8.96 | 49.5 | - |
| YUV | 77.22 | 191.65 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 190 | 0.35 | 0.83 | 0 | 0.25 | 274.56 | 0.71 | 0.44 |
| Hex | 7B | 20 | BE | 23 | 53 | 0 | 19 | 113 | 47 | 2C |
| Octal | 173 | 40 | 276 | 43 | 123 | 0 | 31 | 423 | 107 | 54 |
| Binary | 1111011 | 100000 | 10111110 | 100011 | 1010011 | 0 | 11001 | 100010011 | 1000111 | 101100 |
Color Harmonies of #7B20BE
Complementary color
Monochromatic Colors of #7B20BE
Black with #7B20BE
Text Example
Text Example
White with #7B20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B20BE; }
p { color: rgb(123,32,190); }
H1.HeaderClassName
{
color: #7B20BE;
}
.AnyTagClassName
{
color: #7B20BE;
}
</style>
background-color css
<style>
a { background-color: #7B20BE; }
a { background-color: rgb(123,32,190); }
div.DivClassName
{
background-color: #7B20BE;
}
.BgClassName
{
background-color: #7B20BE;
}
</style>
border-color css
<style>
span { border-color: #7B20BE; }
span { border-color: rgb(123,32,190); }
td.TdClassName
{
border-color: #7B20BE;
}
.TagClassName
{
border-color: #7B20BE;
}
</style>