Shades of Purple Heart #4D1DCB
Tints of Purple Heart #4D1DCB
RGB
CMYK
RGB Variations
Color information
#4D1DCB (or 0x4D1DCB) is known color: Purple Heart. HEX triplet: 4D, 1D and CB. RGB value is (77,29,203). Sum of RGB (Red+Green+Blue) = 77+29+203=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D1DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1DCB is #B2E234. Grayscale: #3E3E3E. Windows color (decimal): -11723317 or 13311309. OLE color: 13311309.
HSL color Cylindrical-coordinate representation of color #4D1DCB: hue angle of 256.55º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1DCB is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 29 | 203 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.20 |
| HSL | 256.55º | 0.75% | 0.45% | - |
| HSV(B) | 256.55º | 0.86% | 0.8% | - |
| XYZ | 14.28 | 6.77 | 57.05 | - |
| YUV | 63.19 | 206.9 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 203 | 0.62 | 0.86 | 0 | 0.20 | 256.55 | 0.75 | 0.45 |
| Hex | 4D | 1D | CB | 3E | 56 | 0 | 14 | 101 | 4B | 2D |
| Octal | 115 | 35 | 313 | 76 | 126 | 0 | 24 | 401 | 113 | 55 |
| Binary | 1001101 | 11101 | 11001011 | 111110 | 1010110 | 0 | 10100 | 100000001 | 1001011 | 101101 |
Color Harmonies of #4D1DCB
Complementary color
Monochromatic Colors of #4D1DCB
Black with #4D1DCB
Text Example
Text Example
White with #4D1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1DCB; }
p { color: rgb(77,29,203); }
H1.HeaderClassName
{
color: #4D1DCB;
}
.AnyTagClassName
{
color: #4D1DCB;
}
</style>
background-color css
<style>
a { background-color: #4D1DCB; }
a { background-color: rgb(77,29,203); }
div.DivClassName
{
background-color: #4D1DCB;
}
.BgClassName
{
background-color: #4D1DCB;
}
</style>
border-color css
<style>
span { border-color: #4D1DCB; }
span { border-color: rgb(77,29,203); }
td.TdClassName
{
border-color: #4D1DCB;
}
.TagClassName
{
border-color: #4D1DCB;
}
</style>