Shades of Purple Heart #7637CC
Tints of Purple Heart #7637CC
RGB
CMYK
RGB Variations
Color information
#7637CC (or 0x7637CC) is known color: Purple Heart. HEX triplet: 76, 37 and CC. RGB value is (118,55,204). Sum of RGB (Red+Green+Blue) = 118+55+204=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #7637CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7637CC is #89C833. Grayscale: #5A5A5A. Windows color (decimal): -9029684 or 13383542. OLE color: 13383542.
HSL color Cylindrical-coordinate representation of color #7637CC: hue angle of 265.37º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7637CC is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 55 | 204 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.2 |
| HSL | 265.37º | 0.59% | 0.51% | - |
| HSV(B) | 265.37º | 0.73% | 0.8% | - |
| XYZ | 19.74 | 10.94 | 58.2 | - |
| YUV | 90.82 | 191.87 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 204 | 0.42 | 0.73 | 0 | 0.2 | 265.37 | 0.59 | 0.51 |
| Hex | 76 | 37 | CC | 2A | 49 | 0 | 14 | 109 | 3B | 33 |
| Octal | 166 | 67 | 314 | 52 | 111 | 0 | 24 | 411 | 73 | 63 |
| Binary | 1110110 | 110111 | 11001100 | 101010 | 1001001 | 0 | 10100 | 100001001 | 111011 | 110011 |
Color Harmonies of #7637CC
Complementary color
Monochromatic Colors of #7637CC
Black with #7637CC
Text Example
Text Example
White with #7637CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7637CC; }
p { color: rgb(118,55,204); }
H1.HeaderClassName
{
color: #7637CC;
}
.AnyTagClassName
{
color: #7637CC;
}
</style>
background-color css
<style>
a { background-color: #7637CC; }
a { background-color: rgb(118,55,204); }
div.DivClassName
{
background-color: #7637CC;
}
.BgClassName
{
background-color: #7637CC;
}
</style>
border-color css
<style>
span { border-color: #7637CC; }
span { border-color: rgb(118,55,204); }
td.TdClassName
{
border-color: #7637CC;
}
.TagClassName
{
border-color: #7637CC;
}
</style>