Shades of Purple Heart #7C3BBA
Tints of Purple Heart #7C3BBA
RGB
CMYK
RGB Variations
Color information
#7C3BBA (or 0x7C3BBA) is known color: Purple Heart. HEX triplet: 7C, 3B and BA. RGB value is (124,59,186). Sum of RGB (Red+Green+Blue) = 124+59+186=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C3BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3BBA is #83C445. Grayscale: #5C5C5C. Windows color (decimal): -8635462 or 12204924. OLE color: 12204924.
HSL color Cylindrical-coordinate representation of color #7C3BBA: hue angle of 270.71º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C3BBA is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 59 | 186 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.27 |
| HSL | 270.71º | 0.52% | 0.48% | - |
| HSV(B) | 270.71º | 0.68% | 0.73% | - |
| XYZ | 18.74 | 10.96 | 47.58 | - |
| YUV | 92.91 | 180.53 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 59 | 186 | 0.33 | 0.68 | 0 | 0.27 | 270.71 | 0.52 | 0.48 |
| Hex | 7C | 3B | BA | 21 | 44 | 0 | 1B | 10F | 34 | 30 |
| Octal | 174 | 73 | 272 | 41 | 104 | 0 | 33 | 417 | 64 | 60 |
| Binary | 1111100 | 111011 | 10111010 | 100001 | 1000100 | 0 | 11011 | 100001111 | 110100 | 110000 |
Color Harmonies of #7C3BBA
Complementary color
Monochromatic Colors of #7C3BBA
Black with #7C3BBA
Text Example
Text Example
White with #7C3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3BBA; }
p { color: rgb(124,59,186); }
H1.HeaderClassName
{
color: #7C3BBA;
}
.AnyTagClassName
{
color: #7C3BBA;
}
</style>
background-color css
<style>
a { background-color: #7C3BBA; }
a { background-color: rgb(124,59,186); }
div.DivClassName
{
background-color: #7C3BBA;
}
.BgClassName
{
background-color: #7C3BBA;
}
</style>
border-color css
<style>
span { border-color: #7C3BBA; }
span { border-color: rgb(124,59,186); }
td.TdClassName
{
border-color: #7C3BBA;
}
.TagClassName
{
border-color: #7C3BBA;
}
</style>