Shades of Purple Heart #4D13BD
Tints of Purple Heart #4D13BD
RGB
CMYK
RGB Variations
Color information
#4D13BD (or 0x4D13BD) is known color: Purple Heart. HEX triplet: 4D, 13 and BD. RGB value is (77,19,189). Sum of RGB (Red+Green+Blue) = 77+19+189=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D13BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D13BD is #B2EC42. Grayscale: #373737. Windows color (decimal): -11725891 or 12391245. OLE color: 12391245.
HSL color Cylindrical-coordinate representation of color #4D13BD: hue angle of 260.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D13BD is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 19 | 189 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.26 |
| HSL | 260.47º | 0.82% | 0.41% | - |
| HSV(B) | 260.47º | 0.9% | 0.74% | - |
| XYZ | 12.48 | 5.72 | 48.59 | - |
| YUV | 55.72 | 203.22 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 189 | 0.59 | 0.90 | 0 | 0.26 | 260.47 | 0.82 | 0.41 |
| Hex | 4D | 13 | BD | 3B | 5A | 0 | 1A | 104 | 52 | 29 |
| Octal | 115 | 23 | 275 | 73 | 132 | 0 | 32 | 404 | 122 | 51 |
| Binary | 1001101 | 10011 | 10111101 | 111011 | 1011010 | 0 | 11010 | 100000100 | 1010010 | 101001 |
Color Harmonies of #4D13BD
Complementary color
Monochromatic Colors of #4D13BD
Black with #4D13BD
Text Example
Text Example
White with #4D13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D13BD; }
p { color: rgb(77,19,189); }
H1.HeaderClassName
{
color: #4D13BD;
}
.AnyTagClassName
{
color: #4D13BD;
}
</style>
background-color css
<style>
a { background-color: #4D13BD; }
a { background-color: rgb(77,19,189); }
div.DivClassName
{
background-color: #4D13BD;
}
.BgClassName
{
background-color: #4D13BD;
}
</style>
border-color css
<style>
span { border-color: #4D13BD; }
span { border-color: rgb(77,19,189); }
td.TdClassName
{
border-color: #4D13BD;
}
.TagClassName
{
border-color: #4D13BD;
}
</style>