Shades of Purple Heart #441EC4
Tints of Purple Heart #441EC4
RGB
CMYK
RGB Variations
Color information
#441EC4 (or 0x441EC4) is known color: Purple Heart. HEX triplet: 44, 1E and C4. RGB value is (68,30,196). Sum of RGB (Red+Green+Blue) = 68+30+196=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 196 (76.95% from 255 or 66.67% from 294); Max value from RGB is 196 - color contains mainly: blue. Hex color #441EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441EC4 is #BBE13B. Grayscale: #3B3B3B. Windows color (decimal): -12312892 or 12852804. OLE color: 12852804.
HSL color Cylindrical-coordinate representation of color #441EC4: hue angle of 253.73º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441EC4 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 30 | 196 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.23 |
| HSL | 253.73º | 0.73% | 0.44% | - |
| HSV(B) | 253.73º | 0.85% | 0.77% | - |
| XYZ | 12.81 | 6.14 | 52.74 | - |
| YUV | 60.29 | 204.59 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 196 | 0.65 | 0.85 | 0 | 0.23 | 253.73 | 0.73 | 0.44 |
| Hex | 44 | 1E | C4 | 41 | 55 | 0 | 17 | FE | 49 | 2C |
| Octal | 104 | 36 | 304 | 101 | 125 | 0 | 27 | 376 | 111 | 54 |
| Binary | 1000100 | 11110 | 11000100 | 1000001 | 1010101 | 0 | 10111 | 11111110 | 1001001 | 101100 |
Color Harmonies of #441EC4
Complementary color
Monochromatic Colors of #441EC4
Black with #441EC4
Text Example
Text Example
White with #441EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EC4; }
p { color: rgb(68,30,196); }
H1.HeaderClassName
{
color: #441EC4;
}
.AnyTagClassName
{
color: #441EC4;
}
</style>
background-color css
<style>
a { background-color: #441EC4; }
a { background-color: rgb(68,30,196); }
div.DivClassName
{
background-color: #441EC4;
}
.BgClassName
{
background-color: #441EC4;
}
</style>
border-color css
<style>
span { border-color: #441EC4; }
span { border-color: rgb(68,30,196); }
td.TdClassName
{
border-color: #441EC4;
}
.TagClassName
{
border-color: #441EC4;
}
</style>