Shades of Purple Heart #7615BF
Tints of Purple Heart #7615BF
RGB
CMYK
RGB Variations
Color information
#7615BF (or 0x7615BF) is known color: Purple Heart. HEX triplet: 76, 15 and BF. RGB value is (118,21,191). Sum of RGB (Red+Green+Blue) = 118+21+191=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #7615BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7615BF is #89EA40. Grayscale: #444444. Windows color (decimal): -9038401 or 12522870. OLE color: 12522870.
HSL color Cylindrical-coordinate representation of color #7615BF: hue angle of 274.24º 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 #7615BF is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 21 | 191 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.25 |
| HSL | 274.24º | 0.8% | 0.42% | - |
| HSV(B) | 274.24º | 0.89% | 0.75% | - |
| XYZ | 17.14 | 8.15 | 49.96 | - |
| YUV | 69.38 | 196.64 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 191 | 0.38 | 0.89 | 0 | 0.25 | 274.24 | 0.8 | 0.42 |
| Hex | 76 | 15 | BF | 26 | 59 | 0 | 19 | 112 | 50 | 2A |
| Octal | 166 | 25 | 277 | 46 | 131 | 0 | 31 | 422 | 120 | 52 |
| Binary | 1110110 | 10101 | 10111111 | 100110 | 1011001 | 0 | 11001 | 100010010 | 1010000 | 101010 |
Color Harmonies of #7615BF
Complementary color
Monochromatic Colors of #7615BF
Black with #7615BF
Text Example
Text Example
White with #7615BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7615BF; }
p { color: rgb(118,21,191); }
H1.HeaderClassName
{
color: #7615BF;
}
.AnyTagClassName
{
color: #7615BF;
}
</style>
background-color css
<style>
a { background-color: #7615BF; }
a { background-color: rgb(118,21,191); }
div.DivClassName
{
background-color: #7615BF;
}
.BgClassName
{
background-color: #7615BF;
}
</style>
border-color css
<style>
span { border-color: #7615BF; }
span { border-color: rgb(118,21,191); }
td.TdClassName
{
border-color: #7615BF;
}
.TagClassName
{
border-color: #7615BF;
}
</style>