Shades of Purple Heart #4D28C7
Tints of Purple Heart #4D28C7
RGB
CMYK
RGB Variations
Color information
#4D28C7 (or 0x4D28C7) is known color: Purple Heart. HEX triplet: 4D, 28 and C7. RGB value is (77,40,199). Sum of RGB (Red+Green+Blue) = 77+40+199=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 199 (78.12% from 255 or 62.97% from 316); Max value from RGB is 199 - color contains mainly: blue. Hex color #4D28C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D28C7 is #B2D738. Grayscale: #444444. Windows color (decimal): -11720505 or 13051981. OLE color: 13051981.
HSL color Cylindrical-coordinate representation of color #4D28C7: hue angle of 253.96º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D28C7 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 40 | 199 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.22 |
| HSL | 253.96º | 0.67% | 0.47% | - |
| HSV(B) | 253.96º | 0.8% | 0.78% | - |
| XYZ | 14.13 | 7.22 | 54.68 | - |
| YUV | 69.19 | 201.26 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 199 | 0.61 | 0.80 | 0 | 0.22 | 253.96 | 0.67 | 0.47 |
| Hex | 4D | 28 | C7 | 3D | 50 | 0 | 16 | FE | 43 | 2F |
| Octal | 115 | 50 | 307 | 75 | 120 | 0 | 26 | 376 | 103 | 57 |
| Binary | 1001101 | 101000 | 11000111 | 111101 | 1010000 | 0 | 10110 | 11111110 | 1000011 | 101111 |
Color Harmonies of #4D28C7
Complementary color
Monochromatic Colors of #4D28C7
Black with #4D28C7
Text Example
Text Example
White with #4D28C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D28C7; }
p { color: rgb(77,40,199); }
H1.HeaderClassName
{
color: #4D28C7;
}
.AnyTagClassName
{
color: #4D28C7;
}
</style>
background-color css
<style>
a { background-color: #4D28C7; }
a { background-color: rgb(77,40,199); }
div.DivClassName
{
background-color: #4D28C7;
}
.BgClassName
{
background-color: #4D28C7;
}
</style>
border-color css
<style>
span { border-color: #4D28C7; }
span { border-color: rgb(77,40,199); }
td.TdClassName
{
border-color: #4D28C7;
}
.TagClassName
{
border-color: #4D28C7;
}
</style>