Shades of Purple Heart #4911C1
Tints of Purple Heart #4911C1
RGB
CMYK
RGB Variations
Color information
#4911C1 (or 0x4911C1) is known color: Purple Heart. HEX triplet: 49, 11 and C1. RGB value is (73,17,193). Sum of RGB (Red+Green+Blue) = 73+17+193=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #4911C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4911C1 is #B6EE3E. Grayscale: #353535. Windows color (decimal): -11988543 or 12652873. OLE color: 12652873.
HSL color Cylindrical-coordinate representation of color #4911C1: hue angle of 259.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4911C1 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 17 | 193 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.24 |
| HSL | 259.09º | 0.84% | 0.41% | - |
| HSV(B) | 259.09º | 0.91% | 0.76% | - |
| XYZ | 12.57 | 5.67 | 50.88 | - |
| YUV | 53.81 | 206.55 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 193 | 0.62 | 0.91 | 0 | 0.24 | 259.09 | 0.84 | 0.41 |
| Hex | 49 | 11 | C1 | 3E | 5B | 0 | 18 | 103 | 54 | 29 |
| Octal | 111 | 21 | 301 | 76 | 133 | 0 | 30 | 403 | 124 | 51 |
| Binary | 1001001 | 10001 | 11000001 | 111110 | 1011011 | 0 | 11000 | 100000011 | 1010100 | 101001 |
Color Harmonies of #4911C1
Complementary color
Monochromatic Colors of #4911C1
Black with #4911C1
Text Example
Text Example
White with #4911C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4911C1; }
p { color: rgb(73,17,193); }
H1.HeaderClassName
{
color: #4911C1;
}
.AnyTagClassName
{
color: #4911C1;
}
</style>
background-color css
<style>
a { background-color: #4911C1; }
a { background-color: rgb(73,17,193); }
div.DivClassName
{
background-color: #4911C1;
}
.BgClassName
{
background-color: #4911C1;
}
</style>
border-color css
<style>
span { border-color: #4911C1; }
span { border-color: rgb(73,17,193); }
td.TdClassName
{
border-color: #4911C1;
}
.TagClassName
{
border-color: #4911C1;
}
</style>