Shades of Purple Heart #4917B9
Tints of Purple Heart #4917B9
RGB
CMYK
RGB Variations
Color information
#4917B9 (or 0x4917B9) is known color: Purple Heart. HEX triplet: 49, 17 and B9. RGB value is (73,23,185). Sum of RGB (Red+Green+Blue) = 73+23+185=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 185 (72.66% from 255 or 65.84% from 281); Max value from RGB is 185 - color contains mainly: blue. Hex color #4917B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4917B9 is #B6E846. Grayscale: #373737. Windows color (decimal): -11987015 or 12130121. OLE color: 12130121.
HSL color Cylindrical-coordinate representation of color #4917B9: hue angle of 258.52º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4917B9 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 23 | 185 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.27 |
| HSL | 258.52º | 0.78% | 0.41% | - |
| HSV(B) | 258.52º | 0.88% | 0.73% | - |
| XYZ | 11.81 | 5.53 | 46.34 | - |
| YUV | 56.42 | 200.57 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 185 | 0.61 | 0.88 | 0 | 0.27 | 258.52 | 0.78 | 0.41 |
| Hex | 49 | 17 | B9 | 3D | 58 | 0 | 1B | 103 | 4E | 29 |
| Octal | 111 | 27 | 271 | 75 | 130 | 0 | 33 | 403 | 116 | 51 |
| Binary | 1001001 | 10111 | 10111001 | 111101 | 1011000 | 0 | 11011 | 100000011 | 1001110 | 101001 |
Color Harmonies of #4917B9
Complementary color
Monochromatic Colors of #4917B9
Black with #4917B9
Text Example
Text Example
White with #4917B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4917B9; }
p { color: rgb(73,23,185); }
H1.HeaderClassName
{
color: #4917B9;
}
.AnyTagClassName
{
color: #4917B9;
}
</style>
background-color css
<style>
a { background-color: #4917B9; }
a { background-color: rgb(73,23,185); }
div.DivClassName
{
background-color: #4917B9;
}
.BgClassName
{
background-color: #4917B9;
}
</style>
border-color css
<style>
span { border-color: #4917B9; }
span { border-color: rgb(73,23,185); }
td.TdClassName
{
border-color: #4917B9;
}
.TagClassName
{
border-color: #4917B9;
}
</style>