Shades of Purple Heart #441DBD
Tints of Purple Heart #441DBD
RGB
CMYK
RGB Variations
Color information
#441DBD (or 0x441DBD) is known color: Purple Heart. HEX triplet: 44, 1D and BD. RGB value is (68,29,189). Sum of RGB (Red+Green+Blue) = 68+29+189=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #441DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441DBD is #BBE242. Grayscale: #3A3A3A. Windows color (decimal): -12313155 or 12393796. OLE color: 12393796.
HSL color Cylindrical-coordinate representation of color #441DBD: hue angle of 254.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441DBD is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 29 | 189 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.26 |
| HSL | 254.63º | 0.73% | 0.43% | - |
| HSV(B) | 254.63º | 0.85% | 0.74% | - |
| XYZ | 12.01 | 5.78 | 48.63 | - |
| YUV | 58.9 | 201.42 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 189 | 0.64 | 0.85 | 0 | 0.26 | 254.63 | 0.73 | 0.43 |
| Hex | 44 | 1D | BD | 40 | 55 | 0 | 1A | FF | 49 | 2B |
| Octal | 104 | 35 | 275 | 100 | 125 | 0 | 32 | 377 | 111 | 53 |
| Binary | 1000100 | 11101 | 10111101 | 1000000 | 1010101 | 0 | 11010 | 11111111 | 1001001 | 101011 |
Color Harmonies of #441DBD
Complementary color
Monochromatic Colors of #441DBD
Black with #441DBD
Text Example
Text Example
White with #441DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441DBD; }
p { color: rgb(68,29,189); }
H1.HeaderClassName
{
color: #441DBD;
}
.AnyTagClassName
{
color: #441DBD;
}
</style>
background-color css
<style>
a { background-color: #441DBD; }
a { background-color: rgb(68,29,189); }
div.DivClassName
{
background-color: #441DBD;
}
.BgClassName
{
background-color: #441DBD;
}
</style>
border-color css
<style>
span { border-color: #441DBD; }
span { border-color: rgb(68,29,189); }
td.TdClassName
{
border-color: #441DBD;
}
.TagClassName
{
border-color: #441DBD;
}
</style>