Shades of Purple Heart #4D1CD5
Tints of Purple Heart #4D1CD5
RGB
CMYK
RGB Variations
Color information
#4D1CD5 (or 0x4D1CD5) is known color: Purple Heart. HEX triplet: 4D, 1C and D5. RGB value is (77,28,213). Sum of RGB (Red+Green+Blue) = 77+28+213=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 213 (83.59% from 255 or 66.98% from 318); Max value from RGB is 213 - color contains mainly: blue. Hex color #4D1CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1CD5 is #B2E32A. Grayscale: #3F3F3F. Windows color (decimal): -11723563 or 13966413. OLE color: 13966413.
HSL color Cylindrical-coordinate representation of color #4D1CD5: hue angle of 255.89º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1CD5 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 28 | 213 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.16 |
| HSL | 255.89º | 0.77% | 0.47% | - |
| HSV(B) | 255.89º | 0.87% | 0.84% | - |
| XYZ | 15.49 | 7.21 | 63.53 | - |
| YUV | 63.74 | 212.23 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 213 | 0.64 | 0.87 | 0 | 0.16 | 255.89 | 0.77 | 0.47 |
| Hex | 4D | 1C | D5 | 40 | 57 | 0 | 10 | 100 | 4D | 2F |
| Octal | 115 | 34 | 325 | 100 | 127 | 0 | 20 | 400 | 115 | 57 |
| Binary | 1001101 | 11100 | 11010101 | 1000000 | 1010111 | 0 | 10000 | 100000000 | 1001101 | 101111 |
Color Harmonies of #4D1CD5
Complementary color
Monochromatic Colors of #4D1CD5
Black with #4D1CD5
Text Example
Text Example
White with #4D1CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1CD5; }
p { color: rgb(77,28,213); }
H1.HeaderClassName
{
color: #4D1CD5;
}
.AnyTagClassName
{
color: #4D1CD5;
}
</style>
background-color css
<style>
a { background-color: #4D1CD5; }
a { background-color: rgb(77,28,213); }
div.DivClassName
{
background-color: #4D1CD5;
}
.BgClassName
{
background-color: #4D1CD5;
}
</style>
border-color css
<style>
span { border-color: #4D1CD5; }
span { border-color: rgb(77,28,213); }
td.TdClassName
{
border-color: #4D1CD5;
}
.TagClassName
{
border-color: #4D1CD5;
}
</style>