Shades of Purple Heart #7732C0
Tints of Purple Heart #7732C0
RGB
CMYK
RGB Variations
Color information
#7732C0 (or 0x7732C0) is known color: Purple Heart. HEX triplet: 77, 32 and C0. RGB value is (119,50,192). Sum of RGB (Red+Green+Blue) = 119+50+192=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #7732C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7732C0 is #88CD3F. Grayscale: #565656. Windows color (decimal): -8965440 or 12595831. OLE color: 12595831.
HSL color Cylindrical-coordinate representation of color #7732C0: hue angle of 269.15º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7732C0 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 50 | 192 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.25 |
| HSL | 269.15º | 0.59% | 0.47% | - |
| HSV(B) | 269.15º | 0.74% | 0.75% | - |
| XYZ | 18.26 | 10.01 | 50.84 | - |
| YUV | 86.82 | 187.36 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 192 | 0.38 | 0.74 | 0 | 0.25 | 269.15 | 0.59 | 0.47 |
| Hex | 77 | 32 | C0 | 26 | 4A | 0 | 19 | 10D | 3B | 2F |
| Octal | 167 | 62 | 300 | 46 | 112 | 0 | 31 | 415 | 73 | 57 |
| Binary | 1110111 | 110010 | 11000000 | 100110 | 1001010 | 0 | 11001 | 100001101 | 111011 | 101111 |
Color Harmonies of #7732C0
Complementary color
Monochromatic Colors of #7732C0
Black with #7732C0
Text Example
Text Example
White with #7732C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7732C0; }
p { color: rgb(119,50,192); }
H1.HeaderClassName
{
color: #7732C0;
}
.AnyTagClassName
{
color: #7732C0;
}
</style>
background-color css
<style>
a { background-color: #7732C0; }
a { background-color: rgb(119,50,192); }
div.DivClassName
{
background-color: #7732C0;
}
.BgClassName
{
background-color: #7732C0;
}
</style>
border-color css
<style>
span { border-color: #7732C0; }
span { border-color: rgb(119,50,192); }
td.TdClassName
{
border-color: #7732C0;
}
.TagClassName
{
border-color: #7732C0;
}
</style>