Shades of Purple Heart #7731CE
Tints of Purple Heart #7731CE
RGB
CMYK
RGB Variations
Color information
#7731CE (or 0x7731CE) is known color: Purple Heart. HEX triplet: 77, 31 and CE. RGB value is (119,49,206). Sum of RGB (Red+Green+Blue) = 119+49+206=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #7731CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731CE is #88CE31. Grayscale: #575757. Windows color (decimal): -8965682 or 13513079. OLE color: 13513079.
HSL color Cylindrical-coordinate representation of color #7731CE: hue angle of 266.75º degrees, saturation: 0.62, 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 #7731CE is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 49 | 206 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.19 |
| HSL | 266.75º | 0.62% | 0.5% | - |
| HSV(B) | 266.75º | 0.76% | 0.81% | - |
| XYZ | 19.85 | 10.57 | 59.39 | - |
| YUV | 87.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 206 | 0.42 | 0.76 | 0 | 0.19 | 266.75 | 0.62 | 0.5 |
| Hex | 77 | 31 | CE | 2A | 4C | 0 | 13 | 10B | 3E | 32 |
| Octal | 167 | 61 | 316 | 52 | 114 | 0 | 23 | 413 | 76 | 62 |
| Binary | 1110111 | 110001 | 11001110 | 101010 | 1001100 | 0 | 10011 | 100001011 | 111110 | 110010 |
Color Harmonies of #7731CE
Complementary color
Monochromatic Colors of #7731CE
Black with #7731CE
Text Example
Text Example
White with #7731CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731CE; }
p { color: rgb(119,49,206); }
H1.HeaderClassName
{
color: #7731CE;
}
.AnyTagClassName
{
color: #7731CE;
}
</style>
background-color css
<style>
a { background-color: #7731CE; }
a { background-color: rgb(119,49,206); }
div.DivClassName
{
background-color: #7731CE;
}
.BgClassName
{
background-color: #7731CE;
}
</style>
border-color css
<style>
span { border-color: #7731CE; }
span { border-color: rgb(119,49,206); }
td.TdClassName
{
border-color: #7731CE;
}
.TagClassName
{
border-color: #7731CE;
}
</style>