Shades of Purple Heart #441DC0
Tints of Purple Heart #441DC0
RGB
CMYK
RGB Variations
Color information
#441DC0 (or 0x441DC0) is known color: Purple Heart. HEX triplet: 44, 1D and C0. RGB value is (68,29,192). Sum of RGB (Red+Green+Blue) = 68+29+192=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 192 (75.39% from 255 or 66.44% from 289); Max value from RGB is 192 - color contains mainly: blue. Hex color #441DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441DC0 is #BBE23F. Grayscale: #3A3A3A. Windows color (decimal): -12313152 or 12590404. OLE color: 12590404.
HSL color Cylindrical-coordinate representation of color #441DC0: hue angle of 254.36º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441DC0 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 29 | 192 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.25 |
| HSL | 254.36º | 0.74% | 0.43% | - |
| HSV(B) | 254.36º | 0.85% | 0.75% | - |
| XYZ | 12.34 | 5.91 | 50.36 | - |
| YUV | 59.24 | 202.92 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 192 | 0.65 | 0.85 | 0 | 0.25 | 254.36 | 0.74 | 0.43 |
| Hex | 44 | 1D | C0 | 41 | 55 | 0 | 19 | FE | 4A | 2B |
| Octal | 104 | 35 | 300 | 101 | 125 | 0 | 31 | 376 | 112 | 53 |
| Binary | 1000100 | 11101 | 11000000 | 1000001 | 1010101 | 0 | 11001 | 11111110 | 1001010 | 101011 |
Color Harmonies of #441DC0
Complementary color
Monochromatic Colors of #441DC0
Black with #441DC0
Text Example
Text Example
White with #441DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441DC0; }
p { color: rgb(68,29,192); }
H1.HeaderClassName
{
color: #441DC0;
}
.AnyTagClassName
{
color: #441DC0;
}
</style>
background-color css
<style>
a { background-color: #441DC0; }
a { background-color: rgb(68,29,192); }
div.DivClassName
{
background-color: #441DC0;
}
.BgClassName
{
background-color: #441DC0;
}
</style>
border-color css
<style>
span { border-color: #441DC0; }
span { border-color: rgb(68,29,192); }
td.TdClassName
{
border-color: #441DC0;
}
.TagClassName
{
border-color: #441DC0;
}
</style>