#44244A

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

Shades of Hot Purple #44244A

Tints of Hot Purple #44244A

Color information

#44244A (or 0x44244A) is unknown color: approx Hot Purple. HEX triplet: 44, 24 and 4A. RGB value is (68,36,74). Sum of RGB (Red+Green+Blue) = 68+36+74=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #44244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44244A is #BBDBB5. Grayscale: #313131. Windows color (decimal): -12311478 or 4858948. OLE color: 4858948.

HSL color Cylindrical-coordinate representation of color #44244A: hue angle of 290.53º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44244A is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB683674-
CMYK0.080.5100.71
HSL290.53º34.55%21.57%-
HSV(B)290.53º51.35%29.02%-
XYZ4.252.996.83-
YUV49.9141.6140.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 74 (29.30% from 255) = 41.57%
R=38.20%
G=20.22%
B=41.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6836740.080.5100.71290.5334.5521.57
Hex44244A8330471232316
Octal10444112106301074434326
Binary1000100100100100101010001100110100011110010001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44244A; }

 p { color: rgb(68,36,74); }

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

<style>
 a { background-color: #44244A; }

 a { background-color: rgb(68,36,74); }

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

<style>
 span { border-color: #44244A; }

 span { border-color: rgb(68,36,74); }

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