Shades of Purple Heart #4D11CE
Tints of Purple Heart #4D11CE
RGB
CMYK
RGB Variations
Color information
#4D11CE (or 0x4D11CE) is known color: Purple Heart. HEX triplet: 4D, 11 and CE. RGB value is (77,17,206). Sum of RGB (Red+Green+Blue) = 77+17+206=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D11CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D11CE is #B2EE31. Grayscale: #373737. Windows color (decimal): -11726386 or 13504845. OLE color: 13504845.
HSL color Cylindrical-coordinate representation of color #4D11CE: hue angle of 259.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D11CE is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 17 | 206 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.19 |
| HSL | 259.05º | 0.85% | 0.44% | - |
| HSV(B) | 259.05º | 0.92% | 0.81% | - |
| XYZ | 14.4 | 6.43 | 58.88 | - |
| YUV | 56.49 | 212.38 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 206 | 0.63 | 0.92 | 0 | 0.19 | 259.05 | 0.85 | 0.44 |
| Hex | 4D | 11 | CE | 3F | 5C | 0 | 13 | 103 | 55 | 2C |
| Octal | 115 | 21 | 316 | 77 | 134 | 0 | 23 | 403 | 125 | 54 |
| Binary | 1001101 | 10001 | 11001110 | 111111 | 1011100 | 0 | 10011 | 100000011 | 1010101 | 101100 |
Color Harmonies of #4D11CE
Complementary color
Monochromatic Colors of #4D11CE
Black with #4D11CE
Text Example
Text Example
White with #4D11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D11CE; }
p { color: rgb(77,17,206); }
H1.HeaderClassName
{
color: #4D11CE;
}
.AnyTagClassName
{
color: #4D11CE;
}
</style>
background-color css
<style>
a { background-color: #4D11CE; }
a { background-color: rgb(77,17,206); }
div.DivClassName
{
background-color: #4D11CE;
}
.BgClassName
{
background-color: #4D11CE;
}
</style>
border-color css
<style>
span { border-color: #4D11CE; }
span { border-color: rgb(77,17,206); }
td.TdClassName
{
border-color: #4D11CE;
}
.TagClassName
{
border-color: #4D11CE;
}
</style>