Shades of Purple Heart #441EBE
Tints of Purple Heart #441EBE
RGB
CMYK
RGB Variations
Color information
#441EBE (or 0x441EBE) is known color: Purple Heart. HEX triplet: 44, 1E and BE. RGB value is (68,30,190). Sum of RGB (Red+Green+Blue) = 68+30+190=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #441EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441EBE is #BBE141. Grayscale: #3A3A3A. Windows color (decimal): -12312898 or 12459588. OLE color: 12459588.
HSL color Cylindrical-coordinate representation of color #441EBE: hue angle of 254.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441EBE is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 30 | 190 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.25 |
| HSL | 254.25º | 0.73% | 0.43% | - |
| HSV(B) | 254.25º | 0.84% | 0.75% | - |
| XYZ | 12.14 | 5.88 | 49.21 | - |
| YUV | 59.6 | 201.59 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 190 | 0.64 | 0.84 | 0 | 0.25 | 254.25 | 0.73 | 0.43 |
| Hex | 44 | 1E | BE | 40 | 54 | 0 | 19 | FE | 49 | 2B |
| Octal | 104 | 36 | 276 | 100 | 124 | 0 | 31 | 376 | 111 | 53 |
| Binary | 1000100 | 11110 | 10111110 | 1000000 | 1010100 | 0 | 11001 | 11111110 | 1001001 | 101011 |
Color Harmonies of #441EBE
Complementary color
Monochromatic Colors of #441EBE
Black with #441EBE
Text Example
Text Example
White with #441EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EBE; }
p { color: rgb(68,30,190); }
H1.HeaderClassName
{
color: #441EBE;
}
.AnyTagClassName
{
color: #441EBE;
}
</style>
background-color css
<style>
a { background-color: #441EBE; }
a { background-color: rgb(68,30,190); }
div.DivClassName
{
background-color: #441EBE;
}
.BgClassName
{
background-color: #441EBE;
}
</style>
border-color css
<style>
span { border-color: #441EBE; }
span { border-color: rgb(68,30,190); }
td.TdClassName
{
border-color: #441EBE;
}
.TagClassName
{
border-color: #441EBE;
}
</style>