Shades of Purple Heart #7318AB
Tints of Purple Heart #7318AB
RGB
CMYK
RGB Variations
Color information
#7318AB (or 0x7318AB) is known color: Purple Heart. HEX triplet: 73, 18 and AB. RGB value is (115,24,171). Sum of RGB (Red+Green+Blue) = 115+24+171=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #7318AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7318AB is #8CE754. Grayscale: #434343. Windows color (decimal): -9234261 or 11212915. OLE color: 11212915.
HSL color Cylindrical-coordinate representation of color #7318AB: hue angle of 277.14º 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 #7318AB is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 24 | 171 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.33 |
| HSL | 277.14º | 0.75% | 0.38% | - |
| HSV(B) | 277.14º | 0.86% | 0.67% | - |
| XYZ | 14.75 | 7.24 | 39.15 | - |
| YUV | 67.97 | 186.15 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 171 | 0.33 | 0.86 | 0 | 0.33 | 277.14 | 0.75 | 0.38 |
| Hex | 73 | 18 | AB | 21 | 56 | 0 | 21 | 115 | 4B | 26 |
| Octal | 163 | 30 | 253 | 41 | 126 | 0 | 41 | 425 | 113 | 46 |
| Binary | 1110011 | 11000 | 10101011 | 100001 | 1010110 | 0 | 100001 | 100010101 | 1001011 | 100110 |
Color Harmonies of #7318AB
Complementary color
Monochromatic Colors of #7318AB
Black with #7318AB
Text Example
Text Example
White with #7318AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7318AB; }
p { color: rgb(115,24,171); }
H1.HeaderClassName
{
color: #7318AB;
}
.AnyTagClassName
{
color: #7318AB;
}
</style>
background-color css
<style>
a { background-color: #7318AB; }
a { background-color: rgb(115,24,171); }
div.DivClassName
{
background-color: #7318AB;
}
.BgClassName
{
background-color: #7318AB;
}
</style>
border-color css
<style>
span { border-color: #7318AB; }
span { border-color: rgb(115,24,171); }
td.TdClassName
{
border-color: #7318AB;
}
.TagClassName
{
border-color: #7318AB;
}
</style>