Shades of Purple Heart #441ECA
Tints of Purple Heart #441ECA
RGB
CMYK
RGB Variations
Color information
#441ECA (or 0x441ECA) is known color: Purple Heart. HEX triplet: 44, 1E and CA. RGB value is (68,30,202). Sum of RGB (Red+Green+Blue) = 68+30+202=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #441ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441ECA is #BBE135. Grayscale: #3C3C3C. Windows color (decimal): -12312886 or 13246020. OLE color: 13246020.
HSL color Cylindrical-coordinate representation of color #441ECA: hue angle of 253.26º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441ECA is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 30 | 202 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.21 |
| HSL | 253.26º | 0.74% | 0.45% | - |
| HSV(B) | 253.26º | 0.85% | 0.79% | - |
| XYZ | 13.51 | 6.42 | 56.4 | - |
| YUV | 60.97 | 207.59 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 202 | 0.66 | 0.85 | 0 | 0.21 | 253.26 | 0.74 | 0.45 |
| Hex | 44 | 1E | CA | 42 | 55 | 0 | 15 | FD | 4A | 2D |
| Octal | 104 | 36 | 312 | 102 | 125 | 0 | 25 | 375 | 112 | 55 |
| Binary | 1000100 | 11110 | 11001010 | 1000010 | 1010101 | 0 | 10101 | 11111101 | 1001010 | 101101 |
Color Harmonies of #441ECA
Complementary color
Monochromatic Colors of #441ECA
Black with #441ECA
Text Example
Text Example
White with #441ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441ECA; }
p { color: rgb(68,30,202); }
H1.HeaderClassName
{
color: #441ECA;
}
.AnyTagClassName
{
color: #441ECA;
}
</style>
background-color css
<style>
a { background-color: #441ECA; }
a { background-color: rgb(68,30,202); }
div.DivClassName
{
background-color: #441ECA;
}
.BgClassName
{
background-color: #441ECA;
}
</style>
border-color css
<style>
span { border-color: #441ECA; }
span { border-color: rgb(68,30,202); }
td.TdClassName
{
border-color: #441ECA;
}
.TagClassName
{
border-color: #441ECA;
}
</style>