Shades of Purple Heart #7921B3
Tints of Purple Heart #7921B3
RGB
CMYK
RGB Variations
Color information
#7921B3 (or 0x7921B3) is known color: Purple Heart. HEX triplet: 79, 21 and B3. RGB value is (121,33,179). Sum of RGB (Red+Green+Blue) = 121+33+179=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #7921B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7921B3 is #86DE4C. Grayscale: #4B4B4B. Windows color (decimal): -8838733 or 11739513. OLE color: 11739513.
HSL color Cylindrical-coordinate representation of color #7921B3: hue angle of 276.16º 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 #7921B3 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 33 | 179 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.30 |
| HSL | 276.16º | 0.69% | 0.42% | - |
| HSV(B) | 276.16º | 0.82% | 0.7% | - |
| XYZ | 16.57 | 8.41 | 43.4 | - |
| YUV | 75.96 | 186.15 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 179 | 0.32 | 0.82 | 0 | 0.30 | 276.16 | 0.69 | 0.42 |
| Hex | 79 | 21 | B3 | 20 | 52 | 0 | 1E | 114 | 45 | 2A |
| Octal | 171 | 41 | 263 | 40 | 122 | 0 | 36 | 424 | 105 | 52 |
| Binary | 1111001 | 100001 | 10110011 | 100000 | 1010010 | 0 | 11110 | 100010100 | 1000101 | 101010 |
Color Harmonies of #7921B3
Complementary color
Monochromatic Colors of #7921B3
Black with #7921B3
Text Example
Text Example
White with #7921B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7921B3; }
p { color: rgb(121,33,179); }
H1.HeaderClassName
{
color: #7921B3;
}
.AnyTagClassName
{
color: #7921B3;
}
</style>
background-color css
<style>
a { background-color: #7921B3; }
a { background-color: rgb(121,33,179); }
div.DivClassName
{
background-color: #7921B3;
}
.BgClassName
{
background-color: #7921B3;
}
</style>
border-color css
<style>
span { border-color: #7921B3; }
span { border-color: rgb(121,33,179); }
td.TdClassName
{
border-color: #7921B3;
}
.TagClassName
{
border-color: #7921B3;
}
</style>