Shades of Purple Heart #7C25BB
Tints of Purple Heart #7C25BB
RGB
CMYK
RGB Variations
Color information
#7C25BB (or 0x7C25BB) is known color: Purple Heart. HEX triplet: 7C, 25 and BB. RGB value is (124,37,187). Sum of RGB (Red+Green+Blue) = 124+37+187=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C25BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C25BB is #83DA44. Grayscale: #4F4F4F. Windows color (decimal): -8641093 or 12264828. OLE color: 12264828.
HSL color Cylindrical-coordinate representation of color #7C25BB: hue angle of 274.8º 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 #7C25BB is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 37 | 187 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.27 |
| HSL | 274.8º | 0.67% | 0.44% | - |
| HSV(B) | 274.8º | 0.8% | 0.73% | - |
| XYZ | 17.94 | 9.2 | 47.84 | - |
| YUV | 80.11 | 188.32 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 187 | 0.34 | 0.80 | 0 | 0.27 | 274.8 | 0.67 | 0.44 |
| Hex | 7C | 25 | BB | 22 | 50 | 0 | 1B | 113 | 43 | 2C |
| Octal | 174 | 45 | 273 | 42 | 120 | 0 | 33 | 423 | 103 | 54 |
| Binary | 1111100 | 100101 | 10111011 | 100010 | 1010000 | 0 | 11011 | 100010011 | 1000011 | 101100 |
Color Harmonies of #7C25BB
Complementary color
Monochromatic Colors of #7C25BB
Black with #7C25BB
Text Example
Text Example
White with #7C25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C25BB; }
p { color: rgb(124,37,187); }
H1.HeaderClassName
{
color: #7C25BB;
}
.AnyTagClassName
{
color: #7C25BB;
}
</style>
background-color css
<style>
a { background-color: #7C25BB; }
a { background-color: rgb(124,37,187); }
div.DivClassName
{
background-color: #7C25BB;
}
.BgClassName
{
background-color: #7C25BB;
}
</style>
border-color css
<style>
span { border-color: #7C25BB; }
span { border-color: rgb(124,37,187); }
td.TdClassName
{
border-color: #7C25BB;
}
.TagClassName
{
border-color: #7C25BB;
}
</style>