Shades of Purple Heart #4D21BA
Tints of Purple Heart #4D21BA
RGB
CMYK
RGB Variations
Color information
#4D21BA (or 0x4D21BA) is known color: Purple Heart. HEX triplet: 4D, 21 and BA. RGB value is (77,33,186). Sum of RGB (Red+Green+Blue) = 77+33+186=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D21BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D21BA is #B2DE45. Grayscale: #3F3F3F. Windows color (decimal): -11722310 or 12198221. OLE color: 12198221.
HSL color Cylindrical-coordinate representation of color #4D21BA: hue angle of 257.25º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D21BA is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 33 | 186 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.27 |
| HSL | 257.25º | 0.7% | 0.43% | - |
| HSV(B) | 257.25º | 0.82% | 0.73% | - |
| XYZ | 12.47 | 6.21 | 47 | - |
| YUV | 63.6 | 197.08 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 186 | 0.59 | 0.82 | 0 | 0.27 | 257.25 | 0.7 | 0.43 |
| Hex | 4D | 21 | BA | 3B | 52 | 0 | 1B | 101 | 46 | 2B |
| Octal | 115 | 41 | 272 | 73 | 122 | 0 | 33 | 401 | 106 | 53 |
| Binary | 1001101 | 100001 | 10111010 | 111011 | 1010010 | 0 | 11011 | 100000001 | 1000110 | 101011 |
Color Harmonies of #4D21BA
Complementary color
Monochromatic Colors of #4D21BA
Black with #4D21BA
Text Example
Text Example
White with #4D21BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D21BA; }
p { color: rgb(77,33,186); }
H1.HeaderClassName
{
color: #4D21BA;
}
.AnyTagClassName
{
color: #4D21BA;
}
</style>
background-color css
<style>
a { background-color: #4D21BA; }
a { background-color: rgb(77,33,186); }
div.DivClassName
{
background-color: #4D21BA;
}
.BgClassName
{
background-color: #4D21BA;
}
</style>
border-color css
<style>
span { border-color: #4D21BA; }
span { border-color: rgb(77,33,186); }
td.TdClassName
{
border-color: #4D21BA;
}
.TagClassName
{
border-color: #4D21BA;
}
</style>