Shades of Purple Heart #441DAD
Tints of Purple Heart #441DAD
RGB
CMYK
RGB Variations
Color information
#441DAD (or 0x441DAD) is known color: Purple Heart. HEX triplet: 44, 1D and AD. RGB value is (68,29,173). Sum of RGB (Red+Green+Blue) = 68+29+173=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #441DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441DAD is #BBE252. Grayscale: #383838. Windows color (decimal): -12313171 or 11345220. OLE color: 11345220.
HSL color Cylindrical-coordinate representation of color #441DAD: hue angle of 256.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441DAD is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 29 | 173 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.32 |
| HSL | 256.25º | 0.71% | 0.4% | - |
| HSV(B) | 256.25º | 0.83% | 0.68% | - |
| XYZ | 10.37 | 5.12 | 39.98 | - |
| YUV | 57.08 | 193.42 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 173 | 0.61 | 0.83 | 0 | 0.32 | 256.25 | 0.71 | 0.4 |
| Hex | 44 | 1D | AD | 3D | 53 | 0 | 20 | 100 | 47 | 28 |
| Octal | 104 | 35 | 255 | 75 | 123 | 0 | 40 | 400 | 107 | 50 |
| Binary | 1000100 | 11101 | 10101101 | 111101 | 1010011 | 0 | 100000 | 100000000 | 1000111 | 101000 |
Color Harmonies of #441DAD
Complementary color
Monochromatic Colors of #441DAD
Black with #441DAD
Text Example
Text Example
White with #441DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441DAD; }
p { color: rgb(68,29,173); }
H1.HeaderClassName
{
color: #441DAD;
}
.AnyTagClassName
{
color: #441DAD;
}
</style>
background-color css
<style>
a { background-color: #441DAD; }
a { background-color: rgb(68,29,173); }
div.DivClassName
{
background-color: #441DAD;
}
.BgClassName
{
background-color: #441DAD;
}
</style>
border-color css
<style>
span { border-color: #441DAD; }
span { border-color: rgb(68,29,173); }
td.TdClassName
{
border-color: #441DAD;
}
.TagClassName
{
border-color: #441DAD;
}
</style>