Shades of Purple Heart #441BBD
Tints of Purple Heart #441BBD
RGB
CMYK
RGB Variations
Color information
#441BBD (or 0x441BBD) is known color: Purple Heart. HEX triplet: 44, 1B and BD. RGB value is (68,27,189). Sum of RGB (Red+Green+Blue) = 68+27+189=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #441BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441BBD is #BBE442. Grayscale: #393939. Windows color (decimal): -12313667 or 12393284. OLE color: 12393284.
HSL color Cylindrical-coordinate representation of color #441BBD: hue angle of 255.19º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441BBD is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 27 | 189 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.26 |
| HSL | 255.19º | 0.75% | 0.42% | - |
| HSV(B) | 255.19º | 0.86% | 0.74% | - |
| XYZ | 11.96 | 5.69 | 48.61 | - |
| YUV | 57.73 | 202.08 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 189 | 0.64 | 0.86 | 0 | 0.26 | 255.19 | 0.75 | 0.42 |
| Hex | 44 | 1B | BD | 40 | 56 | 0 | 1A | FF | 4B | 2A |
| Octal | 104 | 33 | 275 | 100 | 126 | 0 | 32 | 377 | 113 | 52 |
| Binary | 1000100 | 11011 | 10111101 | 1000000 | 1010110 | 0 | 11010 | 11111111 | 1001011 | 101010 |
Color Harmonies of #441BBD
Complementary color
Monochromatic Colors of #441BBD
Black with #441BBD
Text Example
Text Example
White with #441BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441BBD; }
p { color: rgb(68,27,189); }
H1.HeaderClassName
{
color: #441BBD;
}
.AnyTagClassName
{
color: #441BBD;
}
</style>
background-color css
<style>
a { background-color: #441BBD; }
a { background-color: rgb(68,27,189); }
div.DivClassName
{
background-color: #441BBD;
}
.BgClassName
{
background-color: #441BBD;
}
</style>
border-color css
<style>
span { border-color: #441BBD; }
span { border-color: rgb(68,27,189); }
td.TdClassName
{
border-color: #441BBD;
}
.TagClassName
{
border-color: #441BBD;
}
</style>