Shades of Purple Heart #7637BC
Tints of Purple Heart #7637BC
RGB
CMYK
RGB Variations
Color information
#7637BC (or 0x7637BC) is known color: Purple Heart. HEX triplet: 76, 37 and BC. RGB value is (118,55,188). Sum of RGB (Red+Green+Blue) = 118+55+188=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #7637BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7637BC is #89C843. Grayscale: #585858. Windows color (decimal): -9029700 or 12334966. OLE color: 12334966.
HSL color Cylindrical-coordinate representation of color #7637BC: hue angle of 268.42º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7637BC is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 55 | 188 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.26 |
| HSL | 268.42º | 0.55% | 0.48% | - |
| HSV(B) | 268.42º | 0.71% | 0.74% | - |
| XYZ | 17.91 | 10.21 | 48.6 | - |
| YUV | 89 | 183.87 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 188 | 0.37 | 0.71 | 0 | 0.26 | 268.42 | 0.55 | 0.48 |
| Hex | 76 | 37 | BC | 25 | 47 | 0 | 1A | 10C | 37 | 30 |
| Octal | 166 | 67 | 274 | 45 | 107 | 0 | 32 | 414 | 67 | 60 |
| Binary | 1110110 | 110111 | 10111100 | 100101 | 1000111 | 0 | 11010 | 100001100 | 110111 | 110000 |
Color Harmonies of #7637BC
Complementary color
Monochromatic Colors of #7637BC
Black with #7637BC
Text Example
Text Example
White with #7637BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7637BC; }
p { color: rgb(118,55,188); }
H1.HeaderClassName
{
color: #7637BC;
}
.AnyTagClassName
{
color: #7637BC;
}
</style>
background-color css
<style>
a { background-color: #7637BC; }
a { background-color: rgb(118,55,188); }
div.DivClassName
{
background-color: #7637BC;
}
.BgClassName
{
background-color: #7637BC;
}
</style>
border-color css
<style>
span { border-color: #7637BC; }
span { border-color: rgb(118,55,188); }
td.TdClassName
{
border-color: #7637BC;
}
.TagClassName
{
border-color: #7637BC;
}
</style>