Shades of Purple Heart #7629BC
Tints of Purple Heart #7629BC
RGB
CMYK
RGB Variations
Color information
#7629BC (or 0x7629BC) is known color: Purple Heart. HEX triplet: 76, 29 and BC. RGB value is (118,41,188). Sum of RGB (Red+Green+Blue) = 118+41+188=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #7629BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7629BC is #89D643. Grayscale: #505050. Windows color (decimal): -9033284 or 12331382. OLE color: 12331382.
HSL color Cylindrical-coordinate representation of color #7629BC: hue angle of 271.43º 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 #7629BC is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 41 | 188 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.26 |
| HSL | 271.43º | 0.64% | 0.45% | - |
| HSV(B) | 271.43º | 0.78% | 0.74% | - |
| XYZ | 17.34 | 9.07 | 48.41 | - |
| YUV | 80.78 | 188.51 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 188 | 0.37 | 0.78 | 0 | 0.26 | 271.43 | 0.64 | 0.45 |
| Hex | 76 | 29 | BC | 25 | 4E | 0 | 1A | 10F | 40 | 2D |
| Octal | 166 | 51 | 274 | 45 | 116 | 0 | 32 | 417 | 100 | 55 |
| Binary | 1110110 | 101001 | 10111100 | 100101 | 1001110 | 0 | 11010 | 100001111 | 1000000 | 101101 |
Color Harmonies of #7629BC
Complementary color
Monochromatic Colors of #7629BC
Black with #7629BC
Text Example
Text Example
White with #7629BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7629BC; }
p { color: rgb(118,41,188); }
H1.HeaderClassName
{
color: #7629BC;
}
.AnyTagClassName
{
color: #7629BC;
}
</style>
background-color css
<style>
a { background-color: #7629BC; }
a { background-color: rgb(118,41,188); }
div.DivClassName
{
background-color: #7629BC;
}
.BgClassName
{
background-color: #7629BC;
}
</style>
border-color css
<style>
span { border-color: #7629BC; }
span { border-color: rgb(118,41,188); }
td.TdClassName
{
border-color: #7629BC;
}
.TagClassName
{
border-color: #7629BC;
}
</style>