Shades of Purple Heart #4918B7
Tints of Purple Heart #4918B7
RGB
CMYK
RGB Variations
Color information
#4918B7 (or 0x4918B7) is known color: Purple Heart. HEX triplet: 49, 18 and B7. RGB value is (73,24,183). Sum of RGB (Red+Green+Blue) = 73+24+183=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 183 (71.88% from 255 or 65.36% from 280); Max value from RGB is 183 - color contains mainly: blue. Hex color #4918B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4918B7 is #B6E748. Grayscale: #383838. Windows color (decimal): -11986761 or 11999305. OLE color: 11999305.
HSL color Cylindrical-coordinate representation of color #4918B7: hue angle of 258.49º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4918B7 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 24 | 183 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.28 |
| HSL | 258.49º | 0.77% | 0.41% | - |
| HSV(B) | 258.49º | 0.87% | 0.72% | - |
| XYZ | 11.62 | 5.49 | 45.25 | - |
| YUV | 56.78 | 199.23 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 183 | 0.60 | 0.87 | 0 | 0.28 | 258.49 | 0.77 | 0.41 |
| Hex | 49 | 18 | B7 | 3C | 57 | 0 | 1C | 102 | 4D | 29 |
| Octal | 111 | 30 | 267 | 74 | 127 | 0 | 34 | 402 | 115 | 51 |
| Binary | 1001001 | 11000 | 10110111 | 111100 | 1010111 | 0 | 11100 | 100000010 | 1001101 | 101001 |
Color Harmonies of #4918B7
Complementary color
Monochromatic Colors of #4918B7
Black with #4918B7
Text Example
Text Example
White with #4918B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4918B7; }
p { color: rgb(73,24,183); }
H1.HeaderClassName
{
color: #4918B7;
}
.AnyTagClassName
{
color: #4918B7;
}
</style>
background-color css
<style>
a { background-color: #4918B7; }
a { background-color: rgb(73,24,183); }
div.DivClassName
{
background-color: #4918B7;
}
.BgClassName
{
background-color: #4918B7;
}
</style>
border-color css
<style>
span { border-color: #4918B7; }
span { border-color: rgb(73,24,183); }
td.TdClassName
{
border-color: #4918B7;
}
.TagClassName
{
border-color: #4918B7;
}
</style>