Shades of Purple Heart #7C21AF
Tints of Purple Heart #7C21AF
RGB
CMYK
RGB Variations
Color information
#7C21AF (or 0x7C21AF) is known color: Purple Heart. HEX triplet: 7C, 21 and AF. RGB value is (124,33,175). Sum of RGB (Red+Green+Blue) = 124+33+175=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C21AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C21AF is #83DE50. Grayscale: #4B4B4B. Windows color (decimal): -8642129 or 11477372. OLE color: 11477372.
HSL color Cylindrical-coordinate representation of color #7C21AF: hue angle of 278.45º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C21AF is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 33 | 175 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.31 |
| HSL | 278.45º | 0.68% | 0.41% | - |
| HSV(B) | 278.45º | 0.81% | 0.69% | - |
| XYZ | 16.59 | 8.47 | 41.32 | - |
| YUV | 76.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 33 | 175 | 0.29 | 0.81 | 0 | 0.31 | 278.45 | 0.68 | 0.41 |
| Hex | 7C | 21 | AF | 1D | 51 | 0 | 1F | 116 | 44 | 29 |
| Octal | 174 | 41 | 257 | 35 | 121 | 0 | 37 | 426 | 104 | 51 |
| Binary | 1111100 | 100001 | 10101111 | 11101 | 1010001 | 0 | 11111 | 100010110 | 1000100 | 101001 |
Color Harmonies of #7C21AF
Complementary color
Monochromatic Colors of #7C21AF
Black with #7C21AF
Text Example
Text Example
White with #7C21AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C21AF; }
p { color: rgb(124,33,175); }
H1.HeaderClassName
{
color: #7C21AF;
}
.AnyTagClassName
{
color: #7C21AF;
}
</style>
background-color css
<style>
a { background-color: #7C21AF; }
a { background-color: rgb(124,33,175); }
div.DivClassName
{
background-color: #7C21AF;
}
.BgClassName
{
background-color: #7C21AF;
}
</style>
border-color css
<style>
span { border-color: #7C21AF; }
span { border-color: rgb(124,33,175); }
td.TdClassName
{
border-color: #7C21AF;
}
.TagClassName
{
border-color: #7C21AF;
}
</style>