Shades of Purple Heart #4D11B4
Tints of Purple Heart #4D11B4
RGB
CMYK
RGB Variations
Color information
#4D11B4 (or 0x4D11B4) is known color: Purple Heart. HEX triplet: 4D, 11 and B4. RGB value is (77,17,180). Sum of RGB (Red+Green+Blue) = 77+17+180=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 180 (70.70% from 255 or 65.69% from 274); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D11B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D11B4 is #B2EE4B. Grayscale: #343434. Windows color (decimal): -11726412 or 11800909. OLE color: 11800909.
HSL color Cylindrical-coordinate representation of color #4D11B4: hue angle of 262.09º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D11B4 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 17 | 180 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.29 |
| HSL | 262.09º | 0.83% | 0.39% | - |
| HSV(B) | 262.09º | 0.91% | 0.71% | - |
| XYZ | 11.5 | 5.27 | 43.59 | - |
| YUV | 53.52 | 199.38 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 180 | 0.57 | 0.91 | 0 | 0.29 | 262.09 | 0.83 | 0.39 |
| Hex | 4D | 11 | B4 | 39 | 5B | 0 | 1D | 106 | 53 | 27 |
| Octal | 115 | 21 | 264 | 71 | 133 | 0 | 35 | 406 | 123 | 47 |
| Binary | 1001101 | 10001 | 10110100 | 111001 | 1011011 | 0 | 11101 | 100000110 | 1010011 | 100111 |
Color Harmonies of #4D11B4
Complementary color
Monochromatic Colors of #4D11B4
Black with #4D11B4
Text Example
Text Example
White with #4D11B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D11B4; }
p { color: rgb(77,17,180); }
H1.HeaderClassName
{
color: #4D11B4;
}
.AnyTagClassName
{
color: #4D11B4;
}
</style>
background-color css
<style>
a { background-color: #4D11B4; }
a { background-color: rgb(77,17,180); }
div.DivClassName
{
background-color: #4D11B4;
}
.BgClassName
{
background-color: #4D11B4;
}
</style>
border-color css
<style>
span { border-color: #4D11B4; }
span { border-color: rgb(77,17,180); }
td.TdClassName
{
border-color: #4D11B4;
}
.TagClassName
{
border-color: #4D11B4;
}
</style>