#4D224C

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

Shades of Hot Purple #4D224C

Tints of Hot Purple #4D224C

Color information

#4D224C (or 0x4D224C) is unknown color: approx Hot Purple. HEX triplet: 4D, 22 and 4C. RGB value is (77,34,76). Sum of RGB (Red+Green+Blue) = 77+34+76=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 77 - color contains mainly: red. Hex color #4D224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D224C is #B2DDB3. Grayscale: #333333. Windows color (decimal): -11722164 or 4989517. OLE color: 4989517.

HSL color Cylindrical-coordinate representation of color #4D224C: hue angle of 301.4º 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 #4D224C is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB773476-
CMYK00.560.010.70
HSL301.4º38.74%21.76%-
HSV(B)301.4º55.84%30.2%-
XYZ4.943.247.2-
YUV51.64141.75146.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.18%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 76 (30.08% from 255) = 40.64%
R=41.18%
G=18.18%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77347600.560.010.70301.438.7421.76
Hex4D224C03814612d2716
Octal1154211407011064554726
Binary1001101100010100110001110001100011010010110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D224C; }

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

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

<style>
 a { background-color: #4D224C; }

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

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

<style>
 span { border-color: #4D224C; }

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

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