Shades of Purple Heart #7C25BA
Tints of Purple Heart #7C25BA
RGB
CMYK
RGB Variations
Color information
#7C25BA (or 0x7C25BA) is known color: Purple Heart. HEX triplet: 7C, 25 and BA. RGB value is (124,37,186). Sum of RGB (Red+Green+Blue) = 124+37+186=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C25BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C25BA is #83DA45. Grayscale: #4F4F4F. Windows color (decimal): -8641094 or 12199292. OLE color: 12199292.
HSL color Cylindrical-coordinate representation of color #7C25BA: hue angle of 275.03º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C25BA is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 37 | 186 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.27 |
| HSL | 275.03º | 0.67% | 0.44% | - |
| HSV(B) | 275.03º | 0.8% | 0.73% | - |
| XYZ | 17.84 | 9.15 | 47.28 | - |
| YUV | 80 | 187.82 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 186 | 0.33 | 0.80 | 0 | 0.27 | 275.03 | 0.67 | 0.44 |
| Hex | 7C | 25 | BA | 21 | 50 | 0 | 1B | 113 | 43 | 2C |
| Octal | 174 | 45 | 272 | 41 | 120 | 0 | 33 | 423 | 103 | 54 |
| Binary | 1111100 | 100101 | 10111010 | 100001 | 1010000 | 0 | 11011 | 100010011 | 1000011 | 101100 |
Color Harmonies of #7C25BA
Complementary color
Monochromatic Colors of #7C25BA
Black with #7C25BA
Text Example
Text Example
White with #7C25BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C25BA; }
p { color: rgb(124,37,186); }
H1.HeaderClassName
{
color: #7C25BA;
}
.AnyTagClassName
{
color: #7C25BA;
}
</style>
background-color css
<style>
a { background-color: #7C25BA; }
a { background-color: rgb(124,37,186); }
div.DivClassName
{
background-color: #7C25BA;
}
.BgClassName
{
background-color: #7C25BA;
}
</style>
border-color css
<style>
span { border-color: #7C25BA; }
span { border-color: rgb(124,37,186); }
td.TdClassName
{
border-color: #7C25BA;
}
.TagClassName
{
border-color: #7C25BA;
}
</style>