Shades of Purple Heart #7518D1
Tints of Purple Heart #7518D1
RGB
CMYK
RGB Variations
Color information
#7518D1 (or 0x7518D1) is known color: Purple Heart. HEX triplet: 75, 18 and D1. RGB value is (117,24,209). Sum of RGB (Red+Green+Blue) = 117+24+209=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 209 (82.03% from 255 or 59.71% from 350); Max value from RGB is 209 - color contains mainly: blue. Hex color #7518D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7518D1 is #8AE72E. Grayscale: #484848. Windows color (decimal): -9103151 or 13703285. OLE color: 13703285.
HSL color Cylindrical-coordinate representation of color #7518D1: hue angle of 270.16º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7518D1 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 24 | 209 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.18 |
| HSL | 270.16º | 0.79% | 0.46% | - |
| HSV(B) | 270.16º | 0.89% | 0.82% | - |
| XYZ | 19.17 | 9.04 | 61.06 | - |
| YUV | 72.9 | 204.81 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 209 | 0.44 | 0.89 | 0 | 0.18 | 270.16 | 0.79 | 0.46 |
| Hex | 75 | 18 | D1 | 2C | 59 | 0 | 12 | 10E | 4F | 2E |
| Octal | 165 | 30 | 321 | 54 | 131 | 0 | 22 | 416 | 117 | 56 |
| Binary | 1110101 | 11000 | 11010001 | 101100 | 1011001 | 0 | 10010 | 100001110 | 1001111 | 101110 |
Color Harmonies of #7518D1
Complementary color
Monochromatic Colors of #7518D1
Black with #7518D1
Text Example
Text Example
White with #7518D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7518D1; }
p { color: rgb(117,24,209); }
H1.HeaderClassName
{
color: #7518D1;
}
.AnyTagClassName
{
color: #7518D1;
}
</style>
background-color css
<style>
a { background-color: #7518D1; }
a { background-color: rgb(117,24,209); }
div.DivClassName
{
background-color: #7518D1;
}
.BgClassName
{
background-color: #7518D1;
}
</style>
border-color css
<style>
span { border-color: #7518D1; }
span { border-color: rgb(117,24,209); }
td.TdClassName
{
border-color: #7518D1;
}
.TagClassName
{
border-color: #7518D1;
}
</style>