Shades of Purple Heart #7C28BB
Tints of Purple Heart #7C28BB
RGB
CMYK
RGB Variations
Color information
#7C28BB (or 0x7C28BB) is known color: Purple Heart. HEX triplet: 7C, 28 and BB. RGB value is (124,40,187). Sum of RGB (Red+Green+Blue) = 124+40+187=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C28BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C28BB is #83D744. Grayscale: #515151. Windows color (decimal): -8640325 or 12265596. OLE color: 12265596.
HSL color Cylindrical-coordinate representation of color #7C28BB: hue angle of 274.29º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C28BB is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 40 | 187 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.27 |
| HSL | 274.29º | 0.65% | 0.45% | - |
| HSV(B) | 274.29º | 0.79% | 0.73% | - |
| XYZ | 18.04 | 9.39 | 47.88 | - |
| YUV | 81.87 | 187.33 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 187 | 0.34 | 0.79 | 0 | 0.27 | 274.29 | 0.65 | 0.45 |
| Hex | 7C | 28 | BB | 22 | 4F | 0 | 1B | 112 | 41 | 2D |
| Octal | 174 | 50 | 273 | 42 | 117 | 0 | 33 | 422 | 101 | 55 |
| Binary | 1111100 | 101000 | 10111011 | 100010 | 1001111 | 0 | 11011 | 100010010 | 1000001 | 101101 |
Color Harmonies of #7C28BB
Complementary color
Monochromatic Colors of #7C28BB
Black with #7C28BB
Text Example
Text Example
White with #7C28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C28BB; }
p { color: rgb(124,40,187); }
H1.HeaderClassName
{
color: #7C28BB;
}
.AnyTagClassName
{
color: #7C28BB;
}
</style>
background-color css
<style>
a { background-color: #7C28BB; }
a { background-color: rgb(124,40,187); }
div.DivClassName
{
background-color: #7C28BB;
}
.BgClassName
{
background-color: #7C28BB;
}
</style>
border-color css
<style>
span { border-color: #7C28BB; }
span { border-color: rgb(124,40,187); }
td.TdClassName
{
border-color: #7C28BB;
}
.TagClassName
{
border-color: #7C28BB;
}
</style>