Shades of Purple Heart #7731CC
Tints of Purple Heart #7731CC
RGB
CMYK
RGB Variations
Color information
#7731CC (or 0x7731CC) is known color: Purple Heart. HEX triplet: 77, 31 and CC. RGB value is (119,49,204). Sum of RGB (Red+Green+Blue) = 119+49+204=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #7731CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731CC is #88CE33. Grayscale: #575757. Windows color (decimal): -8965684 or 13382007. OLE color: 13382007.
HSL color Cylindrical-coordinate representation of color #7731CC: hue angle of 267.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7731CC is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 49 | 204 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.2 |
| HSL | 267.1º | 0.61% | 0.5% | - |
| HSV(B) | 267.1º | 0.76% | 0.8% | - |
| XYZ | 19.61 | 10.48 | 58.12 | - |
| YUV | 87.6 | 193.69 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 204 | 0.42 | 0.76 | 0 | 0.2 | 267.1 | 0.61 | 0.5 |
| Hex | 77 | 31 | CC | 2A | 4C | 0 | 14 | 10B | 3D | 32 |
| Octal | 167 | 61 | 314 | 52 | 114 | 0 | 24 | 413 | 75 | 62 |
| Binary | 1110111 | 110001 | 11001100 | 101010 | 1001100 | 0 | 10100 | 100001011 | 111101 | 110010 |
Color Harmonies of #7731CC
Complementary color
Monochromatic Colors of #7731CC
Black with #7731CC
Text Example
Text Example
White with #7731CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731CC; }
p { color: rgb(119,49,204); }
H1.HeaderClassName
{
color: #7731CC;
}
.AnyTagClassName
{
color: #7731CC;
}
</style>
background-color css
<style>
a { background-color: #7731CC; }
a { background-color: rgb(119,49,204); }
div.DivClassName
{
background-color: #7731CC;
}
.BgClassName
{
background-color: #7731CC;
}
</style>
border-color css
<style>
span { border-color: #7731CC; }
span { border-color: rgb(119,49,204); }
td.TdClassName
{
border-color: #7731CC;
}
.TagClassName
{
border-color: #7731CC;
}
</style>