Shades of Purple Heart #7332BC
Tints of Purple Heart #7332BC
RGB
CMYK
RGB Variations
Color information
#7332BC (or 0x7332BC) is known color: Purple Heart. HEX triplet: 73, 32 and BC. RGB value is (115,50,188). Sum of RGB (Red+Green+Blue) = 115+50+188=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #7332BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7332BC is #8CCD43. Grayscale: #545454. Windows color (decimal): -9227588 or 12333683. OLE color: 12333683.
HSL color Cylindrical-coordinate representation of color #7332BC: hue angle of 268.26º 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 #7332BC is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 50 | 188 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.26 |
| HSL | 268.26º | 0.58% | 0.47% | - |
| HSV(B) | 268.26º | 0.73% | 0.74% | - |
| XYZ | 17.29 | 9.56 | 48.51 | - |
| YUV | 85.17 | 186.03 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 188 | 0.39 | 0.73 | 0 | 0.26 | 268.26 | 0.58 | 0.47 |
| Hex | 73 | 32 | BC | 27 | 49 | 0 | 1A | 10C | 3A | 2F |
| Octal | 163 | 62 | 274 | 47 | 111 | 0 | 32 | 414 | 72 | 57 |
| Binary | 1110011 | 110010 | 10111100 | 100111 | 1001001 | 0 | 11010 | 100001100 | 111010 | 101111 |
Color Harmonies of #7332BC
Complementary color
Monochromatic Colors of #7332BC
Black with #7332BC
Text Example
Text Example
White with #7332BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7332BC; }
p { color: rgb(115,50,188); }
H1.HeaderClassName
{
color: #7332BC;
}
.AnyTagClassName
{
color: #7332BC;
}
</style>
background-color css
<style>
a { background-color: #7332BC; }
a { background-color: rgb(115,50,188); }
div.DivClassName
{
background-color: #7332BC;
}
.BgClassName
{
background-color: #7332BC;
}
</style>
border-color css
<style>
span { border-color: #7332BC; }
span { border-color: rgb(115,50,188); }
td.TdClassName
{
border-color: #7332BC;
}
.TagClassName
{
border-color: #7332BC;
}
</style>