Shades of Purple Heart #7C36BB
Tints of Purple Heart #7C36BB
RGB
CMYK
RGB Variations
Color information
#7C36BB (or 0x7C36BB) is known color: Purple Heart. HEX triplet: 7C, 36 and BB. RGB value is (124,54,187). Sum of RGB (Red+Green+Blue) = 124+54+187=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C36BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C36BB is #83C944. Grayscale: #595959. Windows color (decimal): -8636741 or 12269180. OLE color: 12269180.
HSL color Cylindrical-coordinate representation of color #7C36BB: hue angle of 271.58º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C36BB is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 54 | 187 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.27 |
| HSL | 271.58º | 0.55% | 0.47% | - |
| HSV(B) | 271.58º | 0.71% | 0.73% | - |
| XYZ | 18.6 | 10.51 | 48.06 | - |
| YUV | 90.09 | 182.69 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 187 | 0.34 | 0.71 | 0 | 0.27 | 271.58 | 0.55 | 0.47 |
| Hex | 7C | 36 | BB | 22 | 47 | 0 | 1B | 110 | 37 | 2F |
| Octal | 174 | 66 | 273 | 42 | 107 | 0 | 33 | 420 | 67 | 57 |
| Binary | 1111100 | 110110 | 10111011 | 100010 | 1000111 | 0 | 11011 | 100010000 | 110111 | 101111 |
Color Harmonies of #7C36BB
Complementary color
Monochromatic Colors of #7C36BB
Black with #7C36BB
Text Example
Text Example
White with #7C36BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C36BB; }
p { color: rgb(124,54,187); }
H1.HeaderClassName
{
color: #7C36BB;
}
.AnyTagClassName
{
color: #7C36BB;
}
</style>
background-color css
<style>
a { background-color: #7C36BB; }
a { background-color: rgb(124,54,187); }
div.DivClassName
{
background-color: #7C36BB;
}
.BgClassName
{
background-color: #7C36BB;
}
</style>
border-color css
<style>
span { border-color: #7C36BB; }
span { border-color: rgb(124,54,187); }
td.TdClassName
{
border-color: #7C36BB;
}
.TagClassName
{
border-color: #7C36BB;
}
</style>