Shades of Purple Heart #4737BC
Tints of Purple Heart #4737BC
RGB
CMYK
RGB Variations
Color information
#4737BC (or 0x4737BC) is known color: Purple Heart. HEX triplet: 47, 37 and BC. RGB value is (71,55,188). Sum of RGB (Red+Green+Blue) = 71+55+188=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #4737BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4737BC is #B8C843. Grayscale: #4A4A4A. Windows color (decimal): -12109892 or 12334919. OLE color: 12334919.
HSL color Cylindrical-coordinate representation of color #4737BC: hue angle of 247.22º 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 #4737BC is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 55 | 188 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.26 |
| HSL | 247.22º | 0.55% | 0.48% | - |
| HSV(B) | 247.22º | 0.71% | 0.74% | - |
| XYZ | 13.04 | 7.7 | 48.38 | - |
| YUV | 74.95 | 191.8 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 188 | 0.62 | 0.71 | 0 | 0.26 | 247.22 | 0.55 | 0.48 |
| Hex | 47 | 37 | BC | 3E | 47 | 0 | 1A | F7 | 37 | 30 |
| Octal | 107 | 67 | 274 | 76 | 107 | 0 | 32 | 367 | 67 | 60 |
| Binary | 1000111 | 110111 | 10111100 | 111110 | 1000111 | 0 | 11010 | 11110111 | 110111 | 110000 |
Color Harmonies of #4737BC
Complementary color
Monochromatic Colors of #4737BC
Black with #4737BC
Text Example
Text Example
White with #4737BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4737BC; }
p { color: rgb(71,55,188); }
H1.HeaderClassName
{
color: #4737BC;
}
.AnyTagClassName
{
color: #4737BC;
}
</style>
background-color css
<style>
a { background-color: #4737BC; }
a { background-color: rgb(71,55,188); }
div.DivClassName
{
background-color: #4737BC;
}
.BgClassName
{
background-color: #4737BC;
}
</style>
border-color css
<style>
span { border-color: #4737BC; }
span { border-color: rgb(71,55,188); }
td.TdClassName
{
border-color: #4737BC;
}
.TagClassName
{
border-color: #4737BC;
}
</style>