Shades of Purple Heart #4911B2
Tints of Purple Heart #4911B2
RGB
CMYK
RGB Variations
Color information
#4911B2 (or 0x4911B2) is known color: Purple Heart. HEX triplet: 49, 11 and B2. RGB value is (73,17,178). Sum of RGB (Red+Green+Blue) = 73+17+178=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 178 (69.92% from 255 or 66.42% from 268); Max value from RGB is 178 - color contains mainly: blue. Hex color #4911B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4911B2 is #B6EE4D. Grayscale: #333333. Windows color (decimal): -11988558 or 11669833. OLE color: 11669833.
HSL color Cylindrical-coordinate representation of color #4911B2: hue angle of 260.87º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4911B2 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 17 | 178 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.30 |
| HSL | 260.87º | 0.83% | 0.38% | - |
| HSV(B) | 260.87º | 0.9% | 0.7% | - |
| XYZ | 10.98 | 5.03 | 42.51 | - |
| YUV | 52.1 | 199.05 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 178 | 0.59 | 0.90 | 0 | 0.30 | 260.87 | 0.83 | 0.38 |
| Hex | 49 | 11 | B2 | 3B | 5A | 0 | 1E | 105 | 53 | 26 |
| Octal | 111 | 21 | 262 | 73 | 132 | 0 | 36 | 405 | 123 | 46 |
| Binary | 1001001 | 10001 | 10110010 | 111011 | 1011010 | 0 | 11110 | 100000101 | 1010011 | 100110 |
Color Harmonies of #4911B2
Complementary color
Monochromatic Colors of #4911B2
Black with #4911B2
Text Example
Text Example
White with #4911B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4911B2; }
p { color: rgb(73,17,178); }
H1.HeaderClassName
{
color: #4911B2;
}
.AnyTagClassName
{
color: #4911B2;
}
</style>
background-color css
<style>
a { background-color: #4911B2; }
a { background-color: rgb(73,17,178); }
div.DivClassName
{
background-color: #4911B2;
}
.BgClassName
{
background-color: #4911B2;
}
</style>
border-color css
<style>
span { border-color: #4911B2; }
span { border-color: rgb(73,17,178); }
td.TdClassName
{
border-color: #4911B2;
}
.TagClassName
{
border-color: #4911B2;
}
</style>