Shades of Purple Heart #7C21B3
Tints of Purple Heart #7C21B3
RGB
CMYK
RGB Variations
Color information
#7C21B3 (or 0x7C21B3) is known color: Purple Heart. HEX triplet: 7C, 21 and B3. RGB value is (124,33,179). Sum of RGB (Red+Green+Blue) = 124+33+179=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #7C21B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C21B3 is #83DE4C. Grayscale: #4C4C4C. Windows color (decimal): -8642125 or 11739516. OLE color: 11739516.
HSL color Cylindrical-coordinate representation of color #7C21B3: hue angle of 277.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C21B3 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 33 | 179 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.30 |
| HSL | 277.4º | 0.69% | 0.42% | - |
| HSV(B) | 277.4º | 0.82% | 0.7% | - |
| XYZ | 16.99 | 8.63 | 43.42 | - |
| YUV | 76.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 33 | 179 | 0.31 | 0.82 | 0 | 0.30 | 277.4 | 0.69 | 0.42 |
| Hex | 7C | 21 | B3 | 1F | 52 | 0 | 1E | 115 | 45 | 2A |
| Octal | 174 | 41 | 263 | 37 | 122 | 0 | 36 | 425 | 105 | 52 |
| Binary | 1111100 | 100001 | 10110011 | 11111 | 1010010 | 0 | 11110 | 100010101 | 1000101 | 101010 |
Color Harmonies of #7C21B3
Complementary color
Monochromatic Colors of #7C21B3
Black with #7C21B3
Text Example
Text Example
White with #7C21B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C21B3; }
p { color: rgb(124,33,179); }
H1.HeaderClassName
{
color: #7C21B3;
}
.AnyTagClassName
{
color: #7C21B3;
}
</style>
background-color css
<style>
a { background-color: #7C21B3; }
a { background-color: rgb(124,33,179); }
div.DivClassName
{
background-color: #7C21B3;
}
.BgClassName
{
background-color: #7C21B3;
}
</style>
border-color css
<style>
span { border-color: #7C21B3; }
span { border-color: rgb(124,33,179); }
td.TdClassName
{
border-color: #7C21B3;
}
.TagClassName
{
border-color: #7C21B3;
}
</style>