Shades of Purple Heart #7C15BF
Tints of Purple Heart #7C15BF
RGB
CMYK
RGB Variations
Color information
#7C15BF (or 0x7C15BF) is known color: Purple Heart. HEX triplet: 7C, 15 and BF. RGB value is (124,21,191). Sum of RGB (Red+Green+Blue) = 124+21+191=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C15BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C15BF is #83EA40. Grayscale: #464646. Windows color (decimal): -8645185 or 12522876. OLE color: 12522876.
HSL color Cylindrical-coordinate representation of color #7C15BF: hue angle of 276.35º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C15BF is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 21 | 191 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.25 |
| HSL | 276.35º | 0.8% | 0.42% | - |
| HSV(B) | 276.35º | 0.89% | 0.75% | - |
| XYZ | 17.98 | 8.58 | 50 | - |
| YUV | 71.18 | 195.62 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 191 | 0.35 | 0.89 | 0 | 0.25 | 276.35 | 0.8 | 0.42 |
| Hex | 7C | 15 | BF | 23 | 59 | 0 | 19 | 114 | 50 | 2A |
| Octal | 174 | 25 | 277 | 43 | 131 | 0 | 31 | 424 | 120 | 52 |
| Binary | 1111100 | 10101 | 10111111 | 100011 | 1011001 | 0 | 11001 | 100010100 | 1010000 | 101010 |
Color Harmonies of #7C15BF
Complementary color
Monochromatic Colors of #7C15BF
Black with #7C15BF
Text Example
Text Example
White with #7C15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C15BF; }
p { color: rgb(124,21,191); }
H1.HeaderClassName
{
color: #7C15BF;
}
.AnyTagClassName
{
color: #7C15BF;
}
</style>
background-color css
<style>
a { background-color: #7C15BF; }
a { background-color: rgb(124,21,191); }
div.DivClassName
{
background-color: #7C15BF;
}
.BgClassName
{
background-color: #7C15BF;
}
</style>
border-color css
<style>
span { border-color: #7C15BF; }
span { border-color: rgb(124,21,191); }
td.TdClassName
{
border-color: #7C15BF;
}
.TagClassName
{
border-color: #7C15BF;
}
</style>