Shades of Purple Heart #7632BC
Tints of Purple Heart #7632BC
RGB
CMYK
RGB Variations
Color information
#7632BC (or 0x7632BC) is known color: Purple Heart. HEX triplet: 76, 32 and BC. RGB value is (118,50,188). Sum of RGB (Red+Green+Blue) = 118+50+188=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #7632BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7632BC is #89CD43. Grayscale: #555555. Windows color (decimal): -9030980 or 12333686. OLE color: 12333686.
HSL color Cylindrical-coordinate representation of color #7632BC: hue angle of 269.57º 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 #7632BC is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 50 | 188 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.26 |
| HSL | 269.57º | 0.58% | 0.47% | - |
| HSV(B) | 269.57º | 0.73% | 0.74% | - |
| XYZ | 17.69 | 9.76 | 48.53 | - |
| YUV | 86.06 | 185.53 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 188 | 0.37 | 0.73 | 0 | 0.26 | 269.57 | 0.58 | 0.47 |
| Hex | 76 | 32 | BC | 25 | 49 | 0 | 1A | 10E | 3A | 2F |
| Octal | 166 | 62 | 274 | 45 | 111 | 0 | 32 | 416 | 72 | 57 |
| Binary | 1110110 | 110010 | 10111100 | 100101 | 1001001 | 0 | 11010 | 100001110 | 111010 | 101111 |
Color Harmonies of #7632BC
Complementary color
Monochromatic Colors of #7632BC
Black with #7632BC
Text Example
Text Example
White with #7632BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632BC; }
p { color: rgb(118,50,188); }
H1.HeaderClassName
{
color: #7632BC;
}
.AnyTagClassName
{
color: #7632BC;
}
</style>
background-color css
<style>
a { background-color: #7632BC; }
a { background-color: rgb(118,50,188); }
div.DivClassName
{
background-color: #7632BC;
}
.BgClassName
{
background-color: #7632BC;
}
</style>
border-color css
<style>
span { border-color: #7632BC; }
span { border-color: rgb(118,50,188); }
td.TdClassName
{
border-color: #7632BC;
}
.TagClassName
{
border-color: #7632BC;
}
</style>