Shades of Purple Heart #7C34BA
Tints of Purple Heart #7C34BA
RGB
CMYK
RGB Variations
Color information
#7C34BA (or 0x7C34BA) is known color: Purple Heart. HEX triplet: 7C, 34 and BA. RGB value is (124,52,186). Sum of RGB (Red+Green+Blue) = 124+52+186=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C34BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C34BA is #83CB45. Grayscale: #585858. Windows color (decimal): -8637254 or 12203132. OLE color: 12203132.
HSL color Cylindrical-coordinate representation of color #7C34BA: hue angle of 272.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C34BA is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 52 | 186 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.27 |
| HSL | 272.24º | 0.56% | 0.47% | - |
| HSV(B) | 272.24º | 0.72% | 0.73% | - |
| XYZ | 18.4 | 10.29 | 47.47 | - |
| YUV | 88.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 186 | 0.33 | 0.72 | 0 | 0.27 | 272.24 | 0.56 | 0.47 |
| Hex | 7C | 34 | BA | 21 | 48 | 0 | 1B | 110 | 38 | 2F |
| Octal | 174 | 64 | 272 | 41 | 110 | 0 | 33 | 420 | 70 | 57 |
| Binary | 1111100 | 110100 | 10111010 | 100001 | 1001000 | 0 | 11011 | 100010000 | 111000 | 101111 |
Color Harmonies of #7C34BA
Complementary color
Monochromatic Colors of #7C34BA
Black with #7C34BA
Text Example
Text Example
White with #7C34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C34BA; }
p { color: rgb(124,52,186); }
H1.HeaderClassName
{
color: #7C34BA;
}
.AnyTagClassName
{
color: #7C34BA;
}
</style>
background-color css
<style>
a { background-color: #7C34BA; }
a { background-color: rgb(124,52,186); }
div.DivClassName
{
background-color: #7C34BA;
}
.BgClassName
{
background-color: #7C34BA;
}
</style>
border-color css
<style>
span { border-color: #7C34BA; }
span { border-color: rgb(124,52,186); }
td.TdClassName
{
border-color: #7C34BA;
}
.TagClassName
{
border-color: #7C34BA;
}
</style>