Shades of Purple Heart #7C20BB
Tints of Purple Heart #7C20BB
RGB
CMYK
RGB Variations
Color information
#7C20BB (or 0x7C20BB) is known color: Purple Heart. HEX triplet: 7C, 20 and BB. RGB value is (124,32,187). Sum of RGB (Red+Green+Blue) = 124+32+187=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C20BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C20BB is #83DF44. Grayscale: #4C4C4C. Windows color (decimal): -8642373 or 12263548. OLE color: 12263548.
HSL color Cylindrical-coordinate representation of color #7C20BB: hue angle of 275.61º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C20BB is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 32 | 187 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.27 |
| HSL | 275.61º | 0.71% | 0.43% | - |
| HSV(B) | 275.61º | 0.83% | 0.73% | - |
| XYZ | 17.8 | 8.91 | 47.79 | - |
| YUV | 77.18 | 189.98 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 187 | 0.34 | 0.83 | 0 | 0.27 | 275.61 | 0.71 | 0.43 |
| Hex | 7C | 20 | BB | 22 | 53 | 0 | 1B | 114 | 47 | 2B |
| Octal | 174 | 40 | 273 | 42 | 123 | 0 | 33 | 424 | 107 | 53 |
| Binary | 1111100 | 100000 | 10111011 | 100010 | 1010011 | 0 | 11011 | 100010100 | 1000111 | 101011 |
Color Harmonies of #7C20BB
Complementary color
Monochromatic Colors of #7C20BB
Black with #7C20BB
Text Example
Text Example
White with #7C20BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C20BB; }
p { color: rgb(124,32,187); }
H1.HeaderClassName
{
color: #7C20BB;
}
.AnyTagClassName
{
color: #7C20BB;
}
</style>
background-color css
<style>
a { background-color: #7C20BB; }
a { background-color: rgb(124,32,187); }
div.DivClassName
{
background-color: #7C20BB;
}
.BgClassName
{
background-color: #7C20BB;
}
</style>
border-color css
<style>
span { border-color: #7C20BB; }
span { border-color: rgb(124,32,187); }
td.TdClassName
{
border-color: #7C20BB;
}
.TagClassName
{
border-color: #7C20BB;
}
</style>