Shades of Purple Heart #4D36BE
Tints of Purple Heart #4D36BE
RGB
CMYK
RGB Variations
Color information
#4D36BE (or 0x4D36BE) is known color: Purple Heart. HEX triplet: 4D, 36 and BE. RGB value is (77,54,190). Sum of RGB (Red+Green+Blue) = 77+54+190=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D36BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D36BE is #B2C941. Grayscale: #4B4B4B. Windows color (decimal): -11716930 or 12465741. OLE color: 12465741.
HSL color Cylindrical-coordinate representation of color #4D36BE: hue angle of 250.15º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D36BE is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 54 | 190 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.25 |
| HSL | 250.15º | 0.56% | 0.48% | - |
| HSV(B) | 250.15º | 0.72% | 0.75% | - |
| XYZ | 13.67 | 7.93 | 49.53 | - |
| YUV | 76.38 | 192.12 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 190 | 0.59 | 0.72 | 0 | 0.25 | 250.15 | 0.56 | 0.48 |
| Hex | 4D | 36 | BE | 3B | 48 | 0 | 19 | FA | 38 | 30 |
| Octal | 115 | 66 | 276 | 73 | 110 | 0 | 31 | 372 | 70 | 60 |
| Binary | 1001101 | 110110 | 10111110 | 111011 | 1001000 | 0 | 11001 | 11111010 | 111000 | 110000 |
Color Harmonies of #4D36BE
Complementary color
Monochromatic Colors of #4D36BE
Black with #4D36BE
Text Example
Text Example
White with #4D36BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D36BE; }
p { color: rgb(77,54,190); }
H1.HeaderClassName
{
color: #4D36BE;
}
.AnyTagClassName
{
color: #4D36BE;
}
</style>
background-color css
<style>
a { background-color: #4D36BE; }
a { background-color: rgb(77,54,190); }
div.DivClassName
{
background-color: #4D36BE;
}
.BgClassName
{
background-color: #4D36BE;
}
</style>
border-color css
<style>
span { border-color: #4D36BE; }
span { border-color: rgb(77,54,190); }
td.TdClassName
{
border-color: #4D36BE;
}
.TagClassName
{
border-color: #4D36BE;
}
</style>