Shades of Purple Heart #4D18AC
Tints of Purple Heart #4D18AC
RGB
CMYK
RGB Variations
Color information
#4D18AC (or 0x4D18AC) is known color: Purple Heart. HEX triplet: 4D, 18 and AC. RGB value is (77,24,172). Sum of RGB (Red+Green+Blue) = 77+24+172=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D18AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D18AC is #B2E753. Grayscale: #383838. Windows color (decimal): -11724628 or 11278413. OLE color: 11278413.
HSL color Cylindrical-coordinate representation of color #4D18AC: hue angle of 261.49º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D18AC is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 24 | 172 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.33 |
| HSL | 261.49º | 0.76% | 0.38% | - |
| HSV(B) | 261.49º | 0.86% | 0.67% | - |
| XYZ | 10.83 | 5.21 | 39.46 | - |
| YUV | 56.72 | 193.06 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 172 | 0.55 | 0.86 | 0 | 0.33 | 261.49 | 0.76 | 0.38 |
| Hex | 4D | 18 | AC | 37 | 56 | 0 | 21 | 105 | 4C | 26 |
| Octal | 115 | 30 | 254 | 67 | 126 | 0 | 41 | 405 | 114 | 46 |
| Binary | 1001101 | 11000 | 10101100 | 110111 | 1010110 | 0 | 100001 | 100000101 | 1001100 | 100110 |
Color Harmonies of #4D18AC
Complementary color
Monochromatic Colors of #4D18AC
Black with #4D18AC
Text Example
Text Example
White with #4D18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D18AC; }
p { color: rgb(77,24,172); }
H1.HeaderClassName
{
color: #4D18AC;
}
.AnyTagClassName
{
color: #4D18AC;
}
</style>
background-color css
<style>
a { background-color: #4D18AC; }
a { background-color: rgb(77,24,172); }
div.DivClassName
{
background-color: #4D18AC;
}
.BgClassName
{
background-color: #4D18AC;
}
</style>
border-color css
<style>
span { border-color: #4D18AC; }
span { border-color: rgb(77,24,172); }
td.TdClassName
{
border-color: #4D18AC;
}
.TagClassName
{
border-color: #4D18AC;
}
</style>