Shades of Purple Heart #4B19BE
Tints of Purple Heart #4B19BE
RGB
CMYK
RGB Variations
Color information
#4B19BE (or 0x4B19BE) is known color: Purple Heart. HEX triplet: 4B, 19 and BE. RGB value is (75,25,190). Sum of RGB (Red+Green+Blue) = 75+25+190=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B19BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B19BE is #B4E641. Grayscale: #3A3A3A. Windows color (decimal): -11855426 or 12458315. OLE color: 12458315.
HSL color Cylindrical-coordinate representation of color #4B19BE: hue angle of 258.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B19BE is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 25 | 190 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.25 |
| HSL | 258.18º | 0.77% | 0.42% | - |
| HSV(B) | 258.18º | 0.87% | 0.75% | - |
| XYZ | 12.54 | 5.91 | 49.19 | - |
| YUV | 58.76 | 202.07 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 190 | 0.61 | 0.87 | 0 | 0.25 | 258.18 | 0.77 | 0.42 |
| Hex | 4B | 19 | BE | 3D | 57 | 0 | 19 | 102 | 4D | 2A |
| Octal | 113 | 31 | 276 | 75 | 127 | 0 | 31 | 402 | 115 | 52 |
| Binary | 1001011 | 11001 | 10111110 | 111101 | 1010111 | 0 | 11001 | 100000010 | 1001101 | 101010 |
Color Harmonies of #4B19BE
Complementary color
Monochromatic Colors of #4B19BE
Black with #4B19BE
Text Example
Text Example
White with #4B19BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B19BE; }
p { color: rgb(75,25,190); }
H1.HeaderClassName
{
color: #4B19BE;
}
.AnyTagClassName
{
color: #4B19BE;
}
</style>
background-color css
<style>
a { background-color: #4B19BE; }
a { background-color: rgb(75,25,190); }
div.DivClassName
{
background-color: #4B19BE;
}
.BgClassName
{
background-color: #4B19BE;
}
</style>
border-color css
<style>
span { border-color: #4B19BE; }
span { border-color: rgb(75,25,190); }
td.TdClassName
{
border-color: #4B19BE;
}
.TagClassName
{
border-color: #4B19BE;
}
</style>