Shades of Purple Heart #4D21B5
Tints of Purple Heart #4D21B5
RGB
CMYK
RGB Variations
Color information
#4D21B5 (or 0x4D21B5) is known color: Purple Heart. HEX triplet: 4D, 21 and B5. RGB value is (77,33,181). Sum of RGB (Red+Green+Blue) = 77+33+181=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #4D21B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D21B5 is #B2DE4A. Grayscale: #3E3E3E. Windows color (decimal): -11722315 or 11870541. OLE color: 11870541.
HSL color Cylindrical-coordinate representation of color #4D21B5: hue angle of 257.84º 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 #4D21B5 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 33 | 181 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.29 |
| HSL | 257.84º | 0.69% | 0.42% | - |
| HSV(B) | 257.84º | 0.82% | 0.71% | - |
| XYZ | 11.94 | 6 | 44.24 | - |
| YUV | 63.03 | 194.58 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 181 | 0.57 | 0.82 | 0 | 0.29 | 257.84 | 0.69 | 0.42 |
| Hex | 4D | 21 | B5 | 39 | 52 | 0 | 1D | 102 | 45 | 2A |
| Octal | 115 | 41 | 265 | 71 | 122 | 0 | 35 | 402 | 105 | 52 |
| Binary | 1001101 | 100001 | 10110101 | 111001 | 1010010 | 0 | 11101 | 100000010 | 1000101 | 101010 |
Color Harmonies of #4D21B5
Complementary color
Monochromatic Colors of #4D21B5
Black with #4D21B5
Text Example
Text Example
White with #4D21B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D21B5; }
p { color: rgb(77,33,181); }
H1.HeaderClassName
{
color: #4D21B5;
}
.AnyTagClassName
{
color: #4D21B5;
}
</style>
background-color css
<style>
a { background-color: #4D21B5; }
a { background-color: rgb(77,33,181); }
div.DivClassName
{
background-color: #4D21B5;
}
.BgClassName
{
background-color: #4D21B5;
}
</style>
border-color css
<style>
span { border-color: #4D21B5; }
span { border-color: rgb(77,33,181); }
td.TdClassName
{
border-color: #4D21B5;
}
.TagClassName
{
border-color: #4D21B5;
}
</style>