Shades of Purple Heart #4D21B4
Tints of Purple Heart #4D21B4
RGB
CMYK
RGB Variations
Color information
#4D21B4 (or 0x4D21B4) is known color: Purple Heart. HEX triplet: 4D, 21 and B4. RGB value is (77,33,180). Sum of RGB (Red+Green+Blue) = 77+33+180=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D21B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D21B4 is #B2DE4B. Grayscale: #3E3E3E. Windows color (decimal): -11722316 or 11805005. OLE color: 11805005.
HSL color Cylindrical-coordinate representation of color #4D21B4: hue angle of 257.96º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D21B4 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 33 | 180 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.29 |
| HSL | 257.96º | 0.69% | 0.42% | - |
| HSV(B) | 257.96º | 0.82% | 0.71% | - |
| XYZ | 11.84 | 5.96 | 43.71 | - |
| YUV | 62.91 | 194.08 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 180 | 0.57 | 0.82 | 0 | 0.29 | 257.96 | 0.69 | 0.42 |
| Hex | 4D | 21 | B4 | 39 | 52 | 0 | 1D | 102 | 45 | 2A |
| Octal | 115 | 41 | 264 | 71 | 122 | 0 | 35 | 402 | 105 | 52 |
| Binary | 1001101 | 100001 | 10110100 | 111001 | 1010010 | 0 | 11101 | 100000010 | 1000101 | 101010 |
Color Harmonies of #4D21B4
Complementary color
Monochromatic Colors of #4D21B4
Black with #4D21B4
Text Example
Text Example
White with #4D21B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D21B4; }
p { color: rgb(77,33,180); }
H1.HeaderClassName
{
color: #4D21B4;
}
.AnyTagClassName
{
color: #4D21B4;
}
</style>
background-color css
<style>
a { background-color: #4D21B4; }
a { background-color: rgb(77,33,180); }
div.DivClassName
{
background-color: #4D21B4;
}
.BgClassName
{
background-color: #4D21B4;
}
</style>
border-color css
<style>
span { border-color: #4D21B4; }
span { border-color: rgb(77,33,180); }
td.TdClassName
{
border-color: #4D21B4;
}
.TagClassName
{
border-color: #4D21B4;
}
</style>