Shades of Purple Heart #7015BC
Tints of Purple Heart #7015BC
RGB
CMYK
RGB Variations
Color information
#7015BC (or 0x7015BC) is known color: Purple Heart. HEX triplet: 70, 15 and BC. RGB value is (112,21,188). Sum of RGB (Red+Green+Blue) = 112+21+188=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #7015BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7015BC is #8FEA43. Grayscale: #424242. Windows color (decimal): -9431620 or 12326256. OLE color: 12326256.
HSL color Cylindrical-coordinate representation of color #7015BC: hue angle of 272.69º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7015BC is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 21 | 188 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.26 |
| HSL | 272.69º | 0.8% | 0.41% | - |
| HSV(B) | 272.69º | 0.89% | 0.74% | - |
| XYZ | 16.03 | 7.61 | 48.2 | - |
| YUV | 67.25 | 196.15 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 188 | 0.40 | 0.89 | 0 | 0.26 | 272.69 | 0.8 | 0.41 |
| Hex | 70 | 15 | BC | 28 | 59 | 0 | 1A | 111 | 50 | 29 |
| Octal | 160 | 25 | 274 | 50 | 131 | 0 | 32 | 421 | 120 | 51 |
| Binary | 1110000 | 10101 | 10111100 | 101000 | 1011001 | 0 | 11010 | 100010001 | 1010000 | 101001 |
Color Harmonies of #7015BC
Complementary color
Monochromatic Colors of #7015BC
Black with #7015BC
Text Example
Text Example
White with #7015BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7015BC; }
p { color: rgb(112,21,188); }
H1.HeaderClassName
{
color: #7015BC;
}
.AnyTagClassName
{
color: #7015BC;
}
</style>
background-color css
<style>
a { background-color: #7015BC; }
a { background-color: rgb(112,21,188); }
div.DivClassName
{
background-color: #7015BC;
}
.BgClassName
{
background-color: #7015BC;
}
</style>
border-color css
<style>
span { border-color: #7015BC; }
span { border-color: rgb(112,21,188); }
td.TdClassName
{
border-color: #7015BC;
}
.TagClassName
{
border-color: #7015BC;
}
</style>