Shades of Purple Heart #7015BE
Tints of Purple Heart #7015BE
RGB
CMYK
RGB Variations
Color information
#7015BE (or 0x7015BE) is known color: Purple Heart. HEX triplet: 70, 15 and BE. RGB value is (112,21,190). Sum of RGB (Red+Green+Blue) = 112+21+190=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #7015BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7015BE is #8FEA41. Grayscale: #424242. Windows color (decimal): -9431618 or 12457328. OLE color: 12457328.
HSL color Cylindrical-coordinate representation of color #7015BE: hue angle of 272.31º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7015BE is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 21 | 190 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.25 |
| HSL | 272.31º | 0.8% | 0.41% | - |
| HSV(B) | 272.31º | 0.89% | 0.75% | - |
| XYZ | 16.24 | 7.7 | 49.35 | - |
| YUV | 67.48 | 197.15 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 190 | 0.41 | 0.89 | 0 | 0.25 | 272.31 | 0.8 | 0.41 |
| Hex | 70 | 15 | BE | 29 | 59 | 0 | 19 | 110 | 50 | 29 |
| Octal | 160 | 25 | 276 | 51 | 131 | 0 | 31 | 420 | 120 | 51 |
| Binary | 1110000 | 10101 | 10111110 | 101001 | 1011001 | 0 | 11001 | 100010000 | 1010000 | 101001 |
Color Harmonies of #7015BE
Complementary color
Monochromatic Colors of #7015BE
Black with #7015BE
Text Example
Text Example
White with #7015BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7015BE; }
p { color: rgb(112,21,190); }
H1.HeaderClassName
{
color: #7015BE;
}
.AnyTagClassName
{
color: #7015BE;
}
</style>
background-color css
<style>
a { background-color: #7015BE; }
a { background-color: rgb(112,21,190); }
div.DivClassName
{
background-color: #7015BE;
}
.BgClassName
{
background-color: #7015BE;
}
</style>
border-color css
<style>
span { border-color: #7015BE; }
span { border-color: rgb(112,21,190); }
td.TdClassName
{
border-color: #7015BE;
}
.TagClassName
{
border-color: #7015BE;
}
</style>