Shades of Purple Heart #7C17AE
Tints of Purple Heart #7C17AE
RGB
CMYK
RGB Variations
Color information
#7C17AE (or 0x7C17AE) is known color: Purple Heart. HEX triplet: 7C, 17 and AE. RGB value is (124,23,174). Sum of RGB (Red+Green+Blue) = 124+23+174=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C17AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C17AE is #83E851. Grayscale: #454545. Windows color (decimal): -8644690 or 11409276. OLE color: 11409276.
HSL color Cylindrical-coordinate representation of color #7C17AE: hue angle of 280.13º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C17AE is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 23 | 174 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.32 |
| HSL | 280.13º | 0.77% | 0.39% | - |
| HSV(B) | 280.13º | 0.87% | 0.68% | - |
| XYZ | 16.26 | 7.95 | 40.72 | - |
| YUV | 70.41 | 186.46 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 174 | 0.29 | 0.87 | 0 | 0.32 | 280.13 | 0.77 | 0.39 |
| Hex | 7C | 17 | AE | 1D | 57 | 0 | 20 | 118 | 4D | 27 |
| Octal | 174 | 27 | 256 | 35 | 127 | 0 | 40 | 430 | 115 | 47 |
| Binary | 1111100 | 10111 | 10101110 | 11101 | 1010111 | 0 | 100000 | 100011000 | 1001101 | 100111 |
Color Harmonies of #7C17AE
Complementary color
Monochromatic Colors of #7C17AE
Black with #7C17AE
Text Example
Text Example
White with #7C17AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C17AE; }
p { color: rgb(124,23,174); }
H1.HeaderClassName
{
color: #7C17AE;
}
.AnyTagClassName
{
color: #7C17AE;
}
</style>
background-color css
<style>
a { background-color: #7C17AE; }
a { background-color: rgb(124,23,174); }
div.DivClassName
{
background-color: #7C17AE;
}
.BgClassName
{
background-color: #7C17AE;
}
</style>
border-color css
<style>
span { border-color: #7C17AE; }
span { border-color: rgb(124,23,174); }
td.TdClassName
{
border-color: #7C17AE;
}
.TagClassName
{
border-color: #7C17AE;
}
</style>