#442E49

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

Shades of Hot Purple #442E49

Tints of Hot Purple #442E49

Color information

#442E49 (or 0x442E49) is unknown color: approx Hot Purple. HEX triplet: 44, 2E and 49. RGB value is (68,46,73). Sum of RGB (Red+Green+Blue) = 68+46+73=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 73 - color contains mainly: blue. Hex color #442E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E49 is #BBD1B6. Grayscale: #373737. Windows color (decimal): -12308919 or 4795972. OLE color: 4795972.

HSL color Cylindrical-coordinate representation of color #442E49: hue angle of 288.89º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #442E49 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB684673-
CMYK0.070.3700.71
HSL288.89º22.69%23.33%-
HSV(B)288.89º36.99%28.63%-
XYZ4.563.666.77-
YUV55.66137.79136.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=36.36%
G=24.60%
B=39.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6846730.070.3700.71288.8922.6923.33
Hex442E497250471211717
Octal1045611174501074412727
Binary10001001011101001001111100101010001111001000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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