Shades of Purple Heart #4119BE
Tints of Purple Heart #4119BE
RGB
CMYK
RGB Variations
Color information
#4119BE (or 0x4119BE) is known color: Purple Heart. HEX triplet: 41, 19 and BE. RGB value is (65,25,190). Sum of RGB (Red+Green+Blue) = 65+25+190=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #4119BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4119BE is #BEE641. Grayscale: #373737. Windows color (decimal): -12510786 or 12458305. OLE color: 12458305.
HSL color Cylindrical-coordinate representation of color #4119BE: hue angle of 254.55º 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 #4119BE is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 25 | 190 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.25 |
| HSL | 254.55º | 0.77% | 0.42% | - |
| HSV(B) | 254.55º | 0.87% | 0.75% | - |
| XYZ | 11.82 | 5.54 | 49.16 | - |
| YUV | 55.77 | 203.75 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 190 | 0.66 | 0.87 | 0 | 0.25 | 254.55 | 0.77 | 0.42 |
| Hex | 41 | 19 | BE | 42 | 57 | 0 | 19 | FF | 4D | 2A |
| Octal | 101 | 31 | 276 | 102 | 127 | 0 | 31 | 377 | 115 | 52 |
| Binary | 1000001 | 11001 | 10111110 | 1000010 | 1010111 | 0 | 11001 | 11111111 | 1001101 | 101010 |
Color Harmonies of #4119BE
Complementary color
Monochromatic Colors of #4119BE
Black with #4119BE
Text Example
Text Example
White with #4119BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4119BE; }
p { color: rgb(65,25,190); }
H1.HeaderClassName
{
color: #4119BE;
}
.AnyTagClassName
{
color: #4119BE;
}
</style>
background-color css
<style>
a { background-color: #4119BE; }
a { background-color: rgb(65,25,190); }
div.DivClassName
{
background-color: #4119BE;
}
.BgClassName
{
background-color: #4119BE;
}
</style>
border-color css
<style>
span { border-color: #4119BE; }
span { border-color: rgb(65,25,190); }
td.TdClassName
{
border-color: #4119BE;
}
.TagClassName
{
border-color: #4119BE;
}
</style>