Shades of Purple Heart #441BBE
Tints of Purple Heart #441BBE
RGB
CMYK
RGB Variations
Color information
#441BBE (or 0x441BBE) is known color: Purple Heart. HEX triplet: 44, 1B and BE. RGB value is (68,27,190). Sum of RGB (Red+Green+Blue) = 68+27+190=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #441BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441BBE is #BBE441. Grayscale: #393939. Windows color (decimal): -12313666 or 12458820. OLE color: 12458820.
HSL color Cylindrical-coordinate representation of color #441BBE: hue angle of 255.09º 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 #441BBE is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 27 | 190 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.25 |
| HSL | 255.09º | 0.75% | 0.43% | - |
| HSV(B) | 255.09º | 0.86% | 0.75% | - |
| XYZ | 12.07 | 5.73 | 49.19 | - |
| YUV | 57.84 | 202.58 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 190 | 0.64 | 0.86 | 0 | 0.25 | 255.09 | 0.75 | 0.43 |
| Hex | 44 | 1B | BE | 40 | 56 | 0 | 19 | FF | 4B | 2B |
| Octal | 104 | 33 | 276 | 100 | 126 | 0 | 31 | 377 | 113 | 53 |
| Binary | 1000100 | 11011 | 10111110 | 1000000 | 1010110 | 0 | 11001 | 11111111 | 1001011 | 101011 |
Color Harmonies of #441BBE
Complementary color
Monochromatic Colors of #441BBE
Black with #441BBE
Text Example
Text Example
White with #441BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441BBE; }
p { color: rgb(68,27,190); }
H1.HeaderClassName
{
color: #441BBE;
}
.AnyTagClassName
{
color: #441BBE;
}
</style>
background-color css
<style>
a { background-color: #441BBE; }
a { background-color: rgb(68,27,190); }
div.DivClassName
{
background-color: #441BBE;
}
.BgClassName
{
background-color: #441BBE;
}
</style>
border-color css
<style>
span { border-color: #441BBE; }
span { border-color: rgb(68,27,190); }
td.TdClassName
{
border-color: #441BBE;
}
.TagClassName
{
border-color: #441BBE;
}
</style>