Shades of Purple Heart #441AC8
Tints of Purple Heart #441AC8
RGB
CMYK
RGB Variations
Color information
#441AC8 (or 0x441AC8) is known color: Purple Heart. HEX triplet: 44, 1A and C8. RGB value is (68,26,200). Sum of RGB (Red+Green+Blue) = 68+26+200=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 200 (78.52% from 255 or 68.03% from 294); Max value from RGB is 200 - color contains mainly: blue. Hex color #441AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441AC8 is #BBE537. Grayscale: #393939. Windows color (decimal): -12313912 or 13113924. OLE color: 13113924.
HSL color Cylindrical-coordinate representation of color #441AC8: hue angle of 254.48º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441AC8 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 26 | 200 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.22 |
| HSL | 254.48º | 0.77% | 0.44% | - |
| HSV(B) | 254.48º | 0.87% | 0.78% | - |
| XYZ | 13.18 | 6.14 | 55.13 | - |
| YUV | 58.39 | 207.91 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 200 | 0.66 | 0.87 | 0 | 0.22 | 254.48 | 0.77 | 0.44 |
| Hex | 44 | 1A | C8 | 42 | 57 | 0 | 16 | FE | 4D | 2C |
| Octal | 104 | 32 | 310 | 102 | 127 | 0 | 26 | 376 | 115 | 54 |
| Binary | 1000100 | 11010 | 11001000 | 1000010 | 1010111 | 0 | 10110 | 11111110 | 1001101 | 101100 |
Color Harmonies of #441AC8
Complementary color
Monochromatic Colors of #441AC8
Black with #441AC8
Text Example
Text Example
White with #441AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441AC8; }
p { color: rgb(68,26,200); }
H1.HeaderClassName
{
color: #441AC8;
}
.AnyTagClassName
{
color: #441AC8;
}
</style>
background-color css
<style>
a { background-color: #441AC8; }
a { background-color: rgb(68,26,200); }
div.DivClassName
{
background-color: #441AC8;
}
.BgClassName
{
background-color: #441AC8;
}
</style>
border-color css
<style>
span { border-color: #441AC8; }
span { border-color: rgb(68,26,200); }
td.TdClassName
{
border-color: #441AC8;
}
.TagClassName
{
border-color: #441AC8;
}
</style>