Shades of Purple Heart #7732CE
Tints of Purple Heart #7732CE
RGB
CMYK
RGB Variations
Color information
#7732CE (or 0x7732CE) is known color: Purple Heart. HEX triplet: 77, 32 and CE. RGB value is (119,50,206). Sum of RGB (Red+Green+Blue) = 119+50+206=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #7732CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7732CE is #88CD31. Grayscale: #575757. Windows color (decimal): -8965426 or 13513335. OLE color: 13513335.
HSL color Cylindrical-coordinate representation of color #7732CE: hue angle of 266.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7732CE is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 50 | 206 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.19 |
| HSL | 266.54º | 0.61% | 0.5% | - |
| HSV(B) | 266.54º | 0.76% | 0.81% | - |
| XYZ | 19.89 | 10.66 | 59.4 | - |
| YUV | 88.42 | 194.36 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 206 | 0.42 | 0.76 | 0 | 0.19 | 266.54 | 0.61 | 0.5 |
| Hex | 77 | 32 | CE | 2A | 4C | 0 | 13 | 10B | 3D | 32 |
| Octal | 167 | 62 | 316 | 52 | 114 | 0 | 23 | 413 | 75 | 62 |
| Binary | 1110111 | 110010 | 11001110 | 101010 | 1001100 | 0 | 10011 | 100001011 | 111101 | 110010 |
Color Harmonies of #7732CE
Complementary color
Monochromatic Colors of #7732CE
Black with #7732CE
Text Example
Text Example
White with #7732CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7732CE; }
p { color: rgb(119,50,206); }
H1.HeaderClassName
{
color: #7732CE;
}
.AnyTagClassName
{
color: #7732CE;
}
</style>
background-color css
<style>
a { background-color: #7732CE; }
a { background-color: rgb(119,50,206); }
div.DivClassName
{
background-color: #7732CE;
}
.BgClassName
{
background-color: #7732CE;
}
</style>
border-color css
<style>
span { border-color: #7732CE; }
span { border-color: rgb(119,50,206); }
td.TdClassName
{
border-color: #7732CE;
}
.TagClassName
{
border-color: #7732CE;
}
</style>