Shades of Purple Heart #4D21D6
Tints of Purple Heart #4D21D6
RGB
CMYK
RGB Variations
Color information
#4D21D6 (or 0x4D21D6) is known color: Purple Heart. HEX triplet: 4D, 21 and D6. RGB value is (77,33,214). Sum of RGB (Red+Green+Blue) = 77+33+214=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 214 (83.98% from 255 or 66.05% from 324); Max value from RGB is 214 - color contains mainly: blue. Hex color #4D21D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D21D6 is #B2DE29. Grayscale: #424242. Windows color (decimal): -11722282 or 14033229. OLE color: 14033229.
HSL color Cylindrical-coordinate representation of color #4D21D6: hue angle of 254.59º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D21D6 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 33 | 214 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.16 |
| HSL | 254.59º | 0.73% | 0.48% | - |
| HSV(B) | 254.59º | 0.85% | 0.84% | - |
| XYZ | 15.74 | 7.52 | 64.24 | - |
| YUV | 66.79 | 211.08 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 214 | 0.64 | 0.85 | 0 | 0.16 | 254.59 | 0.73 | 0.48 |
| Hex | 4D | 21 | D6 | 40 | 55 | 0 | 10 | FF | 49 | 30 |
| Octal | 115 | 41 | 326 | 100 | 125 | 0 | 20 | 377 | 111 | 60 |
| Binary | 1001101 | 100001 | 11010110 | 1000000 | 1010101 | 0 | 10000 | 11111111 | 1001001 | 110000 |
Color Harmonies of #4D21D6
Complementary color
Monochromatic Colors of #4D21D6
Black with #4D21D6
Text Example
Text Example
White with #4D21D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D21D6; }
p { color: rgb(77,33,214); }
H1.HeaderClassName
{
color: #4D21D6;
}
.AnyTagClassName
{
color: #4D21D6;
}
</style>
background-color css
<style>
a { background-color: #4D21D6; }
a { background-color: rgb(77,33,214); }
div.DivClassName
{
background-color: #4D21D6;
}
.BgClassName
{
background-color: #4D21D6;
}
</style>
border-color css
<style>
span { border-color: #4D21D6; }
span { border-color: rgb(77,33,214); }
td.TdClassName
{
border-color: #4D21D6;
}
.TagClassName
{
border-color: #4D21D6;
}
</style>