Shades of Purple Heart #7C38BC
Tints of Purple Heart #7C38BC
RGB
CMYK
RGB Variations
Color information
#7C38BC (or 0x7C38BC) is known color: Purple Heart. HEX triplet: 7C, 38 and BC. RGB value is (124,56,188). Sum of RGB (Red+Green+Blue) = 124+56+188=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C38BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C38BC is #83C743. Grayscale: #5A5A5A. Windows color (decimal): -8636228 or 12335228. OLE color: 12335228.
HSL color Cylindrical-coordinate representation of color #7C38BC: hue angle of 270.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C38BC is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 56 | 188 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.26 |
| HSL | 270.91º | 0.54% | 0.48% | - |
| HSV(B) | 270.91º | 0.7% | 0.74% | - |
| XYZ | 18.8 | 10.74 | 48.66 | - |
| YUV | 91.38 | 182.53 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 188 | 0.34 | 0.70 | 0 | 0.26 | 270.91 | 0.54 | 0.48 |
| Hex | 7C | 38 | BC | 22 | 46 | 0 | 1A | 10F | 36 | 30 |
| Octal | 174 | 70 | 274 | 42 | 106 | 0 | 32 | 417 | 66 | 60 |
| Binary | 1111100 | 111000 | 10111100 | 100010 | 1000110 | 0 | 11010 | 100001111 | 110110 | 110000 |
Color Harmonies of #7C38BC
Complementary color
Monochromatic Colors of #7C38BC
Black with #7C38BC
Text Example
Text Example
White with #7C38BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C38BC; }
p { color: rgb(124,56,188); }
H1.HeaderClassName
{
color: #7C38BC;
}
.AnyTagClassName
{
color: #7C38BC;
}
</style>
background-color css
<style>
a { background-color: #7C38BC; }
a { background-color: rgb(124,56,188); }
div.DivClassName
{
background-color: #7C38BC;
}
.BgClassName
{
background-color: #7C38BC;
}
</style>
border-color css
<style>
span { border-color: #7C38BC; }
span { border-color: rgb(124,56,188); }
td.TdClassName
{
border-color: #7C38BC;
}
.TagClassName
{
border-color: #7C38BC;
}
</style>