Shades of Purple Heart #7C25BC
Tints of Purple Heart #7C25BC
RGB
CMYK
RGB Variations
Color information
#7C25BC (or 0x7C25BC) is known color: Purple Heart. HEX triplet: 7C, 25 and BC. RGB value is (124,37,188). Sum of RGB (Red+Green+Blue) = 124+37+188=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C25BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C25BC is #83DA43. Grayscale: #4F4F4F. Windows color (decimal): -8641092 or 12330364. OLE color: 12330364.
HSL color Cylindrical-coordinate representation of color #7C25BC: hue angle of 274.57º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C25BC is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 37 | 188 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.26 |
| HSL | 274.57º | 0.67% | 0.44% | - |
| HSV(B) | 274.57º | 0.8% | 0.74% | - |
| XYZ | 18.05 | 9.24 | 48.41 | - |
| YUV | 80.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 188 | 0.34 | 0.80 | 0 | 0.26 | 274.57 | 0.67 | 0.44 |
| Hex | 7C | 25 | BC | 22 | 50 | 0 | 1A | 113 | 43 | 2C |
| Octal | 174 | 45 | 274 | 42 | 120 | 0 | 32 | 423 | 103 | 54 |
| Binary | 1111100 | 100101 | 10111100 | 100010 | 1010000 | 0 | 11010 | 100010011 | 1000011 | 101100 |
Color Harmonies of #7C25BC
Complementary color
Monochromatic Colors of #7C25BC
Black with #7C25BC
Text Example
Text Example
White with #7C25BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C25BC; }
p { color: rgb(124,37,188); }
H1.HeaderClassName
{
color: #7C25BC;
}
.AnyTagClassName
{
color: #7C25BC;
}
</style>
background-color css
<style>
a { background-color: #7C25BC; }
a { background-color: rgb(124,37,188); }
div.DivClassName
{
background-color: #7C25BC;
}
.BgClassName
{
background-color: #7C25BC;
}
</style>
border-color css
<style>
span { border-color: #7C25BC; }
span { border-color: rgb(124,37,188); }
td.TdClassName
{
border-color: #7C25BC;
}
.TagClassName
{
border-color: #7C25BC;
}
</style>