Shades of Purple Heart #7C15BB
Tints of Purple Heart #7C15BB
RGB
CMYK
RGB Variations
Color information
#7C15BB (or 0x7C15BB) is known color: Purple Heart. HEX triplet: 7C, 15 and BB. RGB value is (124,21,187). Sum of RGB (Red+Green+Blue) = 124+21+187=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C15BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C15BB is #83EA44. Grayscale: #464646. Windows color (decimal): -8645189 or 12260732. OLE color: 12260732.
HSL color Cylindrical-coordinate representation of color #7C15BB: hue angle of 277.23º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C15BB is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 21 | 187 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.27 |
| HSL | 277.23º | 0.8% | 0.41% | - |
| HSV(B) | 277.23º | 0.89% | 0.73% | - |
| XYZ | 17.55 | 8.41 | 47.71 | - |
| YUV | 70.72 | 193.62 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 187 | 0.34 | 0.89 | 0 | 0.27 | 277.23 | 0.8 | 0.41 |
| Hex | 7C | 15 | BB | 22 | 59 | 0 | 1B | 115 | 50 | 29 |
| Octal | 174 | 25 | 273 | 42 | 131 | 0 | 33 | 425 | 120 | 51 |
| Binary | 1111100 | 10101 | 10111011 | 100010 | 1011001 | 0 | 11011 | 100010101 | 1010000 | 101001 |
Color Harmonies of #7C15BB
Complementary color
Monochromatic Colors of #7C15BB
Black with #7C15BB
Text Example
Text Example
White with #7C15BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C15BB; }
p { color: rgb(124,21,187); }
H1.HeaderClassName
{
color: #7C15BB;
}
.AnyTagClassName
{
color: #7C15BB;
}
</style>
background-color css
<style>
a { background-color: #7C15BB; }
a { background-color: rgb(124,21,187); }
div.DivClassName
{
background-color: #7C15BB;
}
.BgClassName
{
background-color: #7C15BB;
}
</style>
border-color css
<style>
span { border-color: #7C15BB; }
span { border-color: rgb(124,21,187); }
td.TdClassName
{
border-color: #7C15BB;
}
.TagClassName
{
border-color: #7C15BB;
}
</style>