Shades of Purple Heart #7516D0
Tints of Purple Heart #7516D0
RGB
CMYK
RGB Variations
Color information
#7516D0 (or 0x7516D0) is known color: Purple Heart. HEX triplet: 75, 16 and D0. RGB value is (117,22,208). Sum of RGB (Red+Green+Blue) = 117+22+208=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #7516D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7516D0 is #8AE92F. Grayscale: #464646. Windows color (decimal): -9103664 or 13637237. OLE color: 13637237.
HSL color Cylindrical-coordinate representation of color #7516D0: hue angle of 270.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7516D0 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 22 | 208 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.18 |
| HSL | 270.65º | 0.81% | 0.45% | - |
| HSV(B) | 270.65º | 0.89% | 0.82% | - |
| XYZ | 19.01 | 8.91 | 60.39 | - |
| YUV | 71.61 | 204.97 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 208 | 0.44 | 0.89 | 0 | 0.18 | 270.65 | 0.81 | 0.45 |
| Hex | 75 | 16 | D0 | 2C | 59 | 0 | 12 | 10F | 51 | 2D |
| Octal | 165 | 26 | 320 | 54 | 131 | 0 | 22 | 417 | 121 | 55 |
| Binary | 1110101 | 10110 | 11010000 | 101100 | 1011001 | 0 | 10010 | 100001111 | 1010001 | 101101 |
Color Harmonies of #7516D0
Complementary color
Monochromatic Colors of #7516D0
Black with #7516D0
Text Example
Text Example
White with #7516D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7516D0; }
p { color: rgb(117,22,208); }
H1.HeaderClassName
{
color: #7516D0;
}
.AnyTagClassName
{
color: #7516D0;
}
</style>
background-color css
<style>
a { background-color: #7516D0; }
a { background-color: rgb(117,22,208); }
div.DivClassName
{
background-color: #7516D0;
}
.BgClassName
{
background-color: #7516D0;
}
</style>
border-color css
<style>
span { border-color: #7516D0; }
span { border-color: rgb(117,22,208); }
td.TdClassName
{
border-color: #7516D0;
}
.TagClassName
{
border-color: #7516D0;
}
</style>