#4C224D

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

Shades of Hot Purple #4C224D

Tints of Hot Purple #4C224D

Color information

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

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

Color convert

RGB763477-
CMYK0.010.5600.70
HSL298.6º38.74%21.76%-
HSV(B)298.6º55.84%30.2%-
XYZ4.893.227.38-
YUV51.46142.41145.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7634770.010.5600.70298.638.7421.76
Hex4C224D13804612b2716
Octal1144211517001064534726
Binary1001100100010100110111110000100011010010101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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