Shades of Purple Heart #7013AF
Tints of Purple Heart #7013AF
RGB
CMYK
RGB Variations
Color information
#7013AF (or 0x7013AF) is known color: Purple Heart. HEX triplet: 70, 13 and AF. RGB value is (112,19,175). Sum of RGB (Red+Green+Blue) = 112+19+175=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #7013AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7013AF is #8FEC50. Grayscale: #404040. Windows color (decimal): -9432145 or 11473776. OLE color: 11473776.
HSL color Cylindrical-coordinate representation of color #7013AF: hue angle of 275.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7013AF is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 19 | 175 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.31 |
| HSL | 275.77º | 0.8% | 0.38% | - |
| HSV(B) | 275.77º | 0.89% | 0.69% | - |
| XYZ | 14.65 | 7.01 | 41.14 | - |
| YUV | 64.59 | 190.31 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 175 | 0.36 | 0.89 | 0 | 0.31 | 275.77 | 0.8 | 0.38 |
| Hex | 70 | 13 | AF | 24 | 59 | 0 | 1F | 114 | 50 | 26 |
| Octal | 160 | 23 | 257 | 44 | 131 | 0 | 37 | 424 | 120 | 46 |
| Binary | 1110000 | 10011 | 10101111 | 100100 | 1011001 | 0 | 11111 | 100010100 | 1010000 | 100110 |
Color Harmonies of #7013AF
Complementary color
Monochromatic Colors of #7013AF
Black with #7013AF
Text Example
Text Example
White with #7013AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7013AF; }
p { color: rgb(112,19,175); }
H1.HeaderClassName
{
color: #7013AF;
}
.AnyTagClassName
{
color: #7013AF;
}
</style>
background-color css
<style>
a { background-color: #7013AF; }
a { background-color: rgb(112,19,175); }
div.DivClassName
{
background-color: #7013AF;
}
.BgClassName
{
background-color: #7013AF;
}
</style>
border-color css
<style>
span { border-color: #7013AF; }
span { border-color: rgb(112,19,175); }
td.TdClassName
{
border-color: #7013AF;
}
.TagClassName
{
border-color: #7013AF;
}
</style>