Shades of Purple Heart #441BBF
Tints of Purple Heart #441BBF
RGB
CMYK
RGB Variations
Color information
#441BBF (or 0x441BBF) is known color: Purple Heart. HEX triplet: 44, 1B and BF. RGB value is (68,27,191). Sum of RGB (Red+Green+Blue) = 68+27+191=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #441BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441BBF is #BBE440. Grayscale: #393939. Windows color (decimal): -12313665 or 12524356. OLE color: 12524356.
HSL color Cylindrical-coordinate representation of color #441BBF: hue angle of 255º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441BBF is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 27 | 191 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.25 |
| HSL | 255º | 0.75% | 0.43% | - |
| HSV(B) | 255º | 0.86% | 0.75% | - |
| XYZ | 12.18 | 5.77 | 49.76 | - |
| YUV | 57.96 | 203.08 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 191 | 0.64 | 0.86 | 0 | 0.25 | 255 | 0.75 | 0.43 |
| Hex | 44 | 1B | BF | 40 | 56 | 0 | 19 | FF | 4B | 2B |
| Octal | 104 | 33 | 277 | 100 | 126 | 0 | 31 | 377 | 113 | 53 |
| Binary | 1000100 | 11011 | 10111111 | 1000000 | 1010110 | 0 | 11001 | 11111111 | 1001011 | 101011 |
Color Harmonies of #441BBF
Complementary color
Monochromatic Colors of #441BBF
Black with #441BBF
Text Example
Text Example
White with #441BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441BBF; }
p { color: rgb(68,27,191); }
H1.HeaderClassName
{
color: #441BBF;
}
.AnyTagClassName
{
color: #441BBF;
}
</style>
background-color css
<style>
a { background-color: #441BBF; }
a { background-color: rgb(68,27,191); }
div.DivClassName
{
background-color: #441BBF;
}
.BgClassName
{
background-color: #441BBF;
}
</style>
border-color css
<style>
span { border-color: #441BBF; }
span { border-color: rgb(68,27,191); }
td.TdClassName
{
border-color: #441BBF;
}
.TagClassName
{
border-color: #441BBF;
}
</style>