Shades of Purple Heart #4D37B1
Tints of Purple Heart #4D37B1
RGB
CMYK
RGB Variations
Color information
#4D37B1 (or 0x4D37B1) is known color: Purple Heart. HEX triplet: 4D, 37 and B1. RGB value is (77,55,177). Sum of RGB (Red+Green+Blue) = 77+55+177=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 177 (69.53% from 255 or 57.28% from 309); Max value from RGB is 177 - color contains mainly: blue. Hex color #4D37B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D37B1 is #B2C84E. Grayscale: #4B4B4B. Windows color (decimal): -11716687 or 11614029. OLE color: 11614029.
HSL color Cylindrical-coordinate representation of color #4D37B1: hue angle of 250.82º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D37B1 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 55 | 177 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.31 |
| HSL | 250.82º | 0.53% | 0.45% | - |
| HSV(B) | 250.82º | 0.69% | 0.69% | - |
| XYZ | 12.36 | 7.48 | 42.39 | - |
| YUV | 75.49 | 185.29 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 177 | 0.56 | 0.69 | 0 | 0.31 | 250.82 | 0.53 | 0.45 |
| Hex | 4D | 37 | B1 | 38 | 45 | 0 | 1F | FB | 35 | 2D |
| Octal | 115 | 67 | 261 | 70 | 105 | 0 | 37 | 373 | 65 | 55 |
| Binary | 1001101 | 110111 | 10110001 | 111000 | 1000101 | 0 | 11111 | 11111011 | 110101 | 101101 |
Color Harmonies of #4D37B1
Complementary color
Monochromatic Colors of #4D37B1
Black with #4D37B1
Text Example
Text Example
White with #4D37B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D37B1; }
p { color: rgb(77,55,177); }
H1.HeaderClassName
{
color: #4D37B1;
}
.AnyTagClassName
{
color: #4D37B1;
}
</style>
background-color css
<style>
a { background-color: #4D37B1; }
a { background-color: rgb(77,55,177); }
div.DivClassName
{
background-color: #4D37B1;
}
.BgClassName
{
background-color: #4D37B1;
}
</style>
border-color css
<style>
span { border-color: #4D37B1; }
span { border-color: rgb(77,55,177); }
td.TdClassName
{
border-color: #4D37B1;
}
.TagClassName
{
border-color: #4D37B1;
}
</style>