Shades of Purple Heart #7C28BF
Tints of Purple Heart #7C28BF
RGB
CMYK
RGB Variations
Color information
#7C28BF (or 0x7C28BF) is known color: Purple Heart. HEX triplet: 7C, 28 and BF. RGB value is (124,40,191). Sum of RGB (Red+Green+Blue) = 124+40+191=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C28BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C28BF is #83D740. Grayscale: #515151. Windows color (decimal): -8640321 or 12527740. OLE color: 12527740.
HSL color Cylindrical-coordinate representation of color #7C28BF: hue angle of 273.38º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C28BF is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 40 | 191 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.25 |
| HSL | 273.38º | 0.65% | 0.45% | - |
| HSV(B) | 273.38º | 0.79% | 0.75% | - |
| XYZ | 18.47 | 9.56 | 50.16 | - |
| YUV | 82.33 | 189.33 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 191 | 0.35 | 0.79 | 0 | 0.25 | 273.38 | 0.65 | 0.45 |
| Hex | 7C | 28 | BF | 23 | 4F | 0 | 19 | 111 | 41 | 2D |
| Octal | 174 | 50 | 277 | 43 | 117 | 0 | 31 | 421 | 101 | 55 |
| Binary | 1111100 | 101000 | 10111111 | 100011 | 1001111 | 0 | 11001 | 100010001 | 1000001 | 101101 |
Color Harmonies of #7C28BF
Complementary color
Monochromatic Colors of #7C28BF
Black with #7C28BF
Text Example
Text Example
White with #7C28BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C28BF; }
p { color: rgb(124,40,191); }
H1.HeaderClassName
{
color: #7C28BF;
}
.AnyTagClassName
{
color: #7C28BF;
}
</style>
background-color css
<style>
a { background-color: #7C28BF; }
a { background-color: rgb(124,40,191); }
div.DivClassName
{
background-color: #7C28BF;
}
.BgClassName
{
background-color: #7C28BF;
}
</style>
border-color css
<style>
span { border-color: #7C28BF; }
span { border-color: rgb(124,40,191); }
td.TdClassName
{
border-color: #7C28BF;
}
.TagClassName
{
border-color: #7C28BF;
}
</style>