Shades of Purple Heart #7929BC
Tints of Purple Heart #7929BC
RGB
CMYK
RGB Variations
Color information
#7929BC (or 0x7929BC) is known color: Purple Heart. HEX triplet: 79, 29 and BC. RGB value is (121,41,188). Sum of RGB (Red+Green+Blue) = 121+41+188=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #7929BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7929BC is #86D643. Grayscale: #515151. Windows color (decimal): -8836676 or 12331385. OLE color: 12331385.
HSL color Cylindrical-coordinate representation of color #7929BC: hue angle of 272.65º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7929BC is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 41 | 188 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.26 |
| HSL | 272.65º | 0.64% | 0.45% | - |
| HSV(B) | 272.65º | 0.78% | 0.74% | - |
| XYZ | 17.76 | 9.28 | 48.43 | - |
| YUV | 81.68 | 188 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 188 | 0.36 | 0.78 | 0 | 0.26 | 272.65 | 0.64 | 0.45 |
| Hex | 79 | 29 | BC | 24 | 4E | 0 | 1A | 111 | 40 | 2D |
| Octal | 171 | 51 | 274 | 44 | 116 | 0 | 32 | 421 | 100 | 55 |
| Binary | 1111001 | 101001 | 10111100 | 100100 | 1001110 | 0 | 11010 | 100010001 | 1000000 | 101101 |
Color Harmonies of #7929BC
Complementary color
Monochromatic Colors of #7929BC
Black with #7929BC
Text Example
Text Example
White with #7929BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7929BC; }
p { color: rgb(121,41,188); }
H1.HeaderClassName
{
color: #7929BC;
}
.AnyTagClassName
{
color: #7929BC;
}
</style>
background-color css
<style>
a { background-color: #7929BC; }
a { background-color: rgb(121,41,188); }
div.DivClassName
{
background-color: #7929BC;
}
.BgClassName
{
background-color: #7929BC;
}
</style>
border-color css
<style>
span { border-color: #7929BC; }
span { border-color: rgb(121,41,188); }
td.TdClassName
{
border-color: #7929BC;
}
.TagClassName
{
border-color: #7929BC;
}
</style>