#44224D

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

Shades of Hot Purple #44224D

Tints of Hot Purple #44224D

Color information

#44224D (or 0x44224D) is unknown color: approx Hot Purple. HEX triplet: 44, 22 and 4D. RGB value is (68,34,77). Sum of RGB (Red+Green+Blue) = 68+34+77=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #44224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44224D is #BBDDB2. Grayscale: #303030. Windows color (decimal): -12311987 or 5055044. OLE color: 5055044.

HSL color Cylindrical-coordinate representation of color #44224D: hue angle of 287.44º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44224D is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB683477-
CMYK0.120.5600.70
HSL287.44º38.74%21.76%-
HSV(B)287.44º55.84%30.2%-
XYZ4.32.917.36-
YUV49.07143.76141.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.99%
GREEN value IS 34 (13.67% from 255) = 18.99%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=37.99%
G=18.99%
B=43.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6834770.120.5600.70287.4438.7421.76
Hex44224DC3804611f2716
Octal10442115147001064374726
Binary1000100100010100110111001110000100011010001111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44224D; }

 p { color: rgb(68,34,77); }

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

<style>
 a { background-color: #44224D; }

 a { background-color: rgb(68,34,77); }

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

<style>
 span { border-color: #44224D; }

 span { border-color: rgb(68,34,77); }

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