Shades of Purple Heart #7C1CAE
Tints of Purple Heart #7C1CAE
RGB
CMYK
RGB Variations
Color information
#7C1CAE (or 0x7C1CAE) is known color: Purple Heart. HEX triplet: 7C, 1C and AE. RGB value is (124,28,174). Sum of RGB (Red+Green+Blue) = 124+28+174=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C1CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1CAE is #83E351. Grayscale: #484848. Windows color (decimal): -8643410 or 11410556. OLE color: 11410556.
HSL color Cylindrical-coordinate representation of color #7C1CAE: hue angle of 279.45º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C1CAE is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 28 | 174 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.32 |
| HSL | 279.45º | 0.72% | 0.4% | - |
| HSV(B) | 279.45º | 0.84% | 0.68% | - |
| XYZ | 16.37 | 8.17 | 40.76 | - |
| YUV | 73.35 | 184.8 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 28 | 174 | 0.29 | 0.84 | 0 | 0.32 | 279.45 | 0.72 | 0.4 |
| Hex | 7C | 1C | AE | 1D | 54 | 0 | 20 | 117 | 48 | 28 |
| Octal | 174 | 34 | 256 | 35 | 124 | 0 | 40 | 427 | 110 | 50 |
| Binary | 1111100 | 11100 | 10101110 | 11101 | 1010100 | 0 | 100000 | 100010111 | 1001000 | 101000 |
Color Harmonies of #7C1CAE
Complementary color
Monochromatic Colors of #7C1CAE
Black with #7C1CAE
Text Example
Text Example
White with #7C1CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1CAE; }
p { color: rgb(124,28,174); }
H1.HeaderClassName
{
color: #7C1CAE;
}
.AnyTagClassName
{
color: #7C1CAE;
}
</style>
background-color css
<style>
a { background-color: #7C1CAE; }
a { background-color: rgb(124,28,174); }
div.DivClassName
{
background-color: #7C1CAE;
}
.BgClassName
{
background-color: #7C1CAE;
}
</style>
border-color css
<style>
span { border-color: #7C1CAE; }
span { border-color: rgb(124,28,174); }
td.TdClassName
{
border-color: #7C1CAE;
}
.TagClassName
{
border-color: #7C1CAE;
}
</style>