Shades of Purple Heart #441AD0
Tints of Purple Heart #441AD0
RGB
CMYK
RGB Variations
Color information
#441AD0 (or 0x441AD0) is known color: Purple Heart. HEX triplet: 44, 1A and D0. RGB value is (68,26,208). Sum of RGB (Red+Green+Blue) = 68+26+208=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #441AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441AD0 is #BBE52F. Grayscale: #3A3A3A. Windows color (decimal): -12313904 or 13638212. OLE color: 13638212.
HSL color Cylindrical-coordinate representation of color #441AD0: hue angle of 253.85º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441AD0 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 26 | 208 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.18 |
| HSL | 253.85º | 0.78% | 0.46% | - |
| HSV(B) | 253.85º | 0.88% | 0.82% | - |
| XYZ | 14.14 | 6.52 | 60.19 | - |
| YUV | 59.31 | 211.91 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 208 | 0.67 | 0.88 | 0 | 0.18 | 253.85 | 0.78 | 0.46 |
| Hex | 44 | 1A | D0 | 43 | 58 | 0 | 12 | FE | 4E | 2E |
| Octal | 104 | 32 | 320 | 103 | 130 | 0 | 22 | 376 | 116 | 56 |
| Binary | 1000100 | 11010 | 11010000 | 1000011 | 1011000 | 0 | 10010 | 11111110 | 1001110 | 101110 |
Color Harmonies of #441AD0
Complementary color
Monochromatic Colors of #441AD0
Black with #441AD0
Text Example
Text Example
White with #441AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441AD0; }
p { color: rgb(68,26,208); }
H1.HeaderClassName
{
color: #441AD0;
}
.AnyTagClassName
{
color: #441AD0;
}
</style>
background-color css
<style>
a { background-color: #441AD0; }
a { background-color: rgb(68,26,208); }
div.DivClassName
{
background-color: #441AD0;
}
.BgClassName
{
background-color: #441AD0;
}
</style>
border-color css
<style>
span { border-color: #441AD0; }
span { border-color: rgb(68,26,208); }
td.TdClassName
{
border-color: #441AD0;
}
.TagClassName
{
border-color: #441AD0;
}
</style>