Shades of Purple Heart #7715AD
Tints of Purple Heart #7715AD
RGB
CMYK
RGB Variations
Color information
#7715AD (or 0x7715AD) is known color: Purple Heart. HEX triplet: 77, 15 and AD. RGB value is (119,21,173). Sum of RGB (Red+Green+Blue) = 119+21+173=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #7715AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7715AD is #88EA52. Grayscale: #434343. Windows color (decimal): -8972883 or 11343223. OLE color: 11343223.
HSL color Cylindrical-coordinate representation of color #7715AD: hue angle of 278.68º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7715AD is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 21 | 173 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.32 |
| HSL | 278.68º | 0.78% | 0.38% | - |
| HSV(B) | 278.68º | 0.88% | 0.68% | - |
| XYZ | 15.42 | 7.48 | 40.17 | - |
| YUV | 67.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 173 | 0.31 | 0.88 | 0 | 0.32 | 278.68 | 0.78 | 0.38 |
| Hex | 77 | 15 | AD | 1F | 58 | 0 | 20 | 117 | 4E | 26 |
| Octal | 167 | 25 | 255 | 37 | 130 | 0 | 40 | 427 | 116 | 46 |
| Binary | 1110111 | 10101 | 10101101 | 11111 | 1011000 | 0 | 100000 | 100010111 | 1001110 | 100110 |
Color Harmonies of #7715AD
Complementary color
Monochromatic Colors of #7715AD
Black with #7715AD
Text Example
Text Example
White with #7715AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7715AD; }
p { color: rgb(119,21,173); }
H1.HeaderClassName
{
color: #7715AD;
}
.AnyTagClassName
{
color: #7715AD;
}
</style>
background-color css
<style>
a { background-color: #7715AD; }
a { background-color: rgb(119,21,173); }
div.DivClassName
{
background-color: #7715AD;
}
.BgClassName
{
background-color: #7715AD;
}
</style>
border-color css
<style>
span { border-color: #7715AD; }
span { border-color: rgb(119,21,173); }
td.TdClassName
{
border-color: #7715AD;
}
.TagClassName
{
border-color: #7715AD;
}
</style>