Shades of Purple Heart #7C38BB
Tints of Purple Heart #7C38BB
RGB
CMYK
RGB Variations
Color information
#7C38BB (or 0x7C38BB) is known color: Purple Heart. HEX triplet: 7C, 38 and BB. RGB value is (124,56,187). Sum of RGB (Red+Green+Blue) = 124+56+187=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C38BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C38BB is #83C744. Grayscale: #5A5A5A. Windows color (decimal): -8636229 or 12269692. OLE color: 12269692.
HSL color Cylindrical-coordinate representation of color #7C38BB: hue angle of 271.15º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C38BB is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 56 | 187 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.27 |
| HSL | 271.15º | 0.54% | 0.48% | - |
| HSV(B) | 271.15º | 0.7% | 0.73% | - |
| XYZ | 18.7 | 10.7 | 48.09 | - |
| YUV | 91.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 187 | 0.34 | 0.70 | 0 | 0.27 | 271.15 | 0.54 | 0.48 |
| Hex | 7C | 38 | BB | 22 | 46 | 0 | 1B | 10F | 36 | 30 |
| Octal | 174 | 70 | 273 | 42 | 106 | 0 | 33 | 417 | 66 | 60 |
| Binary | 1111100 | 111000 | 10111011 | 100010 | 1000110 | 0 | 11011 | 100001111 | 110110 | 110000 |
Color Harmonies of #7C38BB
Complementary color
Monochromatic Colors of #7C38BB
Black with #7C38BB
Text Example
Text Example
White with #7C38BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C38BB; }
p { color: rgb(124,56,187); }
H1.HeaderClassName
{
color: #7C38BB;
}
.AnyTagClassName
{
color: #7C38BB;
}
</style>
background-color css
<style>
a { background-color: #7C38BB; }
a { background-color: rgb(124,56,187); }
div.DivClassName
{
background-color: #7C38BB;
}
.BgClassName
{
background-color: #7C38BB;
}
</style>
border-color css
<style>
span { border-color: #7C38BB; }
span { border-color: rgb(124,56,187); }
td.TdClassName
{
border-color: #7C38BB;
}
.TagClassName
{
border-color: #7C38BB;
}
</style>