Shades of Purple Heart #7516CE
Tints of Purple Heart #7516CE
RGB
CMYK
RGB Variations
Color information
#7516CE (or 0x7516CE) is known color: Purple Heart. HEX triplet: 75, 16 and CE. RGB value is (117,22,206). Sum of RGB (Red+Green+Blue) = 117+22+206=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #7516CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7516CE is #8AE931. Grayscale: #464646. Windows color (decimal): -9103666 or 13506165. OLE color: 13506165.
HSL color Cylindrical-coordinate representation of color #7516CE: hue angle of 270.98º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7516CE is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 22 | 206 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.19 |
| HSL | 270.98º | 0.81% | 0.45% | - |
| HSV(B) | 270.98º | 0.89% | 0.81% | - |
| XYZ | 18.76 | 8.81 | 59.1 | - |
| YUV | 71.38 | 203.97 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 206 | 0.43 | 0.89 | 0 | 0.19 | 270.98 | 0.81 | 0.45 |
| Hex | 75 | 16 | CE | 2B | 59 | 0 | 13 | 10F | 51 | 2D |
| Octal | 165 | 26 | 316 | 53 | 131 | 0 | 23 | 417 | 121 | 55 |
| Binary | 1110101 | 10110 | 11001110 | 101011 | 1011001 | 0 | 10011 | 100001111 | 1010001 | 101101 |
Color Harmonies of #7516CE
Complementary color
Monochromatic Colors of #7516CE
Black with #7516CE
Text Example
Text Example
White with #7516CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7516CE; }
p { color: rgb(117,22,206); }
H1.HeaderClassName
{
color: #7516CE;
}
.AnyTagClassName
{
color: #7516CE;
}
</style>
background-color css
<style>
a { background-color: #7516CE; }
a { background-color: rgb(117,22,206); }
div.DivClassName
{
background-color: #7516CE;
}
.BgClassName
{
background-color: #7516CE;
}
</style>
border-color css
<style>
span { border-color: #7516CE; }
span { border-color: rgb(117,22,206); }
td.TdClassName
{
border-color: #7516CE;
}
.TagClassName
{
border-color: #7516CE;
}
</style>