Shades of Purple Heart #4D21B3
Tints of Purple Heart #4D21B3
RGB
CMYK
RGB Variations
Color information
#4D21B3 (or 0x4D21B3) is known color: Purple Heart. HEX triplet: 4D, 21 and B3. RGB value is (77,33,179). Sum of RGB (Red+Green+Blue) = 77+33+179=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 179 (70.31% from 255 or 61.94% from 289); Max value from RGB is 179 - color contains mainly: blue. Hex color #4D21B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D21B3 is #B2DE4C. Grayscale: #3E3E3E. Windows color (decimal): -11722317 or 11739469. OLE color: 11739469.
HSL color Cylindrical-coordinate representation of color #4D21B3: hue angle of 258.08º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D21B3 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 33 | 179 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.30 |
| HSL | 258.08º | 0.69% | 0.42% | - |
| HSV(B) | 258.08º | 0.82% | 0.7% | - |
| XYZ | 11.74 | 5.92 | 43.17 | - |
| YUV | 62.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 179 | 0.57 | 0.82 | 0 | 0.30 | 258.08 | 0.69 | 0.42 |
| Hex | 4D | 21 | B3 | 39 | 52 | 0 | 1E | 102 | 45 | 2A |
| Octal | 115 | 41 | 263 | 71 | 122 | 0 | 36 | 402 | 105 | 52 |
| Binary | 1001101 | 100001 | 10110011 | 111001 | 1010010 | 0 | 11110 | 100000010 | 1000101 | 101010 |
Color Harmonies of #4D21B3
Complementary color
Monochromatic Colors of #4D21B3
Black with #4D21B3
Text Example
Text Example
White with #4D21B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D21B3; }
p { color: rgb(77,33,179); }
H1.HeaderClassName
{
color: #4D21B3;
}
.AnyTagClassName
{
color: #4D21B3;
}
</style>
background-color css
<style>
a { background-color: #4D21B3; }
a { background-color: rgb(77,33,179); }
div.DivClassName
{
background-color: #4D21B3;
}
.BgClassName
{
background-color: #4D21B3;
}
</style>
border-color css
<style>
span { border-color: #4D21B3; }
span { border-color: rgb(77,33,179); }
td.TdClassName
{
border-color: #4D21B3;
}
.TagClassName
{
border-color: #4D21B3;
}
</style>