Shades of Purple Heart #7A21B3
Tints of Purple Heart #7A21B3
RGB
CMYK
RGB Variations
Color information
#7A21B3 (or 0x7A21B3) is known color: Purple Heart. HEX triplet: 7A, 21 and B3. RGB value is (122,33,179). Sum of RGB (Red+Green+Blue) = 122+33+179=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A21B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A21B3 is #85DE4C. Grayscale: #4B4B4B. Windows color (decimal): -8773197 or 11739514. OLE color: 11739514.
HSL color Cylindrical-coordinate representation of color #7A21B3: hue angle of 276.58º 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 #7A21B3 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 33 | 179 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.30 |
| HSL | 276.58º | 0.69% | 0.42% | - |
| HSV(B) | 276.58º | 0.82% | 0.7% | - |
| XYZ | 16.71 | 8.48 | 43.4 | - |
| YUV | 76.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 179 | 0.32 | 0.82 | 0 | 0.30 | 276.58 | 0.69 | 0.42 |
| Hex | 7A | 21 | B3 | 20 | 52 | 0 | 1E | 115 | 45 | 2A |
| Octal | 172 | 41 | 263 | 40 | 122 | 0 | 36 | 425 | 105 | 52 |
| Binary | 1111010 | 100001 | 10110011 | 100000 | 1010010 | 0 | 11110 | 100010101 | 1000101 | 101010 |
Color Harmonies of #7A21B3
Complementary color
Monochromatic Colors of #7A21B3
Black with #7A21B3
Text Example
Text Example
White with #7A21B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A21B3; }
p { color: rgb(122,33,179); }
H1.HeaderClassName
{
color: #7A21B3;
}
.AnyTagClassName
{
color: #7A21B3;
}
</style>
background-color css
<style>
a { background-color: #7A21B3; }
a { background-color: rgb(122,33,179); }
div.DivClassName
{
background-color: #7A21B3;
}
.BgClassName
{
background-color: #7A21B3;
}
</style>
border-color css
<style>
span { border-color: #7A21B3; }
span { border-color: rgb(122,33,179); }
td.TdClassName
{
border-color: #7A21B3;
}
.TagClassName
{
border-color: #7A21B3;
}
</style>