Shades of Purple Heart #7632B9
Tints of Purple Heart #7632B9
RGB
CMYK
RGB Variations
Color information
#7632B9 (or 0x7632B9) is known color: Purple Heart. HEX triplet: 76, 32 and B9. RGB value is (118,50,185). Sum of RGB (Red+Green+Blue) = 118+50+185=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #7632B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7632B9 is #89CD46. Grayscale: #555555. Windows color (decimal): -9030983 or 12137078. OLE color: 12137078.
HSL color Cylindrical-coordinate representation of color #7632B9: hue angle of 270.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7632B9 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 50 | 185 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.27 |
| HSL | 270.22º | 0.57% | 0.46% | - |
| HSV(B) | 270.22º | 0.73% | 0.73% | - |
| XYZ | 17.37 | 9.64 | 46.84 | - |
| YUV | 85.72 | 184.03 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 185 | 0.36 | 0.73 | 0 | 0.27 | 270.22 | 0.57 | 0.46 |
| Hex | 76 | 32 | B9 | 24 | 49 | 0 | 1B | 10E | 39 | 2E |
| Octal | 166 | 62 | 271 | 44 | 111 | 0 | 33 | 416 | 71 | 56 |
| Binary | 1110110 | 110010 | 10111001 | 100100 | 1001001 | 0 | 11011 | 100001110 | 111001 | 101110 |
Color Harmonies of #7632B9
Complementary color
Monochromatic Colors of #7632B9
Black with #7632B9
Text Example
Text Example
White with #7632B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632B9; }
p { color: rgb(118,50,185); }
H1.HeaderClassName
{
color: #7632B9;
}
.AnyTagClassName
{
color: #7632B9;
}
</style>
background-color css
<style>
a { background-color: #7632B9; }
a { background-color: rgb(118,50,185); }
div.DivClassName
{
background-color: #7632B9;
}
.BgClassName
{
background-color: #7632B9;
}
</style>
border-color css
<style>
span { border-color: #7632B9; }
span { border-color: rgb(118,50,185); }
td.TdClassName
{
border-color: #7632B9;
}
.TagClassName
{
border-color: #7632B9;
}
</style>