Shades of Purple Heart #7432BD
Tints of Purple Heart #7432BD
RGB
CMYK
RGB Variations
Color information
#7432BD (or 0x7432BD) is known color: Purple Heart. HEX triplet: 74, 32 and BD. RGB value is (116,50,189). Sum of RGB (Red+Green+Blue) = 116+50+189=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #7432BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7432BD is #8BCD42. Grayscale: #555555. Windows color (decimal): -9162051 or 12399220. OLE color: 12399220.
HSL color Cylindrical-coordinate representation of color #7432BD: hue angle of 268.49º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7432BD is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 50 | 189 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.26 |
| HSL | 268.49º | 0.58% | 0.47% | - |
| HSV(B) | 268.49º | 0.74% | 0.74% | - |
| XYZ | 17.53 | 9.67 | 49.09 | - |
| YUV | 85.58 | 186.37 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 189 | 0.39 | 0.74 | 0 | 0.26 | 268.49 | 0.58 | 0.47 |
| Hex | 74 | 32 | BD | 27 | 4A | 0 | 1A | 10C | 3A | 2F |
| Octal | 164 | 62 | 275 | 47 | 112 | 0 | 32 | 414 | 72 | 57 |
| Binary | 1110100 | 110010 | 10111101 | 100111 | 1001010 | 0 | 11010 | 100001100 | 111010 | 101111 |
Color Harmonies of #7432BD
Complementary color
Monochromatic Colors of #7432BD
Black with #7432BD
Text Example
Text Example
White with #7432BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7432BD; }
p { color: rgb(116,50,189); }
H1.HeaderClassName
{
color: #7432BD;
}
.AnyTagClassName
{
color: #7432BD;
}
</style>
background-color css
<style>
a { background-color: #7432BD; }
a { background-color: rgb(116,50,189); }
div.DivClassName
{
background-color: #7432BD;
}
.BgClassName
{
background-color: #7432BD;
}
</style>
border-color css
<style>
span { border-color: #7432BD; }
span { border-color: rgb(116,50,189); }
td.TdClassName
{
border-color: #7432BD;
}
.TagClassName
{
border-color: #7432BD;
}
</style>