Shades of Purple Heart #4D20CC
Tints of Purple Heart #4D20CC
RGB
CMYK
RGB Variations
Color information
#4D20CC (or 0x4D20CC) is known color: Purple Heart. HEX triplet: 4D, 20 and CC. RGB value is (77,32,204). Sum of RGB (Red+Green+Blue) = 77+32+204=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D20CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D20CC is #B2DF33. Grayscale: #404040. Windows color (decimal): -11722548 or 13377613. OLE color: 13377613.
HSL color Cylindrical-coordinate representation of color #4D20CC: hue angle of 255.7º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D20CC is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 32 | 204 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.2 |
| HSL | 255.7º | 0.73% | 0.46% | - |
| HSV(B) | 255.7º | 0.84% | 0.8% | - |
| XYZ | 14.48 | 6.97 | 57.71 | - |
| YUV | 65.06 | 206.41 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 204 | 0.62 | 0.84 | 0 | 0.2 | 255.7 | 0.73 | 0.46 |
| Hex | 4D | 20 | CC | 3E | 54 | 0 | 14 | 100 | 49 | 2E |
| Octal | 115 | 40 | 314 | 76 | 124 | 0 | 24 | 400 | 111 | 56 |
| Binary | 1001101 | 100000 | 11001100 | 111110 | 1010100 | 0 | 10100 | 100000000 | 1001001 | 101110 |
Color Harmonies of #4D20CC
Complementary color
Monochromatic Colors of #4D20CC
Black with #4D20CC
Text Example
Text Example
White with #4D20CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D20CC; }
p { color: rgb(77,32,204); }
H1.HeaderClassName
{
color: #4D20CC;
}
.AnyTagClassName
{
color: #4D20CC;
}
</style>
background-color css
<style>
a { background-color: #4D20CC; }
a { background-color: rgb(77,32,204); }
div.DivClassName
{
background-color: #4D20CC;
}
.BgClassName
{
background-color: #4D20CC;
}
</style>
border-color css
<style>
span { border-color: #4D20CC; }
span { border-color: rgb(77,32,204); }
td.TdClassName
{
border-color: #4D20CC;
}
.TagClassName
{
border-color: #4D20CC;
}
</style>