#442eca

Color #442ECA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #442ECA

Tints of Purple Heart #442ECA

Color information

#442ECA (or 0x442ECA) is unknown color: approx Purple Heart. HEX triplet: 44, 2E and CA. RGB value is (68,46,202). Sum of RGB (Red+Green+Blue) = 68+46+202=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #442ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ECA is #BBD135. Grayscale: #454545. Windows color (decimal): -12308790 or 13250116. OLE color: 13250116.

HSL color Cylindrical-coordinate representation of color #442ECA: hue angle of 248.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442ECA is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6846202-
CMYK0.660.7700.21
HSL248.46º62.9%48.63%-
HSV(B)248.46º77.23%79.22%-
XYZ14.027.4556.58-
YUV70.36202.29126.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 46 (18.36% from 255) = 14.56%
BLUE value IS 202 (79.30% from 255) = 63.92%
R=21.52%
G=14.56%
B=63.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68462020.660.7700.21248.4662.948.63
Hex442ECA424D015f83f31
Octal104563121021150253707761
Binary1000100101110110010101000010100110101010111111000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442eca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442eca; }

 p { color: rgb(68,46,202); }

 H1.HeaderClassName
 {
   color: #442eca;
 }
 .AnyTagClassName
 {
   color: #442eca;
 }
</style>
background-color css

<style>
 a { background-color: #442eca; }

 a { background-color: rgb(68,46,202); }

 div.DivClassName
 {
   background-color: #442eca;
 }
 .BgClassName
 {
   background-color: #442eca;
 }
</style>
border-color css

<style>
 span { border-color: #442eca; }

 span { border-color: rgb(68,46,202); }

 td.TdClassName
 {
   border-color: #442eca;
 }
 .TagClassName
 {
   border-color: #442eca;
 }
</style>