Shades of Purple Heart #4911C6
Tints of Purple Heart #4911C6
RGB
CMYK
RGB Variations
Color information
#4911C6 (or 0x4911C6) is known color: Purple Heart. HEX triplet: 49, 11 and C6. RGB value is (73,17,198). Sum of RGB (Red+Green+Blue) = 73+17+198=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 198 (77.73% from 255 or 68.75% from 288); Max value from RGB is 198 - color contains mainly: blue. Hex color #4911C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4911C6 is #B6EE39. Grayscale: #353535. Windows color (decimal): -11988538 or 12980553. OLE color: 12980553.
HSL color Cylindrical-coordinate representation of color #4911C6: hue angle of 258.56º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4911C6 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 17 | 198 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.22 |
| HSL | 258.56º | 0.84% | 0.42% | - |
| HSV(B) | 258.56º | 0.91% | 0.78% | - |
| XYZ | 13.14 | 5.89 | 53.87 | - |
| YUV | 54.38 | 209.05 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 198 | 0.63 | 0.91 | 0 | 0.22 | 258.56 | 0.84 | 0.42 |
| Hex | 49 | 11 | C6 | 3F | 5B | 0 | 16 | 103 | 54 | 2A |
| Octal | 111 | 21 | 306 | 77 | 133 | 0 | 26 | 403 | 124 | 52 |
| Binary | 1001001 | 10001 | 11000110 | 111111 | 1011011 | 0 | 10110 | 100000011 | 1010100 | 101010 |
Color Harmonies of #4911C6
Complementary color
Monochromatic Colors of #4911C6
Black with #4911C6
Text Example
Text Example
White with #4911C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4911C6; }
p { color: rgb(73,17,198); }
H1.HeaderClassName
{
color: #4911C6;
}
.AnyTagClassName
{
color: #4911C6;
}
</style>
background-color css
<style>
a { background-color: #4911C6; }
a { background-color: rgb(73,17,198); }
div.DivClassName
{
background-color: #4911C6;
}
.BgClassName
{
background-color: #4911C6;
}
</style>
border-color css
<style>
span { border-color: #4911C6; }
span { border-color: rgb(73,17,198); }
td.TdClassName
{
border-color: #4911C6;
}
.TagClassName
{
border-color: #4911C6;
}
</style>