Shades of Purple Heart #7015AF
Tints of Purple Heart #7015AF
RGB
CMYK
RGB Variations
Color information
#7015AF (or 0x7015AF) is known color: Purple Heart. HEX triplet: 70, 15 and AF. RGB value is (112,21,175). Sum of RGB (Red+Green+Blue) = 112+21+175=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #7015AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7015AF is #8FEA50. Grayscale: #414141. Windows color (decimal): -9431633 or 11474288. OLE color: 11474288.
HSL color Cylindrical-coordinate representation of color #7015AF: hue angle of 275.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7015AF is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 21 | 175 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.31 |
| HSL | 275.45º | 0.79% | 0.38% | - |
| HSV(B) | 275.45º | 0.88% | 0.69% | - |
| XYZ | 14.69 | 7.08 | 41.15 | - |
| YUV | 65.77 | 189.65 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 175 | 0.36 | 0.88 | 0 | 0.31 | 275.45 | 0.79 | 0.38 |
| Hex | 70 | 15 | AF | 24 | 58 | 0 | 1F | 113 | 4F | 26 |
| Octal | 160 | 25 | 257 | 44 | 130 | 0 | 37 | 423 | 117 | 46 |
| Binary | 1110000 | 10101 | 10101111 | 100100 | 1011000 | 0 | 11111 | 100010011 | 1001111 | 100110 |
Color Harmonies of #7015AF
Complementary color
Monochromatic Colors of #7015AF
Black with #7015AF
Text Example
Text Example
White with #7015AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7015AF; }
p { color: rgb(112,21,175); }
H1.HeaderClassName
{
color: #7015AF;
}
.AnyTagClassName
{
color: #7015AF;
}
</style>
background-color css
<style>
a { background-color: #7015AF; }
a { background-color: rgb(112,21,175); }
div.DivClassName
{
background-color: #7015AF;
}
.BgClassName
{
background-color: #7015AF;
}
</style>
border-color css
<style>
span { border-color: #7015AF; }
span { border-color: rgb(112,21,175); }
td.TdClassName
{
border-color: #7015AF;
}
.TagClassName
{
border-color: #7015AF;
}
</style>