Shades of Purple Heart #441ECB
Tints of Purple Heart #441ECB
RGB
CMYK
RGB Variations
Color information
#441ECB (or 0x441ECB) is known color: Purple Heart. HEX triplet: 44, 1E and CB. RGB value is (68,30,203). Sum of RGB (Red+Green+Blue) = 68+30+203=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #441ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441ECB is #BBE134. Grayscale: #3C3C3C. Windows color (decimal): -12312885 or 13311556. OLE color: 13311556.
HSL color Cylindrical-coordinate representation of color #441ECB: hue angle of 253.18º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441ECB is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 30 | 203 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.20 |
| HSL | 253.18º | 0.74% | 0.46% | - |
| HSV(B) | 253.18º | 0.85% | 0.8% | - |
| XYZ | 13.63 | 6.47 | 57.03 | - |
| YUV | 61.08 | 208.09 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 203 | 0.67 | 0.85 | 0 | 0.20 | 253.18 | 0.74 | 0.46 |
| Hex | 44 | 1E | CB | 43 | 55 | 0 | 14 | FD | 4A | 2E |
| Octal | 104 | 36 | 313 | 103 | 125 | 0 | 24 | 375 | 112 | 56 |
| Binary | 1000100 | 11110 | 11001011 | 1000011 | 1010101 | 0 | 10100 | 11111101 | 1001010 | 101110 |
Color Harmonies of #441ECB
Complementary color
Monochromatic Colors of #441ECB
Black with #441ECB
Text Example
Text Example
White with #441ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441ECB; }
p { color: rgb(68,30,203); }
H1.HeaderClassName
{
color: #441ECB;
}
.AnyTagClassName
{
color: #441ECB;
}
</style>
background-color css
<style>
a { background-color: #441ECB; }
a { background-color: rgb(68,30,203); }
div.DivClassName
{
background-color: #441ECB;
}
.BgClassName
{
background-color: #441ECB;
}
</style>
border-color css
<style>
span { border-color: #441ECB; }
span { border-color: rgb(68,30,203); }
td.TdClassName
{
border-color: #441ECB;
}
.TagClassName
{
border-color: #441ECB;
}
</style>