Shades of Purple Heart #4D21BE
Tints of Purple Heart #4D21BE
RGB
CMYK
RGB Variations
Color information
#4D21BE (or 0x4D21BE) is known color: Purple Heart. HEX triplet: 4D, 21 and BE. RGB value is (77,33,190). Sum of RGB (Red+Green+Blue) = 77+33+190=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D21BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D21BE is #B2DE41. Grayscale: #3F3F3F. Windows color (decimal): -11722306 or 12460365. OLE color: 12460365.
HSL color Cylindrical-coordinate representation of color #4D21BE: hue angle of 256.82º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D21BE is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 33 | 190 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.25 |
| HSL | 256.82º | 0.7% | 0.44% | - |
| HSV(B) | 256.82º | 0.83% | 0.75% | - |
| XYZ | 12.9 | 6.38 | 49.27 | - |
| YUV | 64.05 | 199.08 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 190 | 0.59 | 0.83 | 0 | 0.25 | 256.82 | 0.7 | 0.44 |
| Hex | 4D | 21 | BE | 3B | 53 | 0 | 19 | 101 | 46 | 2C |
| Octal | 115 | 41 | 276 | 73 | 123 | 0 | 31 | 401 | 106 | 54 |
| Binary | 1001101 | 100001 | 10111110 | 111011 | 1010011 | 0 | 11001 | 100000001 | 1000110 | 101100 |
Color Harmonies of #4D21BE
Complementary color
Monochromatic Colors of #4D21BE
Black with #4D21BE
Text Example
Text Example
White with #4D21BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D21BE; }
p { color: rgb(77,33,190); }
H1.HeaderClassName
{
color: #4D21BE;
}
.AnyTagClassName
{
color: #4D21BE;
}
</style>
background-color css
<style>
a { background-color: #4D21BE; }
a { background-color: rgb(77,33,190); }
div.DivClassName
{
background-color: #4D21BE;
}
.BgClassName
{
background-color: #4D21BE;
}
</style>
border-color css
<style>
span { border-color: #4D21BE; }
span { border-color: rgb(77,33,190); }
td.TdClassName
{
border-color: #4D21BE;
}
.TagClassName
{
border-color: #4D21BE;
}
</style>