Shades of Purple Heart #7C16AE
Tints of Purple Heart #7C16AE
RGB
CMYK
RGB Variations
Color information
#7C16AE (or 0x7C16AE) is known color: Purple Heart. HEX triplet: 7C, 16 and AE. RGB value is (124,22,174). Sum of RGB (Red+Green+Blue) = 124+22+174=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C16AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C16AE is #83E951. Grayscale: #454545. Windows color (decimal): -8644946 or 11409020. OLE color: 11409020.
HSL color Cylindrical-coordinate representation of color #7C16AE: hue angle of 280.26º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C16AE is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 22 | 174 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.32 |
| HSL | 280.26º | 0.78% | 0.38% | - |
| HSV(B) | 280.26º | 0.87% | 0.68% | - |
| XYZ | 16.24 | 7.91 | 40.72 | - |
| YUV | 69.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 174 | 0.29 | 0.87 | 0 | 0.32 | 280.26 | 0.78 | 0.38 |
| Hex | 7C | 16 | AE | 1D | 57 | 0 | 20 | 118 | 4E | 26 |
| Octal | 174 | 26 | 256 | 35 | 127 | 0 | 40 | 430 | 116 | 46 |
| Binary | 1111100 | 10110 | 10101110 | 11101 | 1010111 | 0 | 100000 | 100011000 | 1001110 | 100110 |
Color Harmonies of #7C16AE
Complementary color
Monochromatic Colors of #7C16AE
Black with #7C16AE
Text Example
Text Example
White with #7C16AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C16AE; }
p { color: rgb(124,22,174); }
H1.HeaderClassName
{
color: #7C16AE;
}
.AnyTagClassName
{
color: #7C16AE;
}
</style>
background-color css
<style>
a { background-color: #7C16AE; }
a { background-color: rgb(124,22,174); }
div.DivClassName
{
background-color: #7C16AE;
}
.BgClassName
{
background-color: #7C16AE;
}
</style>
border-color css
<style>
span { border-color: #7C16AE; }
span { border-color: rgb(124,22,174); }
td.TdClassName
{
border-color: #7C16AE;
}
.TagClassName
{
border-color: #7C16AE;
}
</style>