Shades of Purple Heart #7018AB
Tints of Purple Heart #7018AB
RGB
CMYK
RGB Variations
Color information
#7018AB (or 0x7018AB) is known color: Purple Heart. HEX triplet: 70, 18 and AB. RGB value is (112,24,171). Sum of RGB (Red+Green+Blue) = 112+24+171=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #7018AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7018AB is #8FE754. Grayscale: #424242. Windows color (decimal): -9430869 or 11212912. OLE color: 11212912.
HSL color Cylindrical-coordinate representation of color #7018AB: hue angle of 275.92º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7018AB is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 24 | 171 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.33 |
| HSL | 275.92º | 0.75% | 0.38% | - |
| HSV(B) | 275.92º | 0.86% | 0.67% | - |
| XYZ | 14.36 | 7.04 | 39.13 | - |
| YUV | 67.07 | 186.65 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 171 | 0.35 | 0.86 | 0 | 0.33 | 275.92 | 0.75 | 0.38 |
| Hex | 70 | 18 | AB | 23 | 56 | 0 | 21 | 114 | 4B | 26 |
| Octal | 160 | 30 | 253 | 43 | 126 | 0 | 41 | 424 | 113 | 46 |
| Binary | 1110000 | 11000 | 10101011 | 100011 | 1010110 | 0 | 100001 | 100010100 | 1001011 | 100110 |
Color Harmonies of #7018AB
Complementary color
Monochromatic Colors of #7018AB
Black with #7018AB
Text Example
Text Example
White with #7018AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7018AB; }
p { color: rgb(112,24,171); }
H1.HeaderClassName
{
color: #7018AB;
}
.AnyTagClassName
{
color: #7018AB;
}
</style>
background-color css
<style>
a { background-color: #7018AB; }
a { background-color: rgb(112,24,171); }
div.DivClassName
{
background-color: #7018AB;
}
.BgClassName
{
background-color: #7018AB;
}
</style>
border-color css
<style>
span { border-color: #7018AB; }
span { border-color: rgb(112,24,171); }
td.TdClassName
{
border-color: #7018AB;
}
.TagClassName
{
border-color: #7018AB;
}
</style>