Shades of Purple Heart #442ECF
Tints of Purple Heart #442ECF
RGB
CMYK
RGB Variations
Color information
#442ECF (or 0x442ECF) is known color: Purple Heart. HEX triplet: 44, 2E and CF. RGB value is (68,46,207). Sum of RGB (Red+Green+Blue) = 68+46+207=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #442ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ECF is #BBD130. Grayscale: #464646. Windows color (decimal): -12308785 or 13577796. OLE color: 13577796.
HSL color Cylindrical-coordinate representation of color #442ECF: hue angle of 248.2º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442ECF is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 46 | 207 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.19 |
| HSL | 248.2º | 0.64% | 0.5% | - |
| HSV(B) | 248.2º | 0.78% | 0.81% | - |
| XYZ | 14.62 | 7.69 | 59.74 | - |
| YUV | 70.93 | 204.79 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 207 | 0.67 | 0.78 | 0 | 0.19 | 248.2 | 0.64 | 0.5 |
| Hex | 44 | 2E | CF | 43 | 4E | 0 | 13 | F8 | 40 | 32 |
| Octal | 104 | 56 | 317 | 103 | 116 | 0 | 23 | 370 | 100 | 62 |
| Binary | 1000100 | 101110 | 11001111 | 1000011 | 1001110 | 0 | 10011 | 11111000 | 1000000 | 110010 |
Color Harmonies of #442ECF
Complementary color
Monochromatic Colors of #442ECF
Black with #442ECF
Text Example
Text Example
White with #442ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442ECF; }
p { color: rgb(68,46,207); }
H1.HeaderClassName
{
color: #442ECF;
}
.AnyTagClassName
{
color: #442ECF;
}
</style>
background-color css
<style>
a { background-color: #442ECF; }
a { background-color: rgb(68,46,207); }
div.DivClassName
{
background-color: #442ECF;
}
.BgClassName
{
background-color: #442ECF;
}
</style>
border-color css
<style>
span { border-color: #442ECF; }
span { border-color: rgb(68,46,207); }
td.TdClassName
{
border-color: #442ECF;
}
.TagClassName
{
border-color: #442ECF;
}
</style>