Shades of Purple Heart #7518CF
Tints of Purple Heart #7518CF
RGB
CMYK
RGB Variations
Color information
#7518CF (or 0x7518CF) is known color: Purple Heart. HEX triplet: 75, 18 and CF. RGB value is (117,24,207). Sum of RGB (Red+Green+Blue) = 117+24+207=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #7518CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7518CF is #8AE730. Grayscale: #484848. Windows color (decimal): -9103153 or 13572213. OLE color: 13572213.
HSL color Cylindrical-coordinate representation of color #7518CF: hue angle of 270.49º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7518CF is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 24 | 207 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.19 |
| HSL | 270.49º | 0.79% | 0.45% | - |
| HSV(B) | 270.49º | 0.88% | 0.81% | - |
| XYZ | 18.93 | 8.94 | 59.76 | - |
| YUV | 72.67 | 203.81 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 207 | 0.43 | 0.88 | 0 | 0.19 | 270.49 | 0.79 | 0.45 |
| Hex | 75 | 18 | CF | 2B | 58 | 0 | 13 | 10E | 4F | 2D |
| Octal | 165 | 30 | 317 | 53 | 130 | 0 | 23 | 416 | 117 | 55 |
| Binary | 1110101 | 11000 | 11001111 | 101011 | 1011000 | 0 | 10011 | 100001110 | 1001111 | 101101 |
Color Harmonies of #7518CF
Complementary color
Monochromatic Colors of #7518CF
Black with #7518CF
Text Example
Text Example
White with #7518CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7518CF; }
p { color: rgb(117,24,207); }
H1.HeaderClassName
{
color: #7518CF;
}
.AnyTagClassName
{
color: #7518CF;
}
</style>
background-color css
<style>
a { background-color: #7518CF; }
a { background-color: rgb(117,24,207); }
div.DivClassName
{
background-color: #7518CF;
}
.BgClassName
{
background-color: #7518CF;
}
</style>
border-color css
<style>
span { border-color: #7518CF; }
span { border-color: rgb(117,24,207); }
td.TdClassName
{
border-color: #7518CF;
}
.TagClassName
{
border-color: #7518CF;
}
</style>