Shades of Purple Heart #7732CC
Tints of Purple Heart #7732CC
RGB
CMYK
RGB Variations
Color information
#7732CC (or 0x7732CC) is known color: Purple Heart. HEX triplet: 77, 32 and CC. RGB value is (119,50,204). Sum of RGB (Red+Green+Blue) = 119+50+204=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #7732CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7732CC is #88CD33. Grayscale: #575757. Windows color (decimal): -8965428 or 13382263. OLE color: 13382263.
HSL color Cylindrical-coordinate representation of color #7732CC: hue angle of 266.88º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7732CC is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 50 | 204 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.2 |
| HSL | 266.88º | 0.61% | 0.5% | - |
| HSV(B) | 266.88º | 0.75% | 0.8% | - |
| XYZ | 19.65 | 10.56 | 58.13 | - |
| YUV | 88.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 204 | 0.42 | 0.75 | 0 | 0.2 | 266.88 | 0.61 | 0.5 |
| Hex | 77 | 32 | CC | 2A | 4B | 0 | 14 | 10B | 3D | 32 |
| Octal | 167 | 62 | 314 | 52 | 113 | 0 | 24 | 413 | 75 | 62 |
| Binary | 1110111 | 110010 | 11001100 | 101010 | 1001011 | 0 | 10100 | 100001011 | 111101 | 110010 |
Color Harmonies of #7732CC
Complementary color
Monochromatic Colors of #7732CC
Black with #7732CC
Text Example
Text Example
White with #7732CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7732CC; }
p { color: rgb(119,50,204); }
H1.HeaderClassName
{
color: #7732CC;
}
.AnyTagClassName
{
color: #7732CC;
}
</style>
background-color css
<style>
a { background-color: #7732CC; }
a { background-color: rgb(119,50,204); }
div.DivClassName
{
background-color: #7732CC;
}
.BgClassName
{
background-color: #7732CC;
}
</style>
border-color css
<style>
span { border-color: #7732CC; }
span { border-color: rgb(119,50,204); }
td.TdClassName
{
border-color: #7732CC;
}
.TagClassName
{
border-color: #7732CC;
}
</style>