Shades of Purple Heart #4D1BD5
Tints of Purple Heart #4D1BD5
RGB
CMYK
RGB Variations
Color information
#4D1BD5 (or 0x4D1BD5) is known color: Purple Heart. HEX triplet: 4D, 1B and D5. RGB value is (77,27,213). Sum of RGB (Red+Green+Blue) = 77+27+213=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 213 (83.59% from 255 or 67.19% from 317); Max value from RGB is 213 - color contains mainly: blue. Hex color #4D1BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1BD5 is #B2E42A. Grayscale: #3E3E3E. Windows color (decimal): -11723819 or 13966157. OLE color: 13966157.
HSL color Cylindrical-coordinate representation of color #4D1BD5: hue angle of 256.13º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1BD5 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 27 | 213 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.16 |
| HSL | 256.13º | 0.78% | 0.47% | - |
| HSV(B) | 256.13º | 0.87% | 0.84% | - |
| XYZ | 15.46 | 7.17 | 63.52 | - |
| YUV | 63.15 | 212.57 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 213 | 0.64 | 0.87 | 0 | 0.16 | 256.13 | 0.78 | 0.47 |
| Hex | 4D | 1B | D5 | 40 | 57 | 0 | 10 | 100 | 4E | 2F |
| Octal | 115 | 33 | 325 | 100 | 127 | 0 | 20 | 400 | 116 | 57 |
| Binary | 1001101 | 11011 | 11010101 | 1000000 | 1010111 | 0 | 10000 | 100000000 | 1001110 | 101111 |
Color Harmonies of #4D1BD5
Complementary color
Monochromatic Colors of #4D1BD5
Black with #4D1BD5
Text Example
Text Example
White with #4D1BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1BD5; }
p { color: rgb(77,27,213); }
H1.HeaderClassName
{
color: #4D1BD5;
}
.AnyTagClassName
{
color: #4D1BD5;
}
</style>
background-color css
<style>
a { background-color: #4D1BD5; }
a { background-color: rgb(77,27,213); }
div.DivClassName
{
background-color: #4D1BD5;
}
.BgClassName
{
background-color: #4D1BD5;
}
</style>
border-color css
<style>
span { border-color: #4D1BD5; }
span { border-color: rgb(77,27,213); }
td.TdClassName
{
border-color: #4D1BD5;
}
.TagClassName
{
border-color: #4D1BD5;
}
</style>