Shades of Purple Heart #4D28B9
Tints of Purple Heart #4D28B9
RGB
CMYK
RGB Variations
Color information
#4D28B9 (or 0x4D28B9) is known color: Purple Heart. HEX triplet: 4D, 28 and B9. RGB value is (77,40,185). Sum of RGB (Red+Green+Blue) = 77+40+185=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 185 (72.66% from 255 or 61.26% from 302); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D28B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D28B9 is #B2D746. Grayscale: #434343. Windows color (decimal): -11720519 or 12134477. OLE color: 12134477.
HSL color Cylindrical-coordinate representation of color #4D28B9: hue angle of 255.31º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D28B9 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 40 | 185 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.27 |
| HSL | 255.31º | 0.64% | 0.44% | - |
| HSV(B) | 255.31º | 0.78% | 0.73% | - |
| XYZ | 12.58 | 6.6 | 46.51 | - |
| YUV | 67.59 | 194.26 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 185 | 0.58 | 0.78 | 0 | 0.27 | 255.31 | 0.64 | 0.44 |
| Hex | 4D | 28 | B9 | 3A | 4E | 0 | 1B | FF | 40 | 2C |
| Octal | 115 | 50 | 271 | 72 | 116 | 0 | 33 | 377 | 100 | 54 |
| Binary | 1001101 | 101000 | 10111001 | 111010 | 1001110 | 0 | 11011 | 11111111 | 1000000 | 101100 |
Color Harmonies of #4D28B9
Complementary color
Monochromatic Colors of #4D28B9
Black with #4D28B9
Text Example
Text Example
White with #4D28B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D28B9; }
p { color: rgb(77,40,185); }
H1.HeaderClassName
{
color: #4D28B9;
}
.AnyTagClassName
{
color: #4D28B9;
}
</style>
background-color css
<style>
a { background-color: #4D28B9; }
a { background-color: rgb(77,40,185); }
div.DivClassName
{
background-color: #4D28B9;
}
.BgClassName
{
background-color: #4D28B9;
}
</style>
border-color css
<style>
span { border-color: #4D28B9; }
span { border-color: rgb(77,40,185); }
td.TdClassName
{
border-color: #4D28B9;
}
.TagClassName
{
border-color: #4D28B9;
}
</style>