Shades of Purple Heart #7318D3
Tints of Purple Heart #7318D3
RGB
CMYK
RGB Variations
Color information
#7318D3 (or 0x7318D3) is known color: Purple Heart. HEX triplet: 73, 18 and D3. RGB value is (115,24,211). Sum of RGB (Red+Green+Blue) = 115+24+211=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 211 (82.81% from 255 or 60.29% from 350); Max value from RGB is 211 - color contains mainly: blue. Hex color #7318D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7318D3 is #8CE72C. Grayscale: #474747. Windows color (decimal): -9234221 or 13834355. OLE color: 13834355.
HSL color Cylindrical-coordinate representation of color #7318D3: hue angle of 269.2º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7318D3 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 24 | 211 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.17 |
| HSL | 269.2º | 0.8% | 0.46% | - |
| HSV(B) | 269.2º | 0.89% | 0.83% | - |
| XYZ | 19.15 | 9 | 62.36 | - |
| YUV | 72.53 | 206.15 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 211 | 0.45 | 0.89 | 0 | 0.17 | 269.2 | 0.8 | 0.46 |
| Hex | 73 | 18 | D3 | 2D | 59 | 0 | 11 | 10D | 50 | 2E |
| Octal | 163 | 30 | 323 | 55 | 131 | 0 | 21 | 415 | 120 | 56 |
| Binary | 1110011 | 11000 | 11010011 | 101101 | 1011001 | 0 | 10001 | 100001101 | 1010000 | 101110 |
Color Harmonies of #7318D3
Complementary color
Monochromatic Colors of #7318D3
Black with #7318D3
Text Example
Text Example
White with #7318D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7318D3; }
p { color: rgb(115,24,211); }
H1.HeaderClassName
{
color: #7318D3;
}
.AnyTagClassName
{
color: #7318D3;
}
</style>
background-color css
<style>
a { background-color: #7318D3; }
a { background-color: rgb(115,24,211); }
div.DivClassName
{
background-color: #7318D3;
}
.BgClassName
{
background-color: #7318D3;
}
</style>
border-color css
<style>
span { border-color: #7318D3; }
span { border-color: rgb(115,24,211); }
td.TdClassName
{
border-color: #7318D3;
}
.TagClassName
{
border-color: #7318D3;
}
</style>