Shades of Purple Heart #4100BE
Tints of Purple Heart #4100BE
RGB
CMYK
RGB Variations
Color information
#4100BE (or 0x4100BE) is known color: Purple Heart. HEX triplet: 41, 00 and BE. RGB value is (65,0,190). Sum of RGB (Red+Green+Blue) = 65+0+190=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #4100BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4100BE is #BEFF41. Grayscale: #282828. Windows color (decimal): -12517186 or 12451905. OLE color: 12451905.
HSL color Cylindrical-coordinate representation of color #4100BE: hue angle of 260.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100BE is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 0 | 190 | - |
| CMYK | 0.66 | 1 | 0 | 0.25 |
| HSL | 260.53º | 1% | 0.37% | - |
| HSV(B) | 260.53º | 1% | 0.75% | - |
| XYZ | 11.47 | 4.84 | 49.04 | - |
| YUV | 41.1 | 212.03 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 190 | 0.66 | 1 | 0 | 0.25 | 260.53 | 1 | 0.37 |
| Hex | 41 | 0 | BE | 42 | 64 | 0 | 19 | 105 | 64 | 25 |
| Octal | 101 | 0 | 276 | 102 | 144 | 0 | 31 | 405 | 144 | 45 |
| Binary | 1000001 | 0 | 10111110 | 1000010 | 1100100 | 0 | 11001 | 100000101 | 1100100 | 100101 |
Color Harmonies of #4100BE
Complementary color
Monochromatic Colors of #4100BE
Black with #4100BE
Text Example
Text Example
White with #4100BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4100BE; }
p { color: rgb(65,0,190); }
H1.HeaderClassName
{
color: #4100BE;
}
.AnyTagClassName
{
color: #4100BE;
}
</style>
background-color css
<style>
a { background-color: #4100BE; }
a { background-color: rgb(65,0,190); }
div.DivClassName
{
background-color: #4100BE;
}
.BgClassName
{
background-color: #4100BE;
}
</style>
border-color css
<style>
span { border-color: #4100BE; }
span { border-color: rgb(65,0,190); }
td.TdClassName
{
border-color: #4100BE;
}
.TagClassName
{
border-color: #4100BE;
}
</style>