Shades of Purple Heart #7C24AF
Tints of Purple Heart #7C24AF
RGB
CMYK
RGB Variations
Color information
#7C24AF (or 0x7C24AF) is known color: Purple Heart. HEX triplet: 7C, 24 and AF. RGB value is (124,36,175). Sum of RGB (Red+Green+Blue) = 124+36+175=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C24AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C24AF is #83DB50. Grayscale: #4D4D4D. Windows color (decimal): -8641361 or 11478140. OLE color: 11478140.
HSL color Cylindrical-coordinate representation of color #7C24AF: hue angle of 277.99º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C24AF is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 36 | 175 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.31 |
| HSL | 277.99º | 0.66% | 0.41% | - |
| HSV(B) | 277.99º | 0.79% | 0.69% | - |
| XYZ | 16.68 | 8.64 | 41.35 | - |
| YUV | 78.16 | 182.65 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 175 | 0.29 | 0.79 | 0 | 0.31 | 277.99 | 0.66 | 0.41 |
| Hex | 7C | 24 | AF | 1D | 4F | 0 | 1F | 116 | 42 | 29 |
| Octal | 174 | 44 | 257 | 35 | 117 | 0 | 37 | 426 | 102 | 51 |
| Binary | 1111100 | 100100 | 10101111 | 11101 | 1001111 | 0 | 11111 | 100010110 | 1000010 | 101001 |
Color Harmonies of #7C24AF
Complementary color
Monochromatic Colors of #7C24AF
Black with #7C24AF
Text Example
Text Example
White with #7C24AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C24AF; }
p { color: rgb(124,36,175); }
H1.HeaderClassName
{
color: #7C24AF;
}
.AnyTagClassName
{
color: #7C24AF;
}
</style>
background-color css
<style>
a { background-color: #7C24AF; }
a { background-color: rgb(124,36,175); }
div.DivClassName
{
background-color: #7C24AF;
}
.BgClassName
{
background-color: #7C24AF;
}
</style>
border-color css
<style>
span { border-color: #7C24AF; }
span { border-color: rgb(124,36,175); }
td.TdClassName
{
border-color: #7C24AF;
}
.TagClassName
{
border-color: #7C24AF;
}
</style>