Shades of Purple Heart #4D0AC1
Tints of Purple Heart #4D0AC1
RGB
CMYK
RGB Variations
Color information
#4D0AC1 (or 0x4D0AC1) is known color: Purple Heart. HEX triplet: 4D, 0A and C1. RGB value is (77,10,193). Sum of RGB (Red+Green+Blue) = 77+10+193=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 193 (75.78% from 255 or 68.93% from 280); Max value from RGB is 193 - color contains mainly: blue. Hex color #4D0AC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0AC1 is #B2F53E. Grayscale: #323232. Windows color (decimal): -11728191 or 12651085. OLE color: 12651085.
HSL color Cylindrical-coordinate representation of color #4D0AC1: hue angle of 261.97º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0AC1 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 10 | 193 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.24 |
| HSL | 261.97º | 0.9% | 0.4% | - |
| HSV(B) | 261.97º | 0.95% | 0.76% | - |
| XYZ | 12.79 | 5.65 | 50.87 | - |
| YUV | 50.9 | 208.2 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 193 | 0.60 | 0.95 | 0 | 0.24 | 261.97 | 0.9 | 0.4 |
| Hex | 4D | A | C1 | 3C | 5F | 0 | 18 | 106 | 5A | 28 |
| Octal | 115 | 12 | 301 | 74 | 137 | 0 | 30 | 406 | 132 | 50 |
| Binary | 1001101 | 1010 | 11000001 | 111100 | 1011111 | 0 | 11000 | 100000110 | 1011010 | 101000 |
Color Harmonies of #4D0AC1
Complementary color
Monochromatic Colors of #4D0AC1
Black with #4D0AC1
Text Example
Text Example
White with #4D0AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0AC1; }
p { color: rgb(77,10,193); }
H1.HeaderClassName
{
color: #4D0AC1;
}
.AnyTagClassName
{
color: #4D0AC1;
}
</style>
background-color css
<style>
a { background-color: #4D0AC1; }
a { background-color: rgb(77,10,193); }
div.DivClassName
{
background-color: #4D0AC1;
}
.BgClassName
{
background-color: #4D0AC1;
}
</style>
border-color css
<style>
span { border-color: #4D0AC1; }
span { border-color: rgb(77,10,193); }
td.TdClassName
{
border-color: #4D0AC1;
}
.TagClassName
{
border-color: #4D0AC1;
}
</style>