Shades of Purple Heart #7432BC
Tints of Purple Heart #7432BC
RGB
CMYK
RGB Variations
Color information
#7432BC (or 0x7432BC) is known color: Purple Heart. HEX triplet: 74, 32 and BC. RGB value is (116,50,188). Sum of RGB (Red+Green+Blue) = 116+50+188=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #7432BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7432BC is #8BCD43. Grayscale: #545454. Windows color (decimal): -9162052 or 12333684. OLE color: 12333684.
HSL color Cylindrical-coordinate representation of color #7432BC: hue angle of 268.7º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7432BC is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 50 | 188 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.26 |
| HSL | 268.7º | 0.58% | 0.47% | - |
| HSV(B) | 268.7º | 0.73% | 0.74% | - |
| XYZ | 17.42 | 9.63 | 48.52 | - |
| YUV | 85.47 | 185.87 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 188 | 0.38 | 0.73 | 0 | 0.26 | 268.7 | 0.58 | 0.47 |
| Hex | 74 | 32 | BC | 26 | 49 | 0 | 1A | 10D | 3A | 2F |
| Octal | 164 | 62 | 274 | 46 | 111 | 0 | 32 | 415 | 72 | 57 |
| Binary | 1110100 | 110010 | 10111100 | 100110 | 1001001 | 0 | 11010 | 100001101 | 111010 | 101111 |
Color Harmonies of #7432BC
Complementary color
Monochromatic Colors of #7432BC
Black with #7432BC
Text Example
Text Example
White with #7432BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7432BC; }
p { color: rgb(116,50,188); }
H1.HeaderClassName
{
color: #7432BC;
}
.AnyTagClassName
{
color: #7432BC;
}
</style>
background-color css
<style>
a { background-color: #7432BC; }
a { background-color: rgb(116,50,188); }
div.DivClassName
{
background-color: #7432BC;
}
.BgClassName
{
background-color: #7432BC;
}
</style>
border-color css
<style>
span { border-color: #7432BC; }
span { border-color: rgb(116,50,188); }
td.TdClassName
{
border-color: #7432BC;
}
.TagClassName
{
border-color: #7432BC;
}
</style>