Shades of Purple Heart #7737CE
Tints of Purple Heart #7737CE
RGB
CMYK
RGB Variations
Color information
#7737CE (or 0x7737CE) is known color: Purple Heart. HEX triplet: 77, 37 and CE. RGB value is (119,55,206). Sum of RGB (Red+Green+Blue) = 119+55+206=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #7737CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7737CE is #88C831. Grayscale: #5A5A5A. Windows color (decimal): -8964146 or 13514615. OLE color: 13514615.
HSL color Cylindrical-coordinate representation of color #7737CE: hue angle of 265.43º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7737CE is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 55 | 206 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.19 |
| HSL | 265.43º | 0.61% | 0.51% | - |
| HSV(B) | 265.43º | 0.73% | 0.81% | - |
| XYZ | 20.11 | 11.11 | 59.48 | - |
| YUV | 91.35 | 192.7 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 206 | 0.42 | 0.73 | 0 | 0.19 | 265.43 | 0.61 | 0.51 |
| Hex | 77 | 37 | CE | 2A | 49 | 0 | 13 | 109 | 3D | 33 |
| Octal | 167 | 67 | 316 | 52 | 111 | 0 | 23 | 411 | 75 | 63 |
| Binary | 1110111 | 110111 | 11001110 | 101010 | 1001001 | 0 | 10011 | 100001001 | 111101 | 110011 |
Color Harmonies of #7737CE
Complementary color
Monochromatic Colors of #7737CE
Black with #7737CE
Text Example
Text Example
White with #7737CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7737CE; }
p { color: rgb(119,55,206); }
H1.HeaderClassName
{
color: #7737CE;
}
.AnyTagClassName
{
color: #7737CE;
}
</style>
background-color css
<style>
a { background-color: #7737CE; }
a { background-color: rgb(119,55,206); }
div.DivClassName
{
background-color: #7737CE;
}
.BgClassName
{
background-color: #7737CE;
}
</style>
border-color css
<style>
span { border-color: #7737CE; }
span { border-color: rgb(119,55,206); }
td.TdClassName
{
border-color: #7737CE;
}
.TagClassName
{
border-color: #7737CE;
}
</style>